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

create-app-manifest only includes one host #414

Closed
wendorf opened this issue Apr 15, 2015 · 2 comments
Closed

create-app-manifest only includes one host #414

wendorf opened this issue Apr 15, 2015 · 2 comments

Comments

@wendorf
Copy link

wendorf commented Apr 15, 2015

This is using version 6.11.0-bba7fcf-2015-04-14T00:39:29+00:00

If I have an application with multiple hostnames, such as one created from this manifest:

---
applications:
  - name: myapp
    memory: 64M
    hosts:
      - multi-samp-one
      - multi-samp-two
    buildpack: https://github.com/cloudfoundry-community/staticfile-buildpack.git

Running cf create-app-manifest myapp produces this manifest:

---
applications:
- name: myapp
  memory: 64M
  instances: 1
  host: multi-samp-one
  domain: cfapps.io

Which only includes the first host, and ignores "multi-samp-two".

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/92530254.

@goehmen
Copy link
Contributor

goehmen commented Apr 28, 2015

PR #425 addresses this issue. PR is in the backlog

@goehmen goehmen closed this as completed Apr 28, 2015
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

3 participants