Set container_cli variable

The container_cli variable is needed for gather/stockpile to run.

Change-Id: Id97cbfb4ea3bbb8cf929add4de0df868f4da73d8
This commit is contained in:
Sai Sindhur Malleni 2019-07-29 08:13:06 -04:00
parent c23d9730af
commit ed1e9b0831
2 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,4 @@ host_remote_user: heat-admin
home_dir: "/home/{{ browbeat_user }}"
browbeat_path: "{{ home_dir }}/browbeat"
container_cli: docker

View File

@ -15,12 +15,14 @@
- name: setting facts
set_fact:
overcloud_user: "{{ host_remote_user }}"
container_cli: "{{ container_cli }}"
- hosts: undercloud
tasks:
- name: setting facts
set_fact:
undercloud_user: "{{ local_remote_user }}"
container_cli: "{{ container_cli }}"
- import_playbook: stockpile/config/featureset001.yml
vars: