summaryrefslogtreecommitdiff
path: root/playbooks/common/openshift-node
AgeCommit message (Collapse)Author
2017-11-21Playbook Consolidation - openshift-nodeRussell Teague
2017-11-15Playbook Consolidation - InitializationRussell Teague
2017-10-31Add execution times to checkpoint statusRussell Teague
2017-10-25Moving removal of unwanted artifacts to image_prep.Kenny Woodson
2017-10-20Initial Kuryr supportMichał Dulko
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>
2017-10-17Do not remove files for bootstrap if resolv or dns.Kenny Woodson
2017-10-10Merge pull request #5659 from mtnbikenc/fix-checkpointingOpenShift Merge Robot
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.
2017-10-10Separate tuned daemon setup into a role.Jiri Mencak
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
2017-10-05Merge pull request #5605 from mgugino-upstream-stage/build-provision-splitOpenShift Merge Robot
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
2017-10-04Allow checkpoint status to work across all groupsRussell Teague
2017-10-03Move node cert playbook into node config pathRussell Teague
2017-10-02Make provisioning steps more reusableMichael Gugino
Reorganizing and making some of the plays more reusable.
2017-10-02Separate certificate playbooks.Andrew Butcher
2017-09-28Changes necessary to support AMI buildingMichael Gugino
Currently, AMI building does not work. These changes implement the necessary steps to build an AMI for usage as a 'golden node image'.
2017-09-27OpenShift-Ansible Installer CheckpointingRussell Teague
- 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
2017-09-18Consolidate etcd certs rolesJan Chaloupka
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.
2017-09-07ami build process calls openshift-node/config.ymlKenny Woodson
2017-09-06Remove openshift-commonMichael Gugino
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.
2017-08-31Break out node config into stand-alone playbookRussell Teague
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.
2017-08-29Move firewall install and fix scaleup playbooksRussell Teague
2017-08-25Remove unsupported playbooks and utilitiesRussell Teague
2017-08-08Remove remaining references to openshift-master.serviceClayton Coleman
Prevents playbooks from accidentally restarting the master service.
2017-07-27Move node facts to new openshift_node_facts role.Andrew Butcher
2017-07-26Merge pull request #4448 from mtnbikenc/vars-syntaxScott Dodson
Remove invalid when: from vars:
2017-07-18Test docker restart with retries 3 delay 30Steve Milner
2017-07-10Add evaluate_groups.yml to network_manager playbookRussell Teague
The network_manager.yml playbook uses oo_* groups names which are defined in the evaluate_groups.yml playbook.
2017-06-28increase implicit 300s default timeout to explicit 600sJan Chaloupka
2017-06-14Remove invalid when: from vars:Russell Teague
2017-06-07Guard check for container install based on openshift dictionary keyAdam Young
2017-05-19Merge pull request #4094 from ashcrow/status-doesnt-existJan Chaloupka
Ensure good return code for specific until loops
2017-05-16Rework openshift_excluders roleRussell Teague
2017-05-04Ensure good return code for specific until loopsSteve Milner
2017-05-03run excluders over selected set of hosts during control_plane/node upgradeJan Chaloupka
Disable/reset excluders over requested hosts
2017-05-01Normalizing groups.Kenny Woodson
2017-04-12Standardize use of byo and common for network_manager.ymlRussell Teague
2017-03-28Make the OCP available version detection excluder freeJan Chaloupka
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.
2017-03-27Merge pull request #3038 from djosborne/calicoOpenShift Bot
Merged by openshift-bot
2017-03-23Add calico.Dan Osborne
2017-03-16enable excluders during node/master scaling upJan Chaloupka
2017-03-01Merge pull request #3393 from srampal/contivScott Dodson
Pull request for Contiv Ansible code integration into Openshift Ansible
2017-02-27Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal
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.
2017-02-23Convert selectattr tests to use 'match'Russell Teague
2017-02-21Merge pull request #3421 from jhadvig/registred-cmdRussell Teague
rename registered mktemp command
2017-02-21Remove unused playsjhadvig
2017-02-17Updating node playbooks to use oc_objRussell Teague
2017-02-02Restructure certificate redeploy playbooksAndrew Butcher
2017-01-25Standardize add_host: with name and changed_whenRussell Teague
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.
2017-01-09Move role dependencies out of playbooks for openshift_master, openshift_node ↵Andrew Butcher
and openshift_hosted.
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-11-21Delegate openshift_manage_node tasks to master host.Andrew Butcher