Allow specify container_cli
In OSP15, the default containers are podman. So we need to pass container_cli environment variable as "podman" so that the podman containers configuration file on the undercloud can be parsed. Change-Id: I223c46baf4cf36596c8ff1e7468eb9fd1a0f1126 Signed-off-by: Charles Short <chucks@redhat.com>
This commit is contained in:
@@ -11,6 +11,7 @@ ansible:
|
||||
hosts: ansible/hosts
|
||||
metadata_playbook: ansible/gather/stockpile.yml
|
||||
ssh_config: ansible/ssh-config
|
||||
container_cli: docker
|
||||
elasticsearch:
|
||||
enabled: false
|
||||
host: 1.1.1.1
|
||||
|
||||
Reference in New Issue
Block a user