summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add execution times to checkpoint statusRussell Teague2017-10-311-6/+10
|
* Merge pull request #5659 from mtnbikenc/fix-checkpointingOpenShift Merge Robot2017-10-101-4/+2
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Allow checkpoint status to work across all groups Conditionals placed in inventories were not being applied to localhost causing the checkpoint status to not be updated properly. Moving to the `oo_all_hosts` group will correctly pick up the conditional and apply regardless of which group (or host) may have that conditional set.
| * Allow checkpoint status to work across all groupsRussell Teague2017-10-041-4/+2
| |
* | Move node cert playbook into node config pathRussell Teague2017-10-031-0/+2
|/
* Changes necessary to support AMI buildingMichael Gugino2017-09-281-95/+6
| | | | | | | Currently, AMI building does not work. These changes implement the necessary steps to build an AMI for usage as a 'golden node image'.
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-271-0/+22
| | | | | | | | | | | - Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install
* Consolidate etcd certs rolesJan Chaloupka2017-09-181-3/+7
| | | | | | | This is a part of the etcd_ like role consolidationi into an action-based role. As part of the consilidation some roles have been removed and some replaced by include_role module. Resulting in reorder and shift of role dependencies from a role into a play.
* ami build process calls openshift-node/config.ymlKenny Woodson2017-09-071-0/+1
|
* Remove openshift-commonMichael Gugino2017-09-061-4/+4
| | | | | | | | | 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.
* Break out node config into stand-alone playbookRussell Teague2017-08-311-0/+16
| | | | | | | | | | Added byo/openshift-node/config.yml as a new entry point for performing node installation. This playbook must be run after masters have already been deployed. Excluder disable/enable for both nodes and masters has been moved their respective config.yml. This created a common pattern that could be used for both installation and scaleup playbooks.
* Move firewall install and fix scaleup playbooksRussell Teague2017-08-291-0/+2
|
* Move node facts to new openshift_node_facts role.Andrew Butcher2017-07-271-22/+5
|
* Remove invalid when: from vars:Russell Teague2017-06-141-4/+1
|
* Guard check for container install based on openshift dictionary keyAdam Young2017-06-071-1/+1
|
* Add calico.Dan Osborne2017-03-231-0/+2
|
* Merge pull request #3393 from srampal/contivScott Dodson2017-03-011-0/+3
|\ | | | | Pull request for Contiv Ansible code integration into Openshift Ansible
| * Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal2017-02-271-0/+3
| | | | | | | | into Openshift Ansible. This is the first (beta) release of Contiv with Openshift and is only supported for Openshift Origin + Bare metal deployments at the time of this commit. Please refer to the Openshift and Contiv official documentation for details of the level of support for different features and modes of operation.
* | Remove unused playsjhadvig2017-02-211-20/+0
|/
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-0/+1
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* Move role dependencies out of playbooks for openshift_master, openshift_node ↵Andrew Butcher2017-01-091-46/+2
| | | | and openshift_hosted.
* Delegate openshift_manage_node tasks to master host.Andrew Butcher2016-11-211-32/+2
|
* Where we use curl force it to use tlsv1.2Scott Dodson2016-11-021-1/+1
| | | | | | | curl, prior to RHEL 7.2, did not properly negotiate up the TLS protocol, so force it to use tlsv1.2 Fixes bug 1390869
* update handling of use_dnsmasqJason DeTiberus2016-10-131-2/+2
|
* Further secure registry improvementsAndrew Butcher2016-09-291-2/+2
| | | | | | - Default to hosted_registry_insecure=False - Add openshift ca to system ca-trust. - Update ca trust in openshift_node_certificates rather than docker_ca_trust
* Update play names for consistency.Andrew Butcher2016-09-291-3/+3
|
* Suppress more warnings.Andrew Butcher2016-09-281-0/+4
|
* Iterate over node inventory hostnames instead of openshift.common.hostname ↵Andrew Butcher2016-09-081-3/+1
| | | | within openshift_manage_node role.
* Don't loop over hostvars when setting node schedulability.Andrew Butcher2016-09-071-1/+0
|
* fixing openshift key error in case of node failure during run (ssh issue)jawed2016-08-091-1/+1
|
* Merge pull request #2049 from abutcher/named-certificatesScott Dodson2016-08-031-1/+6
|\ | | | | Named CA Certificates
| * Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-011-1/+6
| | | | | | | | openshift ca bundle.
* | Refactor etcd certificates roles.Andrew Butcher2016-08-021-82/+5
|/
* Move role dependencies to playbooks.Andrew Butcher2016-07-291-2/+46
|
* Refactor openshift certificates roles.Andrew Butcher2016-07-201-66/+4
|
* Clean up some deprecation warningsTim Bielawa2016-07-071-4/+4
| | | | | | * "Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax" * Closes #2125
* Revert openshift-certificates changes.Andrew Butcher2016-05-301-4/+66
|
* Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-191-66/+4
|
* Refactor where we compute no_proxy hostnamesScott Dodson2016-05-171-0/+14
|
* Merge pull request #1880 from dgoodwin/registry-insecureBrenton Leanhardt2016-05-161-8/+0
|\ | | | | Fixes for openshift_docker_hosted_registry_insecure var.
| * Fixes for openshift_docker_hosted_registry_insecure var.Devan Goodwin2016-05-161-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a failure on masters if you explicitly set openshift_docker_hosted_registry_insecure=true. This is the default but if you tried to set it an error would trigger as a relevant variable was not passed in the master playbooks. Fixes setting the variable to false being ignored. master/node playbooks were referencing the docker fact, which was not set at that point and thus we were always getting the default of true, regardless what was in your inventory. Stop passing registry insecure in via playbooks, we can access it when running openshift_facts itself. Add a new default in openshift facts.
* | Fixes for flannel configuration.Andrew Butcher2016-05-091-13/+10
|/
* Merge pull request #1839 from abutcher/v2-deprecationsJason DeTiberus2016-04-291-4/+4
|\ | | | | Cleanup various deprecation warnings.
| * Cleanup various deprecation warnings.Andrew Butcher2016-04-291-4/+4
| |
* | Merge pull request #1843 from detiber/remove_deprecated_rolesJason DeTiberus2016-04-291-8/+0
|\ \ | |/ |/| Remove deprecated roles
| * Remove deprecated online playbooks/rolesJason DeTiberus2016-04-291-8/+0
| |
* | Add openshift_docker_hosted_registry_insecure optionAndrew Lau2016-04-291-2/+2
|/
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-1/+1
|
* Fix bug after portal_net move from master to common role.Devan Goodwin2016-04-211-2/+2
| | | | | | Use of the variable was still pointing to the master role location causing the default insecure registry subnet to be used rather than the expected one.
* Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-201-1/+3
| | | | certificates.
* Merge pull request #1614 from detiber/bz1317755Brenton Leanhardt2016-03-171-0/+10
|\ | | | | Bug 1317755 - Set insecure-registry for internal registry by default