Skip to content

Commit 39db2cb

Browse files
committed
caracal temp
1 parent 0c7a4ec commit 39db2cb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ jobs:
232232
kayobe overcloud container image build $args
233233
env:
234234
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD_CI_BUILDER }}
235+
GITHUB_USERNAME: "seunghun1ee"
236+
GITHUB_TOKEN: ${{ secrets.TEMP_STACKHPC_CI_CLONE_REPO_TOKEN }}
235237
if: inputs.overcloud
236238

237239
- 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
@@ -148,6 +148,10 @@ kolla_sources:
148148
type: git
149149
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
150150
reference: 1.3.0
151+
keystone-base:
152+
type: git
153+
location: https://{{ lookup('env', 'GITHUB_USERNAME') }}:{{ lookup('env', 'GITHUB_TOKEN') }}@github.com/stackhpc/keystone-private.git
154+
reference: 34b7c572d065267bb31dbd6846aa48b9f11fe8c9
151155
magnum-base:
152156
type: git
153157
location: https://github.com/stackhpc/magnum.git

0 commit comments

Comments
 (0)