summaryrefslogtreecommitdiff
path: root/playbooks
AgeCommit message (Collapse)Author
2017-12-08Cleanup byo referencesRussell Teague
2017-12-08Merge pull request #6136 from jmencak/tuned-uninstall-bz1509129Scott Dodson
Uninstall tuned-profiles-atomic-openshift-node as defined in origin.spec
2017-12-08Merge pull request #6364 from ↵Michael Gugino
mgugino-upstream-stage/remove-openshift_env_structures Remove unused openshift_env_structures and openshift_env
2017-12-08Merge pull request #6278 from mgugino-upstream-stage/service_typeMichael Gugino
Remove openshift.common.service_type
2017-12-07Add os_firewall to prerequisites.ymlMichael Gugino
This needs to be in place for crio. This role only installs and enables iptables, thus should only be run once.
2017-12-07Merge pull request #6371 from mtnbikenc/include-to-import_playbookOpenShift Merge Robot
Automatic merge from submit-queue. Include Deprecation: Convert to import_playbook * Converts playbooks/ to use `import_playbook`. * Updates remaining `include:` tasks to `include_tasks:` Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation
2017-12-07Remove openshift.common.service_typeMichael Gugino
This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
2017-12-07Merge pull request #6380 from sdodson/oc-admScott Dodson
Remove all uses of openshift.common.admin_binary
2017-12-07Remove unused openshift_env_structures and openshift_envMichael Gugino
This component of openshift_facts is no longer used.
2017-12-07Include Deprecation: Convert to import_playbookRussell Teague
2017-12-07Merge pull request #6362 from mgugino-upstream-stage/crt-playsScott Dodson
Implement container_runtime playbooks and changes
2017-12-07Merge pull request #6365 from mtnbikenc/consolidate-etcd-upgradeRussell Teague
Playbook Consolidation - etcd Upgrade
2017-12-07Merge pull request #6361 from mtnbikenc/consolidate-deploy-clusterScott Dodson
Playbook Consolidation - byo/config.yml
2017-12-07Remove all uses of openshift.common.admin_binaryScott Dodson
Replace with `oc adm`
2017-12-07Merge pull request #6310 from tomassedovic/openstack-rhel-subscriptionMichael Gugino
Optionally subscribe OpenStack RHEL nodes
2017-12-07Implement container_runtime playbooks and changesMichael Gugino
This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.
2017-12-06Playbook Consolidation - byo/config.ymlRussell Teague
2017-12-06Fix ami building.Kenny Woodson
2017-12-06Merge pull request #6340 from bogdando/openstack_cleanup_dnsScott Dodson
Cleanup not required dns bits
2017-12-06Merge pull request #6370 from mtnbikenc/fix-openshift-loggingScott Dodson
Add missing symlinks in openshift-logging
2017-12-06Merge pull request #6360 from mtnbikenc/remove-legacy-ci-entryRussell Teague
Remove entry point files no longer needed by CI
2017-12-06Merge pull request #6350 from mtnbikenc/fix-dup-importRussell Teague
Remove duplicate init import in network_manager.yml
2017-12-06Add missing symlinks in openshift-loggingRussell Teague
2017-12-05Playbook Consolidation - etcd UpgradeRussell Teague
2017-12-05Remove all references to pacemaker (pcs, pcsd) and ↵Andrew Butcher
openshift.master.cluster_method. With pacemaker removed there is no longer a need for openshift.master.cluster_method. We only have one option.
2017-12-05Remove entry point files no longer needed by CIRussell Teague
2017-12-05Merge pull request #6154 from mtnbikenc/consolidate-openshift-loggingScott Dodson
Playbook Consolidation - openshift-logging
2017-12-05Merge pull request #6306 from mgugino-upstream-stage/fix-hosted-varsScott Dodson
Fix hosted vars
2017-12-05Fix and cleanup not required dns bitsBogdan Dobrelya
* Do not manage hostnames for openstack cloud provider, let cloud-init to do its job. * Make python-dns / dnspython dependency check conditional. * Drop not used dns node flavor and image. * Do not manage dns nodes and sec groups in heat stacks. * Keep supporting dynamic updates for private DNS records, yet only limited to an external DNS managed elsewhere (not deployed by the openshift_openstack provider). So users may still benefit from this feature, sending nsupdates to private and public servers as they want it. * Fix openstack default for external nsupdate keys. It should be undefined by default as the dns-populate logic is based on that. * Fix dns records generation for openstack provider's populate-dns * Update docs
2017-12-05Merge pull request #6341 from bogdando/openstack_cleanup_staticMichael Gugino
Cleanup unused openstack provider code
2017-12-05Fix hosted varsMichael Gugino
Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
2017-12-05Merge pull request #6345 from bogdando/openstack_openshift_testing_reposScott Dodson
Use openshift testing repos for openstack
2017-12-05Remove duplicate init import in network_manager.ymlRussell Teague
2017-12-05Document testing repos for dev purposesBogdan Dobrelya
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2017-12-04Merge pull request #6297 from mgugino-upstream-stage/crt_roleScott Dodson
Implement container runtime role
2017-12-04Merge pull request #6324 from mtnbikenc/consolidate-redeploy-certificatesOpenShift Merge Robot
Automatic merge from submit-queue. Playbook Consolidation - Redeploy Certificates This PR moves the certificate redeploy playbooks out of {byo,common}/openshift-cluster and into their respective component areas. - playbooks/openshift-etcd (redeploy-certificates.yml, redeploy-ca.yml) - playbooks/openshift-master (redeploy-certificates.yml, redeploy-openshift-ca.yml) - playbooks/openshift-node (redeploy-certificates.yml) - playbooks/openshift-hosted (redeploy-registry-certificates.yml, redeploy-router-certificates.yml) playbooks/byo/openshift-cluster/redeploy-certificates.yml was moved to playbooks/redeploy-certificates.yml Trello: https://trello.com/c/zCz6RIHM/578-2-playbook-consolidation-openshift-cluster-redeploy-certificates
2017-12-04Use openshift testing repos for openstackBogdan Dobrelya
Use testing openshift repos to sidestep packaging issues for 3.6 clients being used in 3.7 deployments or something. Poke host requirements Centos 7.4 as 7.3 can't see that testing repo. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2017-12-04Cleanup unused openstack provider codeBogdan Dobrelya
Remove references for bastion, ssh UI tunnek and static inventory. Update docs. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2017-12-02Merge pull request #6321 from sdodson/v3_9Scott Dodson
Add v3.9 support
2017-12-01Merge pull request #6069 from kwoodson/upgrade_scale_groupsScott Dodson
Initial upgrade for scale groups.
2017-12-01Implement container runtime roleMichael Gugino
2017-12-01Playbook Consolidation - Redeploy CertificatesRussell Teague
2017-12-01Remove shell environment lookupTomas Sedovic
2017-11-30retry package operationsLuke Meyer
When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
2017-11-30Add v3.9 supportScott Dodson
2017-11-30Playbook Consolidation - openshift-loggingRussell Teague
2017-11-30Merge pull request #6282 from mtnbikenc/fix-include_roleScott Dodson
Correct usage of include_role
2017-11-30Merge pull request #6290 from tomassedovic/openstack-no-dnsScott Dodson
Use IP addresses for OpenStack nodes
2017-11-29Initial upgrade for scale groups.Kenny Woodson
2017-11-29Update the doc textTomas Sedovic