diff options
Diffstat (limited to 'deploy/adapters/ansible/roles/heat/vars')
-rw-r--r-- | deploy/adapters/ansible/roles/heat/vars/Debian.yml | 19 | ||||
-rw-r--r-- | deploy/adapters/ansible/roles/heat/vars/RedHat.yml | 19 | ||||
-rw-r--r-- | deploy/adapters/ansible/roles/heat/vars/main.yml | 12 |
3 files changed, 0 insertions, 50 deletions
diff --git a/deploy/adapters/ansible/roles/heat/vars/Debian.yml b/deploy/adapters/ansible/roles/heat/vars/Debian.yml deleted file mode 100644 index 4c978517..00000000 --- a/deploy/adapters/ansible/roles/heat/vars/Debian.yml +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## ---- -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 deleted file mode 100644 index 435afd3f..00000000 --- a/deploy/adapters/ansible/roles/heat/vars/RedHat.yml +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## ---- -services: - - openstack-heat-api - - openstack-heat-api-cfn - - openstack-heat-engine - -packages: - - openstack-heat-api - - openstack-heat-api-cfn - - openstack-heat-engine - - python-heatclient diff --git a/deploy/adapters/ansible/roles/heat/vars/main.yml b/deploy/adapters/ansible/roles/heat/vars/main.yml deleted file mode 100644 index f6fef749..00000000 --- a/deploy/adapters/ansible/roles/heat/vars/main.yml +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## ---- -packages_noarch: [] - -services_noarch: [] |