Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ kolla_sources:
reference: stackhpc/{{ openstack_release }}
glance-base:
type: git
location: https://github.com/stackhpc/glance
location: https://github.com/stackhpc/glance.git
reference: stackhpc/{{ openstack_release }}
horizon-plugin-cloudkitty-dashboard:
type: git
Expand All @@ -148,19 +148,19 @@ kolla_sources:
reference: stackhpc/{{ openstack_release }}
neutron-server-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx
location: https://github.com/stackhpc/networking-mlnx.git
reference: stackhpc/{{ openstack_release }}
nova-compute-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx
location: https://github.com/stackhpc/networking-mlnx.git
reference: stackhpc/{{ openstack_release }}
octavia-base:
type: git
location: https://github.com/stackhpc/octavia.git
reference: stackhpc/{{ openstack_release }}
blazar-base:
type: git
location: https://github.com/stackhpc/blazar
location: https://github.com/stackhpc/blazar.git
reference: stackhpc/master

###############################################################################
Expand Down Expand Up @@ -358,7 +358,7 @@ kolla_build_customizations_common:
- /additions/*
glance_base_pip_packages_override:
- "/glance"
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3"
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store.git@stackhpc/4.7.0.3"
ironic_inspector_pip_packages_append:
- /additions/*
magnum_base_pip_packages_override:
Expand All @@ -371,7 +371,7 @@ kolla_build_customizations_common:
- python3-libvirt
- python3-ethtool
neutron_mlnx_agent_pip_packages_override:
- networking-mlnx@git+https://github.com/stackhpc/networking-mlnx@stackhpc/{{ openstack_release }}
- networking-mlnx@git+https://github.com/stackhpc/networking-mlnx.git@stackhpc/{{ openstack_release }}

kolla_build_customizations_rocky:
kolla_toolbox_packages_remove:
Expand Down
Loading