aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/config-osa/files/redhat-7.yml
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2018-02-06 11:06:29 +0800
committerYifei Xue <xueyifei@huawei.com>2018-02-06 11:56:54 +0800
commit26f656961306239075612ac75a92b79db44e1539 (patch)
treec864ae42759ddcf86c3ec2292889797f6e6b6c7b /deploy/adapters/ansible/roles/config-osa/files/redhat-7.yml
parent45234f29eec45dc6a97c6a5db2a8d8a700624ab1 (diff)
Bug fix for tacker installation on centos7
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>
Diffstat (limited to 'deploy/adapters/ansible/roles/config-osa/files/redhat-7.yml')
-rw-r--r--deploy/adapters/ansible/roles/config-osa/files/redhat-7.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/config-osa/files/redhat-7.yml b/deploy/adapters/ansible/roles/config-osa/files/redhat-7.yml
new file mode 100644
index 00000000..ccfe7da2
--- /dev/null
+++ b/deploy/adapters/ansible/roles/config-osa/files/redhat-7.yml
@@ -0,0 +1,5 @@
+---
+
+tacker_distro_packages:
+ - rsync
+ - git-core