summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - openshift-nodeRussell Teague2017-11-2116-327/+0
|
* Playbook Consolidation - InitializationRussell Teague2017-11-152-7/+4
|
* Add execution times to checkpoint statusRussell Teague2017-10-311-6/+10
|
* Moving removal of unwanted artifacts to image_prep.Kenny Woodson2017-10-252-0/+13
|
* Initial Kuryr supportMichał Dulko2017-10-201-1/+13
| | | | | | | | This commit enables deploying Kuryr networking on top of OpenShift in containers. kuryr-controller is a Deployment and kuryr-cni is deployed as DaemonSet (container will drop all CNI configuration files). Co-Authored-By: Antoni Segura Puimedon <celebdor@gmail.com>
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-3/+3
|
* 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
| |
* | Separate tuned daemon setup into a role.Jiri Mencak2017-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, profiles for the tuned daemon are set only for OpenShift node(s). This excludes the OpenShift loadbalancer. As a result, ARP cache limits on loadbalancers are not raised. This causes problems with HA setups where loadbalancers serve 1k+ OpenShift nodes. This commit ensures the openshift-control-plane role is applied to loadbalancers, masters and OpenShift infra nodes. Regular OpenShift worker nodes get the openshift-node profile. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1498213
* | 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
|