-
Notifications
You must be signed in to change notification settings - Fork 23
yoga: xena merge #320
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
yoga: xena merge #320
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
Contributor
markgoddard
commented
Jan 4, 2023
- cephadm: Use quay.io for cephadm_image by default
- dnf: separate dnf_custom_repos from stackhpc_dnf_repos
- add netbase and iputils-ping for ubuntu overcloud dib image
- Sets kolla_docker_registry_insecure to true (Sets kolla_docker_registry_insecure to true #297)
- Ubuntu: bump OVN & Open vSwitch packages
- Fix bug where old metrics wouldn't be overwritten
- CI: Pin Rocky8 to an older image
- Ubuntu: bump OVN & Open vSwitch packages
The default for cephadm_image was a poor choice, because ceph images are not synced to the local Pulp by default. Use quay.io when images are not locally synced.
xena: wallaby merge
netbase package is generating /etc/hosts file, among other things https://packages.debian.org/sid/netbase
* Sets kolla_docker_registry_insecure to true We currently don't configure TLS for the the local pulp registry. This adds the pulp server to the list of insecure-registries, so that we can pull images. * Remove kolla_docker_registry_insecure override in CI environment Based on comments in code review. * Use a better default for kolla_docker_registry_insecure Hoping this will prevent breakage for people already running pulp with TLS.
The Open vSwitch and OVN packages in Ubuntu Wallaby UCA repository are quite old - 2.15 and 20.12 respectively. Pull in these packages from the Yoga UCA, which are 2.17 and 22.03, to more closely match the CentOS packages. This change uses newly built containers with these packages.
Xena: Cephadm image & DNF repos fixes
Fix ubuntu overcloud dib image
Ubuntu: bump OVN & Open vSwitch packages
The mv command wasnt overwriting the textcollector file. mv -f is now being used Additionally, serial numbers are now all lowercase
Fix bug where old metrics wouldn't be overwritten
The current SMS lab Rocky8 image has moved ahead of our release train snapshots, causing failures installing some packages. TASK [stackhpc.libvirt-host : Ensure libvirt packages are installed] *********** FAILED - RETRYING: Ensure libvirt packages are installed (3 retries left). FAILED - RETRYING: Ensure libvirt packages are installed (2 retries left). FAILED - RETRYING: Ensure libvirt packages are installed (1 retries left). fatal: [controller0]: FAILED! => {"attempts": 3, "changed": false, "msg": "Failed to download packages: libverto-0.3.0-5.el8.x86_64: Cannot download, all mirrors were already tried without success", "results": []}
CI: Pin Rocky8 to an older image
The Open vSwitch and OVN packages in Ubuntu Xena UCA repository are quite old - 2.15 and 20.12 respectively. Pull in these packages from the Yoga UCA, which are 2.17 and 22.03, to more closely match the CentOS packages. This change uses newly built containers with these packages.
bbezak
previously approved these changes
Jan 5, 2023
This does not apply to Yoga.
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.