summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/std_include.yml
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - InitializationRussell Teague2017-11-151-50/+0
|
* Add execution times to checkpoint statusRussell Teague2017-10-311-6/+10
|
* Allow checkpoint status to work across all groupsRussell Teague2017-10-041-4/+2
|
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-271-0/+24
| | | | | | | | | | | - 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
* Remove openshift-commonMichael Gugino2017-09-061-0/+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.
* Additional os_firewall role refactoringRussell Teague2017-08-151-4/+0
| | | | | | | | | * Remove openshift_facts dependency * Move firewall initialization from std_include.yml to openshift_cluster/config.yml Installing firewall packages is only necessary during OpenShift installation.
* Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson2017-08-141-0/+4
| | | | cluster build.
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-101-0/+4
| | | | file.
* Refactor initialize groups tasksRussell Teague2017-04-121-24/+0
| | | | | | | | | | | | Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
* validate and normalize inventory variablesLuke Meyer2017-03-291-2/+0
| | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.
* Restructure certificate redeploy playbooksAndrew Butcher2017-02-021-0/+42