-
Notifications
You must be signed in to change notification settings - Fork 23
Refresh ubuntu container images #402
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…49f8cb08a5e.yaml Co-authored-by: Mark Goddard <mark@stackhpc.com>
Add new pulp repo tags
fix: task would fail to delegate and run on host
Fix versions & releases in package refresh note
Periodic refresh to get updated packages. Build logs: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/4184397411
Package versions from output below. old: ```javascript ()[root@01b9e3ddbfbb /]# dpkg -l | grep libvirt ii libvirt-clients 6.0.0-0ubuntu8.16 amd64 Programs for the libvirt library ii libvirt-daemon 6.0.0-0ubuntu8.16 amd64 Virtualization daemon ii libvirt-daemon-driver-qemu 6.0.0-0ubuntu8.16 amd64 Virtualization daemon QEMU connection driver ii libvirt-daemon-system 6.0.0-0ubuntu8.16 amd64 Libvirt daemon configuration files ii libvirt-daemon-system-systemd 6.0.0-0ubuntu8.16 amd64 Libvirt daemon configuration files (systemd) ii libvirt0:amd64 6.0.0-0ubuntu8.16 amd64 library for interfacing with different virtualization systems ``` new: ```javascript ()[root@3493c5fdc96a /]# dpkg -l | grep libvirt ii libvirt-clients 6.0.0-0ubuntu8.16 amd64 Programs for the libvirt library ii libvirt-daemon 6.0.0-0ubuntu8.16 amd64 Virtualization daemon ii libvirt-daemon-driver-qemu 6.0.0-0ubuntu8.16 amd64 Virtualization daemon QEMU connection driver ii libvirt-daemon-system 6.0.0-0ubuntu8.16 amd64 Libvirt daemon configuration files ii libvirt-daemon-system-systemd 6.0.0-0ubuntu8.16 amd64 Libvirt daemon configuration files (systemd) ii libvirt0:amd64 6.0.0-0ubuntu8.16 amd64 library for interfacing with different virtualization systems ``` old: ``` (venv-pulp) [cloud-user@will-control-host-0 ~]$ docker run -it pulp-server.internal.sms-cloud:8080/stackhpc-dev/ubuntu-source-openvswitch-vswitchd:wallaby-20221222T161624 bash ()[root@9f15e78c72fc /]# ovs-vswitchd --version ovs-vswitchd (Open vSwitch) 2.17.2 ()[root@9f15e78c72fc /]# dpkg -l | grep openvswitch-switch ii openvswitch-switch 2.17.2-0ubuntu0.22.04.2~cloud0 amd64 Open vSwitch switch implementations ``` new: ``` ()[root@ca7be869ba89 /]# dpkg -l | grep vswitch ii openvswitch-common 2.17.3-0ubuntu0.22.04.1~cloud0 amd64 Open vSwitch common components ii openvswitch-switch 2.17.3-0ubuntu0.22.04.1~cloud0 amd64 Open vSwitch switch implementations ii python3-openvswitch 2.17.3-0ubuntu0.22.04.1~cloud0 all Python 3 bindings for Open vSwitch ``` old: ``` ()[root@c2f9a61b303e /]# dpkg -l | grep ovn ii ovn-central 22.03.0-0ubuntu1~cloud0 amd64 OVN central components ii ovn-common 22.03.0-0ubuntu1~cloud0 amd64 OVN common components ``` new: ``` Status: Downloaded newer image for pulp-server.internal.sms-cloud:8080/stackhpc-dev/ubuntu-source-ovn-northd:wallaby-20230215T134157 ()[root@fd78907feea3 /]# dpkg -l | grep ovn ii ovn-central 22.03.0-0ubuntu1~cloud0 amd64 OVN central components ii ovn-common 22.03.0-0ubuntu1~cloud0 amd64 OVN common components ```
Release note from wallaby still valid. |
markgoddard
approved these changes
Feb 21, 2023
Promoting overcloud images: https://github.com/stackhpc/stackhpc-release-train/actions/runs/4232090417 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Build logs: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/4186064857
TODO