summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2017-07-31 08:31:00 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2017-08-03 17:20:52 +0200
commit6245045546024ea1dbd4635ab4d1d58783c3aa34 (patch)
treea1c9a957bc300b8b4c36aa1b3a399d69501d1bb8 /inventory
parent59c9668c314518762cceb5845998bc9466fa5722 (diff)
downloadopenshift-6245045546024ea1dbd4635ab4d1d58783c3aa34.tar.gz
openshift-6245045546024ea1dbd4635ab4d1d58783c3aa34.tar.bz2
openshift-6245045546024ea1dbd4635ab4d1d58783c3aa34.tar.xz
openshift-6245045546024ea1dbd4635ab4d1d58783c3aa34.zip
examples: use the correct variable name
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example2
-rw-r--r--inventory/byo/hosts.ose.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 9237427b5..239727c6e 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -111,7 +111,7 @@ openshift_release=v3.6
# Instead of using docker, replacec it with cri-o
# NOTE: This uses openshift_docker_systemcontainer_image_registry_override as it's override
# just as container-engine does.
-#use_crio=False
+#openshift_docker_use_crio=False
# Force the registry to use for the docker/crio system container. By default the registry
# will be built off of the deployment type and ansible_distribution. Only
# use this option if you are sure you know what you are doing!
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 9c710bb0a..837c54f27 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -111,7 +111,7 @@ openshift_release=v3.6
# Install and run cri-o along side docker
# NOTE: This uses openshift_docker_systemcontainer_image_registry_override as it's override
# just as container-engine does.
-#use_crio=False
+#openshift_docker_use_crio=False
# Force the registry to use for the container-engine/crio system container. By default the registry
# will be built off of the deployment type and ansible_distribution. Only
# use this option if you are sure you know what you are doing!