summaryrefslogtreecommitdiffstats
path: root/prototypes/xci/playbooks/configure-localhost.yml
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-04-18 14:51:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-18 14:51:27 +0000
commit2f9aacfdf788dc5ee5b38c2eb155c315ac758d17 (patch)
treed1ad01eea7b9c6c0f8f2534a8106bf5f60a74443 /prototypes/xci/playbooks/configure-localhost.yml
parent283f6dcfbc101beb9ad85596f03c04529a7c0e61 (diff)
parentf11607f063a53948d756d9b2666e5b9771869ebc (diff)
Merge "xci: Merge configure-targethosts.yml playbooks into one"
Diffstat (limited to 'prototypes/xci/playbooks/configure-localhost.yml')
-rw-r--r--prototypes/xci/playbooks/configure-localhost.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/prototypes/xci/playbooks/configure-localhost.yml b/prototypes/xci/playbooks/configure-localhost.yml
index 2a559645e..34b974cd1 100644
--- a/prototypes/xci/playbooks/configure-localhost.yml
+++ b/prototypes/xci/playbooks/configure-localhost.yml
@@ -21,12 +21,6 @@
path: "{{LOG_PATH}}"
state: directory
recurse: no
- # when the deployment is not aio, we use playbook, configure-targethosts.yml, to configure all the hosts
- - name: copy multihost playbook
- copy:
- src: "{{XCI_FLAVOR_ANSIBLE_FILE_PATH}}/configure-targethosts.yml"
- dest: "{{OPNFV_RELENG_PATH}}/prototypes/xci/playbooks"
- when: XCI_FLAVOR != "aio"
# when the deployment is aio, we overwrite and use playbook, configure-opnfvhost.yml, since everything gets installed on opnfv host
- name: copy aio playbook
copy: