Skip to content

Commit a9adfd7

Browse files
committed
Test building images from a private repo
(cherry picked from commit 7af3418)
1 parent b0868db commit a9adfd7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ jobs:
219219
kayobe overcloud container image build $args
220220
env:
221221
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
222+
CI_GITHUB_USERNAME: "stackhpc-ci"
223+
CI_GITHUB_TOKEN: ${{ secrets.TEMP_STACKHPC_CI_CLONE_REPO_TOKEN }}
222224
if: inputs.overcloud
223225

224226
- name: Copy build configs to output directory

etc/kayobe/kolla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ kolla_sources:
137137
reference: 1.3.0
138138
keystone-base:
139139
type: git
140-
location: https://github.com/stackhpc/keystone.git
141-
reference: stackhpc/{{ openstack_release }}
140+
location: https://{{ lookup('env', 'CI_GITHUB_USERNAME') }}:{{ lookup('env', 'CI_GITHUB_TOKEN') }}@github.com/stackhpc/keystone-private.git
141+
reference: 2025.1-2119646
142142
neutron-server-plugin-networking-mlnx:
143143
type: git
144144
location: https://github.com/stackhpc/networking-mlnx.git

0 commit comments

Comments
 (0)