summaryrefslogtreecommitdiff
path: root/playbooks/openshift-node
AgeCommit message (Collapse)Author
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
2017-12-15Merge pull request #6484 from mtnbikenc/tests-as-filtersRussell Teague
Deprecate using Ansible tests as filters
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-12-13Add missing openshift_service_typeMichael Gugino
Pull in openshift_facts to define the variable. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1525429
2017-12-08Remove unneeded embedded etcd logicMichael Gugino
Removing some remaining embedded etcd facts except for the migration plays.
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-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-07Include Deprecation: Convert to import_playbookRussell Teague
2017-12-06Fix ami building.Kenny Woodson
2017-12-06Merge pull request #6350 from mtnbikenc/fix-dup-importRussell Teague
Remove duplicate init import in network_manager.yml
2017-12-05Remove duplicate init import in network_manager.ymlRussell Teague
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-01Implement container runtime roleMichael Gugino
2017-12-01Playbook Consolidation - Redeploy CertificatesRussell Teague
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-28Merge pull request #6269 from mgugino-upstream-stage/clock-dependsMichael Gugino
Remove openshift_clock from meta depends
2017-11-27remove schedulable from openshift_factsMichael Gugino
This commit removes schedulable from openshift_facts in favor of detecting whether or not a host is a master via inventory.
2017-11-27Remove openshift_clock from meta dependsMichael Gugino
This commit adds openshift_clock role to required plays instead of using meta_depends.
2017-11-22Include Deprecation - openshift-nodeRussell Teague
2017-11-21Playbook Consolidation - openshift-nodeRussell Teague