File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
runs-on : [self-hosted, stackhpc-kayobe-config-kolla-builder-rl9]
35
35
permissions : {}
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
with :
39
39
path : src/kayobe-config
40
40
41
41
- name : Determine OpenStack release
42
42
id : openstack_release
43
43
run : |
44
- BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' .gitreview)
44
+ BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' src/kayobe-config/ .gitreview)
45
45
echo "openstack_release=${BRANCH}" | sed "s|stable/||" >> $GITHUB_OUTPUT
46
46
47
47
# Generate a tag to apply to all built overcloud host images.
67
67
68
68
- name : Install dependencies
69
69
run : |
70
- sudo dnf -y install zstd
70
+ sudo dnf -y install zstd debootstrap
71
71
72
72
- name : Setup networking
73
73
run : |
84
84
sudo ip l set dummy1 up
85
85
sudo ip l set dummy1 master breth1
86
86
87
- # FIXME: Without this workaround we see the following issue after the runner is power cycled:
88
- # TASK [MichaelRigart.interfaces : RedHat | ensure network service is started and enabled] ***
89
- # Unable to start service network: Job for network.service failed because the control process exited with error code.
90
- # See \"systemctl status network.service\" and \"journalctl -xe\" for details.
91
- - name : Kill dhclient (workaround)
92
- run : |
93
- (sudo killall dhclient || true) && sudo systemctl restart network
94
-
95
87
- name : Install Kayobe
96
88
run : |
97
89
mkdir -p venvs &&
Original file line number Diff line number Diff line change 1
1
---
2
2
# Overcloud host image versioning tags
3
3
# These images must be in SMS, since they are used by our AIO CI runners
4
- stackhpc_rocky_9_overcloud_host_image_version : " yoga-20230929T133006 "
5
- stackhpc_ubuntu_jammy_overcloud_host_image_version : " yoga-20230609T120720 "
4
+ stackhpc_rocky_9_overcloud_host_image_version : " zed-20231013T123933 "
5
+ stackhpc_ubuntu_jammy_overcloud_host_image_version : " zed-20231013T123933 "
You can’t perform that action at this time.
0 commit comments