BaR: Set default container cli to podman

Backup and Restore:
   The default container cli is set to docker and the default
is podman.

Change-Id: I7090d41c0d0083fd8feb248a35849c3dd8956540
This commit is contained in:
Juan Badia Payno 2020-06-01 11:15:57 +02:00
parent 606aedb242
commit 1595782438
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# All variables intended for modification should place placed in this file.
# Set the container command line entry-point
tripleo_container_cli: "{{ container_cli | default('docker') }}"
tripleo_container_cli: "{{ container_cli | default('podman') }}"
# Stop and start all running services before backup is ran.
tripleo_backup_and_restore_service_manager: true

View File

@ -21,6 +21,7 @@
roles:
- role: backup-and-restore
tripleo_backup_and_restore_nfs_server: undercloud
tripleo_container_cli: docker
tripleo_backup_and_restore_rear_simulate: true
tripleo_backup_and_restore_service_manager: false
tripleo_backup_and_restore_hiera_config_file: "{{ ansible_user_dir }}/hiera.yaml"