diff options
author | shuai chen <chenshuai@huawei.com> | 2015-12-03 10:27:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-03 10:27:00 +0000 |
commit | 5de09de80aac43e61ec411ad598e8cd915d9cadd (patch) | |
tree | 570bd8310ba4488f36028d00730a9cd94cddc30e /deploy/adapters/ansible/roles/heat/vars | |
parent | fd5db7e03c9595c14df71a49e778a3bdda89e344 (diff) | |
parent | 065da65479888dcf5340a8d15d7d8a4cadce6264 (diff) |
Merge "compass4nfv support heat"
Diffstat (limited to 'deploy/adapters/ansible/roles/heat/vars')
-rw-r--r-- | deploy/adapters/ansible/roles/heat/vars/Debian.yml | 12 | ||||
-rw-r--r-- | deploy/adapters/ansible/roles/heat/vars/RedHat.yml | 5 | ||||
-rw-r--r-- | deploy/adapters/ansible/roles/heat/vars/main.yml | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/heat/vars/Debian.yml b/deploy/adapters/ansible/roles/heat/vars/Debian.yml new file mode 100644 index 00000000..03787bcb --- /dev/null +++ b/deploy/adapters/ansible/roles/heat/vars/Debian.yml @@ -0,0 +1,12 @@ +--- +packages: + - heat-api + - heat-api-cfn + - heat-engine + - python-heatclient + +services: + - heat-api + - heat-api-cfn + - heat-engine + diff --git a/deploy/adapters/ansible/roles/heat/vars/RedHat.yml b/deploy/adapters/ansible/roles/heat/vars/RedHat.yml new file mode 100644 index 00000000..25b318d0 --- /dev/null +++ b/deploy/adapters/ansible/roles/heat/vars/RedHat.yml @@ -0,0 +1,5 @@ +--- +services: [] + +packages: [] + diff --git a/deploy/adapters/ansible/roles/heat/vars/main.yml b/deploy/adapters/ansible/roles/heat/vars/main.yml new file mode 100644 index 00000000..05d75010 --- /dev/null +++ b/deploy/adapters/ansible/roles/heat/vars/main.yml @@ -0,0 +1,5 @@ +--- +packages_noarch: [] + +services_noarch: [] + |