summaryrefslogtreecommitdiffstats
path: root/xci/playbooks
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-09-30 01:40:04 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-10-02 11:07:42 +0000
commit32a00b23c2c85560a5df2d87e8e33fea6f4b2336 (patch)
tree9040c69fc5c2d31e3ae6b6dcdc168d82efb8e6fa /xci/playbooks
parent869ae6cb904098b53da9bba010b1a9c95749c05d (diff)
Install python-openstackclient by default
It is important to have the client installed for the ease of the users so they can use the client for trying out their new deployment. Change-Id: I091c1e23ff320cb9fcdb2743998483a6bc1fcdad Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci/playbooks')
-rw-r--r--xci/playbooks/configure-opnfvhost.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/xci/playbooks/configure-opnfvhost.yml b/xci/playbooks/configure-opnfvhost.yml
index b6dbbb13..7b168498 100644
--- a/xci/playbooks/configure-opnfvhost.yml
+++ b/xci/playbooks/configure-opnfvhost.yml
@@ -143,12 +143,10 @@
name: "{{ docker_package_name }}"
state: latest
when: lookup('env', 'JENKINS_HOME') != ""
- # install python-openstackclient on opnfv host only if we are running as part of CI
- name: install python-openstackclient
pip:
name: python-openstackclient
state: present
- when: lookup('env', 'JENKINS_HOME') != ""
- hosts: localhost
remote_user: root