Skip to content

Commit d0667c5

Browse files
committed
Test building images from a private repo
1 parent bf75fbd commit d0667c5

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
@@ -195,6 +195,8 @@ jobs:
195195
kayobe overcloud container image build $args
196196
env:
197197
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
198+
GITHUB_USERNAME: "git"
199+
GITHUB_TOKEN: ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}
198200
if: inputs.overcloud
199201

200202
- 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
@@ -134,6 +134,10 @@ kolla_sources:
134134
type: git
135135
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
136136
reference: 1.3.0
137+
keystone-base:
138+
type: git
139+
location: https://{{ lookup('env', 'GITHUB_USERNAME') }}:{{ lookup('env', 'GITHUB_TOKEN') }}@github.com/stackhpc/keystone-private.git
140+
reference: yoga-2119646
137141
magnum-base:
138142
type: git
139143
location: https://github.com/stackhpc/magnum.git

0 commit comments

Comments
 (0)