diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-04-27 11:21:04 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-04-27 11:21:04 -0400 |
commit | 287b9527290bb01e88f43ea6a955795edcf24f38 (patch) | |
tree | 1f5d3fbcf5f1351b71781b3ef4fd98b126e7c390 /inventory/byo/hosts.ose.example | |
parent | 0c2ad737bf5ef855c0ee9c4a558bc5ead6a4fa7e (diff) | |
parent | 56ba4b734399c850f1fa7732d5baa38fccbad740 (diff) | |
download | openshift-287b9527290bb01e88f43ea6a955795edcf24f38.tar.gz openshift-287b9527290bb01e88f43ea6a955795edcf24f38.tar.bz2 openshift-287b9527290bb01e88f43ea6a955795edcf24f38.tar.xz openshift-287b9527290bb01e88f43ea6a955795edcf24f38.zip |
Merge pull request #1812 from sdodson/issue1759
Add masterConfig.volumeConfig.dynamicProvisioningEnabled
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 98d484ecb..650dfe498 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -382,6 +382,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Or you may optionally define your own serialized as json #openshift_builddefaults_json='{"BuildDefaults":{"configuration":{"apiVersion":"v1","env":[{"name":"HTTP_PROXY","value":"http://proxy.example.com.redhat.com:3128"},{"name":"NO_PROXY","value":"ose3-master.example.com"}],"gitHTTPProxy":"http://proxy.example.com:3128","kind":"BuildDefaultsConfig"}}}' +# masterConfig.volumeConfig.dynamicProvisioningEnabled, configurable as of 1.2/3.2, enabled by default +#openshift_master_dynamic_provisioning_enabled=False + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |