File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 3232 ANSIBLE_FORCE_COLOR : True
3333 KAYOBE_ENVIRONMENT : ci-builder
3434 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
35+
3536jobs :
3637 runner-preqs :
3738 uses : ./.github/workflows/runs-on-preq.yml
@@ -207,7 +208,7 @@ jobs:
207208 source venvs/kayobe/bin/activate &&
208209 source src/kayobe-config/kayobe-env --environment ci-builder &&
209210 kayobe seed host command run \
210- --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv && sudo apt-get -y install btrfs-tools " --show-output
211+ --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv" --show-output
211212 env :
212213 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
213214
Original file line number Diff line number Diff line change 55name : All in one
66
77on :
8- workflow_call :
8+ workflow_dispatch :
99 inputs :
10- runner_env :
11- required : false
12- type : string
13- description : ' Runner environment'
14- default : ' SMS Lab'
15- kayobe_image :
16- description : Kayobe container image
17- type : string
18- required : true
1910 os_distribution :
2011 description : Host OS distribution
2112 type : string
2819 description : User for terraform to access the all-in-one VM
2920 type : string
3021 default : cloud-user
31- neutron_plugin :
32- description : Neutron ML2 plugin
33- type : string
34- required : true
3522 vm_image_override :
3623 description : Full name of an image to use instead of the default
3724 type : string
@@ -87,11 +74,12 @@ jobs:
8774 env :
8875 KAYOBE_ENVIRONMENT : ci-aio
8976 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
90- KAYOBE_IMAGE : ${{ inputs.kayobe_image }}
77+ KAYOBE_IMAGE : ghcr.io/stackhpc/stackhpc-kayobe-config:pr-1502
9178 # NOTE(upgrade): Reference the PREVIOUS release here.
9279 PREVIOUS_KAYOBE_IMAGE : ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2023.1
9380 # NOTE(upgrade): Reference the PREVIOUS release branch here.
9481 PREVIOUS_BRANCH : stackhpc/2023.1
82+ neutron_plugin : ovn
9583 steps :
9684 - name : Install Package
9785 uses : ConorMacBride/install-package@main
You can’t perform that action at this time.
0 commit comments