summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove some reminants of Atomic EnterpriseScott Dodson2017-09-261-1/+1
|
* Remove openshift-commonMichael Gugino2017-09-061-9/+0
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Fixed readme doc.Kenny Woodson2017-06-211-12/+12
|
* Adding option for serviceAccountConfig.limitSecretReferencesKenny Woodson2017-06-201-12/+13
|
* allow to configure oreg_url specifically for node or master. refs #4233Tobias Brunner2017-05-191-10/+11
| | | | | | | | | This commit allows to specify imageConfig.format specifically for master or for nodes. One use case of this could be if you want to use customer builder images. In this case imageConfig.format only needs to be changed in the master-config.yml but not in the node-config.yml.
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-1/+2
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Fix up some broken markdown formatting (mostly tables)Tim Bielawa2016-07-081-0/+2
|
* Atomic Enterprise related changes.Avesh Agarwal2015-08-261-5/+5
|
* Set loglevel=2 as our default across the boardScott Dodson2015-07-291-1/+1
|
* Replace outdated beta repo ids with 3.0 releaseTakayoshi Kimura2015-07-171-1/+1
|
* * Fix tables in README.md filesJhon Honce2015-06-011-1/+1
|
* * rename openshift_registry_url oreg_urlJhon Honce2015-06-011-1/+1
| | | | * rename option_images to _{oreg|ortr}_images
* openshift_facts role/module refactor default settingsJason DeTiberus2015-04-031-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add openshift_facts role and module - Created new role openshift_facts that contains an openshift_facts module - Refactor openshift_* roles to use openshift_facts instead of relying on defaults - Refactor playbooks to use openshift_facts - Cleanup inventory group_vars - Update defaults - update openshift_master role firewall defaults - remove etcd peer port, since we will not be supporting clustered embedded etcd - remove 8444 since console now runs on the api port by default - add 8444 and 7001 to disabled services to ensure removal if updating - Add new role os_env_extras_node that is a subset of the docker role - previously, we were starting/enabling docker which was causing issues with some installations - Does not install or start docker, since the openshift-node role will handle that for us - Only adds root to the dockerroot group - Update playbooks to use ops_env_extras_node role instead of docker role - os_firewall bug fixes - ignore ip6tables for now, since we are not configuring any ipv6 rules - if installing package do a daemon-reload before starting/enabling service - Add aws support to bin/cluster - Add list action to bin/cluster - Add update action to bin/cluster - cleanup some stray debug statements - some variable renaming for clarity
* remove openshift_hostname_workaround var for openshift_common, rather rely ↵Jason DeTiberus2015-03-241-1/+0
| | | | on inventory/playbook variables for openshift_hostname
* node registration changesJason DeTiberus2015-03-241-1/+1
| | | | | | | | | | | | | | - Remove default value for openshift_hostname and make it required - Remove workarounds that are no longer needed - Remove resources parameter from openshift_register_node module - pre-create node certificates for each node before registering node - distribute created node certificates to each node - Move node registration logic to a new openshift_register_nodes role - This is because we now have to run the steps on a master as opposed to on the nodes like we were previously doing. - Rename openshift_register_node module to kubernetes_register_node, one more step to genericizing enough for upstreaming, however there are still plenty of openshift specific commands that still need to be genericized.
* Initial READMEs for openshift_{common, node, master}Jason DeTiberus2015-03-061-13/+25
|
* Finish origin -> openshift renameJhon Honce2014-10-021-0/+38