summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-29 09:56:17 -0400
committerGitHub <noreply@github.com>2017-08-29 09:56:17 -0400
commit4338dce09dbe5497f2a3700992eb4c5afeb4e6f6 (patch)
treef105fd13921c5b87c19280dedfbae14a3f125333 /inventory
parentab7b515d8ed8576b23147e64e4da73e6dea41df7 (diff)
parentf1bb63e076a764732dfcc2da1536591bfdc15cb8 (diff)
downloadopenshift-4338dce09dbe5497f2a3700992eb4c5afeb4e6f6.tar.gz
openshift-4338dce09dbe5497f2a3700992eb4c5afeb4e6f6.tar.bz2
openshift-4338dce09dbe5497f2a3700992eb4c5afeb4e6f6.tar.xz
openshift-4338dce09dbe5497f2a3700992eb4c5afeb4e6f6.zip
Merge pull request #5214 from giuseppe/rename_crio_variable
crio: rename openshift_docker_use_crio to openshift_use_crio
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 396383725..9206d57fc 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -114,7 +114,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.
-#openshift_docker_use_crio=False
+#openshift_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 fa4cc4f26..c36dca971 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -114,7 +114,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.
-#openshift_docker_use_crio=False
+#openshift_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!