Skip to content

Commit e876f38

Browse files
committed
Test glance build with downstream glance-store
1 parent 7b30560 commit e876f38

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ kolla_sources:
158158
type: git
159159
location: https://github.com/stackhpc/blazar
160160
reference: stackhpc/master
161+
glance-base:
162+
type: git
163+
location: https://github.com/stackhpc/glance
164+
reference: glance_rbd_slow_test
161165

162166
###############################################################################
163167
# Kolla image build configuration.
@@ -342,6 +346,15 @@ kolla_build_blocks:
342346
&& grafana-cli plugins install grafana-opensearch-datasource
343347
ironic_inspector_header: |
344348
ADD additions-archive /
349+
glance_base_pip_packages_override:
350+
- "/glance"
351+
- "oslo.vmware>=3.6.0" # vmware
352+
- "python-swiftclient>=3.2.0" # swift
353+
- "python-cinderclient>=4.1.0" # swift
354+
- "os-brick>=6.3.0" # swift
355+
- "oslo.rootwrap>=5.8.0" # swift
356+
- "oslo.privsep>=1.23.0" # swift
357+
- "boto3>=1.9.199" # s3
345358

346359
# Dict mapping image customization variable names to their values.
347360
# Each variable takes the form:

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | jo
1313
[openstack-base]
1414
type = git
1515
location = https://github.com/stackhpc/requirements
16-
reference = stackhpc/{{ openstack_release }}
16+
reference = caracal-downstream-glance-store
1717

1818
[prometheus-v2-server]
1919
version = 2.54.1

0 commit comments

Comments
 (0)