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

Group info missing #14

Open
davidsayers opened this issue Oct 28, 2015 · 4 comments
Open

Group info missing #14

davidsayers opened this issue Oct 28, 2015 · 4 comments

Comments

@davidsayers
Copy link

When deploying a group to marathon we are seeing only the task information appear in Consul.
After we restart marathon-consul all the app config and tasks will appear.

K/V Before Restart:

marathon/group-test-app1/tasks/group-test_app1.string
marathon/group-test-app2/tasks/group-test_app2.string

K/V After Restart:

marathon/group-test-app1
marathon/group-test-app1/tasks/group-test_app1.string
marathon/group-test-app2
marathon/group-test-app2/tasks/group-test_app2.string

We are using Marathon 8.1.

Here is an example config:

{
  "id": "group-test",
  "apps": [
    {
      "id": "/group-test/app1",
      "cmd": null,
      "cpus": 0.1,
      "mem": 256.0,
      "instances": 1,
      "container": {
        "type": "DOCKER",
        "docker": {
          "image": "nginx",
          "network": "BRIDGE",
          "portMappings": [
            { "containerPort": 80, "hostPort": 0, "servicePort": 0, "protocol": "tcp" }
          ]
        }
      }
    },
    {
      "id": "/group-test/app2",
      "cmd": null,
      "cpus": 0.1,
      "mem": 256.0,
      "instances": 1,
      "container": {
        "type": "DOCKER",
        "docker": {
          "image": "nginx",
          "network": "BRIDGE",
          "portMappings": [
            { "containerPort": 80, "hostPort": 0, "servicePort": 0, "protocol": "tcp" }
          ]
        }
      }
    }
  ],
  "dependencies": []
}
@vivekjuneja
Copy link

+1

I too see the same issue. When deploying Application groups, only Tasks appear in the Consul KV

@davidsayers
Copy link
Author

Just tested with Marathon 13.0 and this is still an issue.

@maricaantonacci
Copy link

+1
tested with Marathon 0.13.0
Any feedback from the developers?

@robfrut135
Copy link

+1
tested with Marathon 0.15.3 and Mesos 0.28
I've had the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants