diff options
| author | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-08-25 15:10:55 +0200 | 
|---|---|---|
| committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-08-25 17:34:53 +0200 | 
| commit | 521b65b2a3c911c926974bd70309434d97e6fd0d (patch) | |
| tree | 8f2abffe4139ab3885e3fe7239eda410f3dc28a9 /inventory | |
| parent | affdabe9d5182fb2dca846f4a236aa3af112b68b (diff) | |
cri-o: rename openshift_docker_use_crio to openshift_use_crio
It is confusing to have _docker_ in the name, since they are two
different backends.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
| -rw-r--r-- | inventory/byo/hosts.ose.example | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 385278f3b..27d73c42c 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. -#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 87fdee904..d318c7072 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. -#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!  | 
