Add new standalone_container_cli variable

This allows to run a standalone deploy with another container engine
than docker

Change-Id: I7069e54ccd5fdb270e686635f9710f047f7d585f
This commit is contained in:
Cédric Jeanneret 2018-10-29 17:02:18 +01:00
parent 59fc2f971f
commit 9fcdfadaf8
2 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,5 @@ standalone_ansible_lint: false
standalone_selinux_mode: permissive
standalone_libvirt_type: kvm
standalone_container_cli: docker

View File

@ -1,6 +1,7 @@
parameter_defaults:
CertmongerCA: local
CloudName: {{ standalone_ip }}
ContainerCli: {{ standalone_container_cli }}
ControlPlaneStaticRoutes: []
Debug: true
DeploymentUser: {{ undercloud_user }}