Skip to content

Commit

Permalink
Merge pull request #837 from stackhpc/stackhpc/zed
Browse files Browse the repository at this point in the history
sync 2023.1 from zed
  • Loading branch information
markgoddard authored Dec 13, 2023
2 parents 526261a + 0f5f21a commit edddd91
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ Compare the old & new configuration:

.. code-block:: console
diff -ru ~/kolla-diff-{old,new} > ~/kolla-diff.diff
diff -ru ~/kolla-diff/{old,new} > ~/kolla-diff.diff
less ~/kolla-diff.diff
Upgrading the Seed Hypervisor
Expand Down
9 changes: 9 additions & 0 deletions etc/kayobe/kolla/kolla-build.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
[DEFAULT]
{# Packages in the latest upstream Ubuntu base image can be ahead of our package repo #}
{# snapshots, so pin to a specific tag. #}
{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
{% if kolla_base_distro == 'ubuntu' %}
base_tag = jammy-20231004
{# Similarly pinning to Rocky 9 minor version used in our repos #}
{% elif kolla_base_distro == 'rocky' %}
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
{% endif %}
build_args = {{ kolla_build_args.items() | map('join', ':') | join(',') }}
7 changes: 7 additions & 0 deletions releasenotes/notes/pin-baseimage-3d224df5b6f56b10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fixes:
- |
Pin the OCI image tag used for the base-image of Kolla image
builds. This prevents packages in the image with
the latest tag getting in front of StackHPC release-train
package repositories. Ubuntu tag should be bumped when new
packages are available in StackHPC release-train.

0 comments on commit edddd91

Please sign in to comment.