summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml
diff options
context:
space:
mode:
authortzumainn <tzumainn@redhat.com>2017-10-06 14:10:34 -0400
committerGitHub <noreply@github.com>2017-10-06 14:10:34 -0400
commitef2247cfd6e5825b6402e63337af975f9f356b4e (patch)
tree7933a861ee3cf82b043b6d8e33f0231d9588e36d /playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml
parent32bdbd5d790b370d808ec261559775d04d64e46d (diff)
parent3fb3db798d7f3d890f063315c8174e7252b9c054 (diff)
downloadopenshift-ef2247cfd6e5825b6402e63337af975f9f356b4e.tar.gz
openshift-ef2247cfd6e5825b6402e63337af975f9f356b4e.tar.bz2
openshift-ef2247cfd6e5825b6402e63337af975f9f356b4e.tar.xz
openshift-ef2247cfd6e5825b6402e63337af975f9f356b4e.zip
Merge pull request #776 from tomassedovic/dynamic-inventory
Add dynamic inventory
Diffstat (limited to 'playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml')
-rw-r--r--playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml b/playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml
index 7d7683c62..2e897102e 100644
--- a/playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml
+++ b/playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml
@@ -27,9 +27,14 @@ openshift_hosted_registry_wait: True
#openshift_hosted_registry_storage_access_modes: ['ReadWriteOnce']
#openshift_hosted_registry_storage_openstack_filesystem: xfs
-## Configure this if you're attaching a Cinder volume you've set up.
+## NOTE(shadower): This won't work until the openshift-ansible issue #5657 is fixed:
+## https://github.com/openshift/openshift-ansible/issues/5657
## If you're using the `cinder_hosted_registry_name` option from
-## `all.yml`, this will be configured automaticaly.
+## `all.yml`, uncomment these lines:
+#openshift_hosted_registry_storage_openstack_volumeID: "{{ lookup('os_cinder', cinder_hosted_registry_name).id }}"
+#openshift_hosted_registry_storage_volume_size: "{{ cinder_hosted_registry_size_gb }}Gi"
+
+## If you're using a Cinder volume you've set up yourself, uncomment these lines:
#openshift_hosted_registry_storage_openstack_volumeID: e0ba2d73-d2f9-4514-a3b2-a0ced507fa05
#openshift_hosted_registry_storage_volume_size: 10Gi