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>
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