diff options
author | Manuel Buil <mbuil@suse.com> | 2019-07-31 16:35:44 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2019-07-31 16:35:44 +0200 |
commit | f5b7414fab7bc58ca60a7d76954ffb046cf15d86 (patch) | |
tree | 2d80e75e761ac7ebd2066118671c08a9f505044d /xci/infra | |
parent | 94fb076f5b0ffd854f229d168d96a5368dfe8be9 (diff) |
Remove source install
We should try to use pip ansible module as much as possible. If we use
pip in the command line we run into issues when moving towards a newer
version of bifrost
Change-Id: Ib606e0cc0e754f0a9ca07bf7724b7f8d70976b2d
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/infra')
-rw-r--r-- | xci/infra/bifrost/infra-provision.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xci/infra/bifrost/infra-provision.sh b/xci/infra/bifrost/infra-provision.sh index 01019eae..b0617733 100644 --- a/xci/infra/bifrost/infra-provision.sh +++ b/xci/infra/bifrost/infra-provision.sh @@ -64,11 +64,8 @@ ansible-playbook ${XCI_ANSIBLE_PARAMS} \ -e ipv4_gateway=192.168.122.1 \ -e wait_timeout=3600 \ -e enable_keystone=false \ - -e ironicinspector_source_install=true \ -e ironicinspector_git_branch=${BIFROST_IRONIC_INSPECTOR_VERSION:-master} \ - -e ironicinspectorclient_source_install=true \ -e ironicinspectorclient_git_branch=${BIFROST_IRONIC_INSPECTOR_CLIENT_VERSION:-master} \ - -e ironicclient_source_install=true \ -e ironicclient_git_branch=${BIFROST_IRONIC_CLIENT_VERSION:-master} \ -e ironic_git_branch=${BIFROST_IRONIC_VERSION:-master} \ -e create_image_via_dib=${BIFROST_CREATE_IMAGE_VIA_DIB:-true} \ |