You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Services that require a static IP address have IP's assigned by AWS Elastic IP association. These services are principally the Salt Master, the LDAP directories, and the CPR machines.

The common domain is commonidtrust.org.

The CPR machines answer for account.commonidtrust.org.

The IdP machines answer for both www.commonidtrust.org and login.commonidtrust.org but currently only login.commonidtrust.org is routable due to Internet2 web hosting changes.

/etc/hosts is used to maintain common names for some services that have elastic IP's, such as the LDAP directories. This is necessary principally because of peculiarities of certificate validation in various pieces of software.

/etc/hosts is managed by Salt, but not through normal Salt mechanisms such as highstate. Instead, a control script located in root's home directory on the Salt Master is used to write the hosts file to various hosts through Salt. Whenever /etc/hosts needs to be changed or a new host dependent on /etc/hosts is added, this script must be run again.

  • No labels