Skip to content

2023.1: Update to Rocky 9.3 based kolla images #910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4c67cf3
CI: Add upgrade tests
markgoddard Jan 12, 2024
653c886
Move Kolla image tags to a separate file
markgoddard Sep 14, 2023
0cfa548
Add base distro version to Kolla image tag definitions
markgoddard Oct 3, 2023
fafc68a
Add kolla-images.py
markgoddard Oct 3, 2023
8d8f6e0
Remove iscsid from Pulp image list
markgoddard Oct 23, 2023
eee5481
CI: Trigger container image promotion automatically after merge
markgoddard Oct 24, 2023
d1262ba
Automatically define Kolla Ansible tag variables in globals.yml
markgoddard Oct 24, 2023
ae21932
CI: Add a job to check whether all expected images are in Test Pulp
markgoddard Oct 25, 2023
82a194a
kolla-images.py: Remove unnecessary strips, support unmaintained bran…
markgoddard Jan 29, 2024
4e90858
kolla-images.py: Check for existence of skopeo
markgoddard Jan 29, 2024
14f8eda
Merge pull request #899 from stackhpc/zed-yoga-merge
markgoddard Jan 29, 2024
0337190
zed: Update bifrost image for Ubuntu Jammy
markgoddard Jan 29, 2024
0bdc266
kolla-images.py: Fix container to image tag lookup corner case
markgoddard Jan 29, 2024
3d842a1
CI: Update to checkout action v4 in aio job
markgoddard Jan 29, 2024
85b1e3c
Merge pull request #869 from stackhpc/zed-upgrade-ci-test
markgoddard Jan 31, 2024
ee5fa79
Merge pull request #663 from stackhpc/zed-auto-tags
markgoddard Feb 2, 2024
db66fee
Merge remote-tracking branch 'origin/stackhpc/zed' into HEAD
jovial Feb 2, 2024
5466b08
Fix variable name
jovial Feb 2, 2024
62b9e2b
Fix issue with pulp sync
jovial Feb 2, 2024
d2424a9
Fix for haproxy-ssh
jovial Feb 2, 2024
189e00b
Merge remote-tracking branch 'origin/bugfix/zed/pulp-sync-fix' into HEAD
jovial Feb 2, 2024
e7a23b7
Adjust tags to container distro version
jovial Feb 2, 2024
806f838
2023.1: Update to Rocky 9.3 based kolla images
jovial Feb 2, 2024
7e44433
Update other variable
jovial Feb 2, 2024
46d126d
Another fixup
jovial Feb 2, 2024
f7b70e6
Merge remote-tracking branch 'origin/bugfix/zed/pulp-sync-fix' into s…
jovial Feb 2, 2024
793f876
Revert "Fix for haproxy-ssh"
jovial Feb 2, 2024
210d2f5
Real fix for haproxy-ssh
jovial Feb 2, 2024
95fd537
Merge remote-tracking branch 'origin/sync/zed-into-2023.1' into HEAD
jovial Feb 2, 2024
5c2aecb
Revert change to automation
jovial Feb 2, 2024
b653647
Merge remote-tracking branch 'origin/sync/zed-into-2023.1' into HEAD
jovial Feb 2, 2024
7b5f902
Update previous release
jovial Feb 5, 2024
12a24c1
Merge remote-tracking branch 'origin/sync/zed-into-2023.1' into featu…
jovial Feb 5, 2024
e9c68d4
Add letsencrypt and haproxy-ssh images
jovial Feb 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add base distro version to Kolla image tag definitions
  • Loading branch information
markgoddard committed Jan 29, 2024
commit 0cfa5489eafd5e56192461a2b51ab299dba412ce
24 changes: 12 additions & 12 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
# where the key is the OS distro and the value is the tag to deploy.
kolla_image_tags:
openstack:
rocky: zed-rocky-9-20230921T153510
ubuntu: zed-ubuntu-jammy-20230921T153510
rocky-9: zed-rocky-9-20230921T153510
ubuntu-jammy: zed-ubuntu-jammy-20230921T153510
bifrost:
rocky: zed-rocky-9-20230927T142529
ubuntu: zed-ubuntu-jammy-20230927T154443
rocky-9: zed-rocky-9-20230927T142529
ubuntu-jammy: zed-ubuntu-jammy-20230927T154443
ovn:
rocky: zed-rocky-9-20230925T132313
ubuntu: zed-ubuntu-jammy-20230821T155947
rocky-9: zed-rocky-9-20230925T132313
ubuntu-jammy: zed-ubuntu-jammy-20230821T155947
cloudkitty:
rocky: zed-rocky-9-20231114T124701
ubuntu: zed-ubuntu-jammy-20231114T124701
rocky-9: zed-rocky-9-20231114T124701
ubuntu-jammy: zed-ubuntu-jammy-20231114T124701
neutron:
rocky: zed-rocky-9-20231115T094053
ubuntu: zed-ubuntu-jammy-20231115T094053
rocky-9: zed-rocky-9-20231115T094053
ubuntu-jammy: zed-ubuntu-jammy-20231115T094053
opensearch:
rocky: zed-rocky-9-20231214T095452
ubuntu: zed-ubuntu-jammy-20231214T095452
rocky-9: zed-rocky-9-20231214T095452
ubuntu-jammy: zed-ubuntu-jammy-20231214T095452
5 changes: 3 additions & 2 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,9 @@ stackhpc_pulp_images_kolla:

# List of images for each base distribution which should not/cannot be built.
stackhpc_kolla_unbuildable_images:
ubuntu: []
rocky: []
ubuntu-jammy: []
rocky-9:
- iscsid

# Whitespace-separated list of regular expressions matching Kolla image names.
# Usage is similar to kolla-build CLI arguments.
Expand Down