summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5605 from mgugino-upstream-stage/build-provision-splitOpenShift Merge Robot2017-10-051-0/+21
|\ | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Build provision split Make provisioning steps more reusable Reorganizing and making some of the plays more reusable. Depends-on: https://github.com/openshift/openshift-ansible/pull/5565
| * Make provisioning steps more reusableMichael Gugino2017-10-021-0/+21
| | | | | | | | | | Reorganizing and making some of the plays more reusable.
* | Move node cert playbook into node config pathRussell Teague2017-10-031-0/+2
| |
* | Separate certificate playbooks.Andrew Butcher2017-10-022-1/+8
|/
* Changes necessary to support AMI buildingMichael Gugino2017-09-288-95/+152
| | | | | | | 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-312-22/+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-292-28/+2
|
* Remove unsupported playbooks and utilitiesRussell Teague2017-08-251-26/+0
|
* Remove remaining references to openshift-master.serviceClayton Coleman2017-08-081-1/+0
| | | | Prevents playbooks from accidentally restarting the master service.
* Move node facts to new openshift_node_facts role.Andrew Butcher2017-07-271-22/+5
|
* Merge pull request #4448 from mtnbikenc/vars-syntaxScott Dodson2017-07-261-4/+1
|\ | | | | Remove invalid when: from vars:
| * Remove invalid when: from vars:Russell Teague2017-06-141-4/+1
| |
* | Test docker restart with retries 3 delay 30Steve Milner2017-07-181-0/+4
| |
* | Add evaluate_groups.yml to network_manager playbookRussell Teague2017-07-101-0/+2
| | | | | | | | | | The network_manager.yml playbook uses oo_* groups names which are defined in the evaluate_groups.yml playbook.
* | increase implicit 300s default timeout to explicit 600sJan Chaloupka2017-06-281-0/+1
|/
* Guard check for container install based on openshift dictionary keyAdam Young2017-06-071-1/+1
|
* Merge pull request #4094 from ashcrow/status-doesnt-existJan Chaloupka2017-05-191-1/+1
|\ | | | | Ensure good return code for specific until loops
| * Ensure good return code for specific until loopsSteve Milner2017-05-041-1/+1
| |
* | Rework openshift_excluders roleRussell Teague2017-05-161-8/+8
| |
* | run excluders over selected set of hosts during control_plane/node upgradeJan Chaloupka2017-05-031-2/+14
|/ | | | Disable/reset excluders over requested hosts
* Normalizing groups.Kenny Woodson2017-05-011-1/+1
|
* Standardize use of byo and common for network_manager.ymlRussell Teague2017-04-121-0/+26
|
* Make the OCP available version detection excluder freeJan Chaloupka2017-03-281-3/+0
| | | | | | When detecting available OCP version via repoquery, use yum.conf file with exclude= set to an empty array. So the detection is independent of the OCP excluder.
* Merge pull request #3038 from djosborne/calicoOpenShift Bot2017-03-271-0/+2
|\ | | | | Merged by openshift-bot
| * Add calico.Dan Osborne2017-03-231-0/+2
| |
* | enable excluders during node/master scaling upJan Chaloupka2017-03-161-0/+11
|/
* 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.
* | Convert selectattr tests to use 'match'Russell Teague2017-02-231-1/+1
| |
* | Merge pull request #3421 from jhadvig/registred-cmdRussell Teague2017-02-211-20/+0
|\ \ | | | | | | rename registered mktemp command
| * | Remove unused playsjhadvig2017-02-211-20/+0
| |/
* / Updating node playbooks to use oc_objRussell Teague2017-02-171-5/+15
|/
* Restructure certificate redeploy playbooksAndrew Butcher2017-02-021-0/+47
|
* Standardize add_host: with name and changed_whenRussell Teague2017-01-252-2/+9
| | | | | | | 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.
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* 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
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* update handling of use_dnsmasqJason DeTiberus2016-10-131-2/+2
|
* Set master facts for first master in node scaleup.Andrew Butcher2016-10-051-0/+11
|
* 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
|