Merge "Install openstacksdk from pypi by default"

This commit is contained in:
Zuul 2020-08-05 20:10:00 +00:00 committed by Gerrit Code Review
commit dc2d6d51cf
5 changed files with 8 additions and 4 deletions

View File

@ -40,7 +40,7 @@ The ironic python client and openstacksdk libraries can be installed directly
from Git. The default is to utilize pip to install the current versions in pypi,
however testing may require master branch or custom patches.
openstacksdk_source_install: true
openstacksdk_source_install: false
Bifrost requires access to the network where nodes are located, in order to
provision the nodes. By default, this setting is set to a value for local

View File

@ -14,7 +14,7 @@ ironic_tftp_master_path: /var/lib/ironic/master_images
staging_drivers_include: false
file_url_port: "8080"
ironicclient_source_install: false
openstacksdk_source_install: true
openstacksdk_source_install: false
ironicinspector_source_install: true
ironicinspectorclient_source_install: false
sushy_source_install: false

View File

@ -44,7 +44,7 @@ ipa_git_branch: "{{ git_branch }}"
ipa_builder_git_branch: master
# disable source install to prevent cloning
ironicclient_source_install: false
openstacksdk_source_install: true
openstacksdk_source_install: false
ironicinspector_source_install: true
ironicinspectorclient_source_install: false
sushy_source_install: false

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
OpenStackSDK is now installed from PyPI by default, set
``openstacksdk_source_install=true`` to override.

View File

@ -21,7 +21,6 @@
- openstack/ironic-inspector
- openstack/ironic-python-agent
- openstack/ironic-python-agent-builder
- openstack/openstacksdk
- openstack/requirements
- x/ironic-staging-drivers