diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-12-18 14:01:34 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2016-01-04 11:00:20 -0500 |
commit | 67b3fff8257072095ebdebfdfe5c429efea3a8d8 (patch) | |
tree | 8a25b519e2171a7abd145ba19cf97b638cbcedb5 /inventory/byo/hosts.ose.example | |
parent | a21189c1f0611bff6935364c8c255a88060d882d (diff) | |
download | openshift-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 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 3e1ce8e2b..0fe8c7965 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -18,6 +18,9 @@ ansible_ssh_user=root # user must be configured for passwordless sudo #ansible_sudo=true +# Debug level for all OpenShift components (Defaults to 2) +debug_level=2 + # deployment type valid values are origin, online, atomic-enterprise, and openshift-enterprise deployment_type=openshift-enterprise |