Skip to content

Commit 4b8e0fe

Browse files
committed
Test building images from a private repo
(cherry picked from commit 7af3418)
1 parent 50cf684 commit 4b8e0fe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ jobs:
230230
kayobe overcloud container image build $args
231231
env:
232232
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
233+
CI_GITHUB_USERNAME: "stackhpc-ci"
234+
CI_GITHUB_TOKEN: ${{ secrets.TEMP_STACKHPC_CI_CLONE_REPO_TOKEN }}
233235
if: inputs.overcloud
234236

235237
- name: Copy build configs to output directory

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ kolla_sources:
143143
type: git
144144
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
145145
reference: 1.3.0
146+
keystone-base:
147+
type: git
148+
location: https://{{ lookup('env', 'CI_GITHUB_USERNAME') }}:{{ lookup('env', 'CI_GITHUB_TOKEN') }}@github.com/stackhpc/keystone-private.git
149+
reference: 2024.1-2119646
146150
magnum-base:
147151
type: git
148152
location: https://github.com/stackhpc/magnum.git

0 commit comments

Comments
 (0)