-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Document additional container ENV vars
- There were a number of inconsistencies in what was available as an ENV var, per the note on #55. To make this a reality, each container needed to be updated with the missing variables to make them settable. This includes: pe-puppetserver - PUPPETSERVER_PORT (was there but didn't do anything) - PUPPETSERVER_LOG_LEVEL pe-orchestration-services - PCP_BROKER_PORT - PE_ORCHESTRATION_SERVICES_PORT - PUPPETSERVER_PORT - PUPPETDB_SSL_PORT - POSTGRES_PORT pe-console-services - PE_ORCHESTRATION_SERVICES_PORT pe-bolt-server - PUPPETSERVER_PORT puppetdb - PUPPETDB_SSL_PORT - PUPPETDB_LOG_LEVEL - PUPPETSERVER_PORT postgres - PGPORT (already present but not documented) - PUPPETSERVER_PORT This should make dependency relationships clearer in documentation
- Loading branch information
Showing
3 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.