diff options
Diffstat (limited to 'deploy/adapters/ansible/roles/tacker/vars')
-rwxr-xr-x | deploy/adapters/ansible/roles/tacker/vars/Debian.yml | 19 | ||||
-rwxr-xr-x | deploy/adapters/ansible/roles/tacker/vars/RedHat.yml | 14 | ||||
-rwxr-xr-x | deploy/adapters/ansible/roles/tacker/vars/main.yml | 14 |
3 files changed, 0 insertions, 47 deletions
diff --git a/deploy/adapters/ansible/roles/tacker/vars/Debian.yml b/deploy/adapters/ansible/roles/tacker/vars/Debian.yml deleted file mode 100755 index 039e1680..00000000 --- a/deploy/adapters/ansible/roles/tacker/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: - - software-properties-common - - crudini - -services: [] - -heat_services: - - heat-api - - heat-api-cfn - - heat-engine diff --git a/deploy/adapters/ansible/roles/tacker/vars/RedHat.yml b/deploy/adapters/ansible/roles/tacker/vars/RedHat.yml deleted file mode 100755 index 59a4dbd9..00000000 --- a/deploy/adapters/ansible/roles/tacker/vars/RedHat.yml +++ /dev/null @@ -1,14 +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: - - software-properties-common - - crudini - -services: [] diff --git a/deploy/adapters/ansible/roles/tacker/vars/main.yml b/deploy/adapters/ansible/roles/tacker/vars/main.yml deleted file mode 100755 index c934090c..00000000 --- a/deploy/adapters/ansible/roles/tacker/vars/main.yml +++ /dev/null @@ -1,14 +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 -############################################################################## - -tacker_configs_templates: - - src: tacker.j2 - dest: - - /usr/local/etc/tacker/tacker.conf |