Skip to content

Commit d169b03

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

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
@@ -190,6 +190,8 @@ jobs:
190190
kayobe overcloud container image build $args
191191
env:
192192
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
193+
CI_GITHUB_USERNAME: "stackhpc-ci"
194+
CI_GITHUB_TOKEN: ${{ secrets.TEMP_STACKHPC_CI_CLONE_REPO_TOKEN }}
193195
if: inputs.overcloud
194196

195197
- name: Copy overcloud container image build logs to output directory

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ kolla_sources:
135135
type: git
136136
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
137137
reference: 1.3.0
138+
keystone-base:
139+
type: git
140+
location: https://{{ lookup('env', 'CI_GITHUB_USERNAME') }}:{{ lookup('env', 'CI_GITHUB_TOKEN') }}@github.com/stackhpc/keystone-private.git
141+
reference: zed-2119646
138142
magnum-base:
139143
type: git
140144
location: https://github.com/stackhpc/magnum.git

0 commit comments

Comments
 (0)