Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Hardcoded system_domain: <%= dns %>.com #267

Open
mrdavidlaing opened this issue Dec 16, 2013 · 1 comment
Open

Hardcoded system_domain: <%= dns %>.com #267

mrdavidlaing opened this issue Dec 16, 2013 · 1 comment

Comments

@mrdavidlaing
Copy link
Contributor

templates/v149/aws/medium/deployment_file.yml.erb#L162 hardcodes the system_domain to end in .com

properties:
...snip...
  domain: <%= dns %>
  system_domain: <%= dns %>.com

I think this is an error; at least it breaks my deployment to *.co.uk.

Specifically, my loggregator tries to register itself to "uris":["loggregator.mydomain.co.uk.com"]

when it should register to "uris":["loggregator.mydomain.co.uk"]

@drnic
Copy link
Contributor

drnic commented Dec 16, 2013

Thought that was fixed. The two domains currently must be the same. No idea why we have the two. Loggregator uses the system_domain and then goes and shares the value with the CLI user. Remove the .com

On Mon, Dec 16, 2013 at 4:00 AM, David Laing notifications@github.com
wrote:

templates/v149/aws/medium/deployment_file.yml.erb#L162 hardcodes the system_domain to end in .com

properties:
...snip...
  domain: <%= dns %>
  system_domain: <%= dns %>.com

I think this is an error; at least it breaks my deployment to *.co.uk.
Specifically, my loggregator tries to register itself to "uris":["loggregator.mydomain.co.uk.com"]

when it should register to "uris":["loggregator.mydomain.co.uk"]

Reply to this email directly or view it on GitHub:
#267

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

No branches or pull requests

2 participants