Install python-openstackclient by default 65/43665/4
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 29 Sep 2017 23:40:04 +0000 (01:40 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 2 Oct 2017 11:07:42 +0000 (11:07 +0000)
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>
xci/playbooks/configure-opnfvhost.yml

index b6dbbb1..7b16849 100644 (file)
         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