Skip to content

Commit e0f79b9

Browse files
committed
wip
1 parent 8a9250b commit e0f79b9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,14 @@ jobs:
200200

201201
- name: Write apt config to file
202202
run: |
203-
sudo cat > /etc/apt/preferences.d/stackhpc-apt-preferences <<EOF
203+
pwd
204+
cat > stackhpc-apt-preferences <<EOF
204205
Package: openvswitch-switch openvswitch-common openvswitch-common-dpdk
205206
Pin: version 3.3.*
206207
Pin-Priority: 1001
207208
EOF
209+
cat stackhpc-apt-preferences
210+
realpath stackhpc-apt-preferences
208211
209212
- name: Build kolla overcloud images
210213
id: build_overcloud_images

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
55
{% if kolla_base_distro == 'ubuntu' %}
66
base_tag = noble-20241118.1
7-
apt_preferences = /etc/apt/preferences.d/stackhpc-apt-preferences
7+
apt_preferences = stackhpc-apt-preferences
88
{# Similarly pinning to Rocky 9 minor version used in our repos #}
99
{% elif kolla_base_distro == 'rocky' %}
1010
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}

0 commit comments

Comments
 (0)