JIRA: -
Currently there is no variable definition file of tacker
for centos in os_tacker repo. This will lead an error
while including vars on centos deployment. So this patch will
add a file named "redhat-7.yml" for centos.
Change-Id: I965834adb0d2d25e5a68a9c7dbb397342108078f
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
--- /dev/null
+---
+
+tacker_distro_packages:
+ - rsync
+ - git-core
dest: /opt/openstack-ansible/playbooks/setup-openstack.yml
insertafter: "^- include: os-trove"
line: "- include: os-tacker-install.yml"
+
+- name: add variables file of tacker for centos
+ copy:
+ src: redhat-7.yml
+ dest: /etc/ansible/roles/os_tacker/vars/redhat-7.yml