diff options
author | Markos Chandras <mchandras@suse.de> | 2017-09-29 08:27:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-29 08:27:21 +0000 |
commit | cfd3a2099c5687e23c80bfdee55127572a39edc9 (patch) | |
tree | f765aed90587b84960bf4c0f9ae53bc20dcb19e5 /xci/file | |
parent | b1417cb094ec9c546b3230746278942d4c273401 (diff) | |
parent | 4e376686a539fa08cd0873de6a036f0a096a0066 (diff) |
Merge changes from topic 'fix-vm-on-jenkins'
* changes:
xci: xci-deploy.sh: Apply workaround for checking db cluster on SUSE
xci: playbooks: synchronize-time: Fix service name for openSUSE
xci: configure-opnfvhost: Do not run 'remove-folders'
xci: scripts: build-dib-os.sh: Pin diskimage-builder
xci: configure-opnfvhost: Do not check /etc/ssl/certs on SUSE
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: |