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

Run on Mesosphere #1

Open
pierreliefauche opened this issue Jul 29, 2015 · 1 comment
Open

Run on Mesosphere #1

pierreliefauche opened this issue Jul 29, 2015 · 1 comment

Comments

@pierreliefauche
Copy link

I tried deploying this edge router to Mesosphere but somehow the app is stuck at the action ScaleApplication on Marathon

Here’s the Marathon file I used:

{
  "id": "/router",
  "cpus": 1,
  "mem": 256,
  "instances": 1,
  "constraints": [["hostname", "UNIQUE"]],
  "acceptedResourceRoles": ["slave_public"],
  "container": {
    "type": "DOCKER",
    "docker": {
      "image": "mesosphere/edgerouter",
      "network": "BRIDGE",
      "portMappings": [
          {
              "containerPort": 80,
              "hostPort": 80,
              "protocol": "tcp"
          },
          {
              "containerPort": 443,
              "hostPort": 443,
              "protocol": "tcp"
          }
      ]
    }
  }
}

Is the issue only in my Marathon file or is there something else I’m missing?

@richardvella
Copy link

The latest image tag does not exist.

Change the image name to:
"image": "mesosphere/edgerouter:6a7accd1ace5bf73fed7368870ee15f26c54293c"

and it should work. You can find the list of tags from here:
https://hub.docker.com/r/mesosphere/edgerouter/tags/

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

2 participants