diff options
author | Markos Chandras <mchandras@suse.de> | 2017-09-26 09:08:08 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-09-28 08:44:33 +0100 |
commit | 635b13830c4d01a5ea153aec9f79b55e059bb8b0 (patch) | |
tree | a25b8ad8262ebb4addc2c59e01df2092e3f328db /xci/file | |
parent | 4b979090960ba44e64695e8b9b5dc3ef275e9dd0 (diff) |
xci: configure-opnfvhost: Do not run 'remove-folders'
The OPNFV node is brand new and it doesn't have any traces
of XCI directories so there is no point in running the
'remove-folders' role.
Change-Id: Ic9b9203cc14abda2dab406de6a5feeef6a1b7e2a
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/file')
-rw-r--r-- | xci/file/aio/configure-opnfvhost.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xci/file/aio/configure-opnfvhost.yml b/xci/file/aio/configure-opnfvhost.yml index 535b14dc..f25476f9 100644 --- a/xci/file/aio/configure-opnfvhost.yml +++ b/xci/file/aio/configure-opnfvhost.yml @@ -1,15 +1,6 @@ --- - hosts: opnfv remote_user: root - gather_facts: true - become: yes - vars_files: - - ../var/opnfv.yml - roles: - - role: remove-folders - -- hosts: opnfv - remote_user: root vars_files: - ../var/opnfv.yml roles: |