Skip to content

Commit cbcd011

Browse files
committed
[WORKAROUND] The CK RPMS are not building in metacontent provider
To workaround this issue, the regular content provider is used and hardcoded images are used for deploying CK ref: openstack-k8s-operators#720 (comment)
1 parent 78aad84 commit cbcd011

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

ci/cloudkitty-post_deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@
5050
ceilometerService: CeilometerPassword
5151
cloudKittyService: CloudKittyPassword
5252
cloudKittyAPI:
53-
containerImage: "{{ cloudkitty_api_image }}"
53+
# containerImage: "{{ cloudkitty_api_image }}"
54+
containerImage: "quay.io/efoley/cloudkitty-api"
5455
cloudKittyProc:
55-
containerImage: "{{ cloudkitty_proc_image }}"
56+
# containerImage: "{{ cloudkitty_proc_image }}"
57+
containerImage: "quay.io/efoley/cloudkitty-processor"
5658
preserveJobs: true
5759
databaseAccount: cloudkitty
5860
databaseInstance: openstack

zuul.d/projects.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,12 @@
162162
github-check:
163163
#debug: true
164164
jobs:
165-
- telemetry-operator-multinode-cloudkitty
165+
- telemetry-operator-multinode-cloudkitty:
166+
dependencies:
167+
- openstack-k8s-operators-content-provider
168+
# temperorily use the regular content provider since CK rpm builds are failing
169+
- openstack-k8s-operators-content-provider
170+
# Keep the metacontent provider in the pipeline so we know when it is working again
166171
- telemetry-openstack-meta-content-provider-master
167172
#- telemetry-operator-multinode-default-telemetry
168173
#- functional-tests-osp18: &fvt_jobs_config

0 commit comments

Comments
 (0)