summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/cluster_hosts.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3043 from jkhelil/scaleup_etcdScott Dodson2017-08-021-1/+3
|\ | | | | Add etcd scaleup playbook
| * add etcd scaleup playbookjawed2017-06-151-1/+3
| |
* | Add glusterfs_registry hosts to oo_all_hosts.Jose A. Rivera2017-07-271-1/+1
| | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474630 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.Andrew Butcher2017-07-261-0/+1
|/
* GlusterFS: Allow for a separate registry-specific playbookJose A. Rivera2017-05-041-0/+2
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Integrate GlusterFS into OpenShift installationJose A. Rivera2017-04-101-0/+2
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* YAML LintingRussell Teague2016-12-121-8/+8
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Docker role refactorJason DeTiberus2016-03-141-1/+3
| | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
* Move additional master configuration into a separate master playbook.Andrew Butcher2016-02-161-2/+0
|
* Add new_masters to scaleup playbook.Andrew Butcher2016-02-161-0/+4
|
* Add g_new_node_hosts to cluster_hosts.Andrew Butcher2016-02-021-0/+2
|
* Fix error in byo cluster_hosts.ymlJason DeTiberus2016-01-041-2/+4
|
* Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-041-0/+11
- Move debug_level into vars.yml and byo inventory - change variables in cluster_hosts.yml to be g_* and update playbooks to use those values directly instead of setting them indirectly - added a new g_all_hosts entry in cluster_hosts to use in the update playbook instead of unioning all host types within the playbook - added a cluster_hosts.yml for the byo playbook