cloudfoundry-incubator / push-apps

A jar to aide in CI or Bosh jobs that have to push many applications to CF
Apache License 2.0
0 stars 2 forks source link

Route of app-name.domain is always created, even if a different route is given #16

Open oppegard opened 6 years ago

oppegard commented 6 years ago

Given something like:

apps:
- name: some-name
  domain: example.com
  route:
    hostname: lemons

Two routes will be created:

The desired behavior is that only lemons.example.com is created. This more easily allows multiple apps with the same name on a CF to exist. For example, I can have app some-name in space1 and also app some-name in space2, but with different, non-clashing routes.

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.