Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure of container in an app with multiple containers not shown in the app entity #275

Open
johnmccabe opened this issue Apr 14, 2016 · 0 comments

Comments

@johnmccabe
Copy link
Member

Deployed a failing app yaml (mariadb container is failing for in this case), and see the following via the console, note the failure of the container is shown correctly in the docker infrastructure but not in the application.

Observed this with a build of #272.

screen shot 2016-04-14 at 12 37 05

Yaml used:

location: dc
services:
- type: docker:mariadb:5.5
  id: db
  env:
    MYSQL_ROOT_PASSWORD: "hellooooooooo"
- type: docker:wordpress:4.4
  id: wordpress
  links:
  - $brooklyn:component("db")
  openPorts:
  - 80
@grkvlt grkvlt added the bug label Apr 14, 2016
@grkvlt grkvlt added this to the Version 1.1.0 milestone Apr 14, 2016
@grkvlt grkvlt modified the milestones: Version 1.2.0, Version 1.1.0 Apr 29, 2016
@grkvlt grkvlt added the 1.x label Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants