summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-12-18 14:01:34 -0500
committerKenny Woodson <kwoodson@redhat.com>2016-01-04 11:00:20 -0500
commit67b3fff8257072095ebdebfdfe5c429efea3a8d8 (patch)
tree8a25b519e2171a7abd145ba19cf97b638cbcedb5 /playbooks/byo/openshift-cluster/config.yml
parenta21189c1f0611bff6935364c8c255a88060d882d (diff)
downloadopenshift-67b3fff8257072095ebdebfdfe5c429efea3a8d8.tar.gz
openshift-67b3fff8257072095ebdebfdfe5c429efea3a8d8.tar.bz2
openshift-67b3fff8257072095ebdebfdfe5c429efea3a8d8.tar.xz
openshift-67b3fff8257072095ebdebfdfe5c429efea3a8d8.zip
Cleanup and fixes for cluster_id change
- 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
Diffstat (limited to 'playbooks/byo/openshift-cluster/config.yml')
-rw-r--r--playbooks/byo/openshift-cluster/config.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml
index eecf95994..5887b3208 100644
--- a/playbooks/byo/openshift-cluster/config.yml
+++ b/playbooks/byo/openshift-cluster/config.yml
@@ -1,11 +1,8 @@
---
- include: ../../common/openshift-cluster/config.yml
+ vars_files:
+ - ../../byo/openshift-cluster/cluster_hosts.yml
vars:
- g_etcd_hosts: "{{ groups.etcd | default([]) }}"
- g_master_hosts: "{{ groups.masters | default([]) }}"
- g_nfs_hosts: "{{ groups.nfs | default([]) }}"
- g_node_hosts: "{{ groups.nodes | default([]) }}"
- g_lb_hosts: "{{ groups.lb | default([]) }}"
openshift_cluster_id: "{{ cluster_id | default('default') }}"
- openshift_debug_level: 2
+ openshift_debug_level: "{{ debug_level | default(2) }}"
openshift_deployment_type: "{{ deployment_type }}"