-
Notifications
You must be signed in to change notification settings - Fork 23
yoga: xena merge #443
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 #443
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
Mar 15, 2023
- Fix default when ANSIBLE_SERIAL not set
- Bump the default worker count
- Fix release train 02-2023 renos
- release notes: Remove default_branch config option
- Use yoga upper constraints for releasenotes tox env
- Run doc8 and reno lint in pep8 tox env
- Reduce concurrency
- Configure tunnel mtu in neutron
- Reduce tempest concurrency to 1
- Bump timeouts to account for ceph being slow
- Bump MTU on external network
- Set storage protocol
- Clarify which exchanges should remain after the forced reset of RabbitMQ
- Change fix-networking.yml so it doesn't overwrite all of /etc/hosts
- Update doc/source/operations/rabbitmq.rst
- Correct marker
- Fix InstanceDown alert (Fix InstanceDown alert #419)
- Build Neutron from stackhpc fork
- Build caso container with release train
- Build caso image
- Build blazar image
- Revert "Build caso image"
- Add image tags for caso and blazar
- Bump Neutron to include IPv6 metadata workaround
- Adds a release note for caso
- Adds a release note for blazar
- Bump neutron containers to support NGS batching
- Bump Neutron to include IPv6 metadata workaround
- Add release note for Neutron IPv6 metadata workaround
- Use newer liblasso package in Ubuntu
- Bump up Keystone's image tag for Ubuntu
- Use newer liblasso package in Ubuntu
- Bump up Keystone's image tag for Ubuntu
- Add unit (GiB) to LowMemory alert (Add unit (GiB) to LowMemory alert #437)
- Add tags for Blazar and Caso images
You will see: ``` ERROR! Unexpected Exception, this is probably a bug: invalid literal for int() with base 10: '' ``` This is because the default filter only works on undefined variables and the lookup returns an empty string. We can use the boolean parameter on the default filter, see: https://jinja.palletsprojects.com/en/3.1.x/templates/#jinja-filters.default
…efault Fix default when ANSIBLE_SERIAL not set
Refresh ubuntu container images
Hoping this will help with the slowness when pulling container images across multiple hosts. Credit to @m-bull for noticing the option: pulp/pulp-oci-images@29c29df I've bumped pulp to 3.22 so that we don't have to force pull 3.21 to get an image with this feature.
This option seemed to cause a few problems: 1. The GitHub PR CI used the release branch, so does not test changes to release notes 2. Only tags that have not yet been merged to later release branches appeared in the release notes. Things look better after removing the option.
This allows building on Python 3.10, and is what we do for the docs env already.
This determines the default mtu that neutron will use when networks are created.
We need this to match the global_physical_network_mtu set in neutron.conf for some tests to pass correctly.
Resolves a few tempest failures: ``` 2023-02-10 18:34:25.310 590 INFO default [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.531s] 2023-02-10 18:34:46.163 590 INFO default [-] {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: b'Skip because of Bug#1677525' 2023-02-10 18:34:48.844 590 INFO default [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... skip [0.000s]: b'ceph does not support arbitrary container names' ```
Co-authored-by: Mark Goddard <mark@stackhpc.com>
Fixes the InstanceDown alerting rule wait time to be consistent with the alert message. The alert message says "for 5 minutes" but the rule was set to wait for 1 minute.
Multinode improvements
Change fix-networking.yml so it doesn't overwrite all of /etc/hosts
Clarify which exchanges should remain after the forced reset of RabbitMQ
Run doc8 and reno lint in pep8 tox env
Xena: generate all release notes
This is required to include our IPv6 metadata workaround.
This is required for the scientific-openstack/release train merge.
This reverts commit d887546.
Build Neutron from stackhpc fork
Bump Neutron to include IPv6 metadata workaround
Adds missing images needed by Scientific OpenStack.
This is used by scientific-openstack and is opt in via a config option. See: stackhpc/networking-generic-switch#54
Bump the default worker count
Add release note for Neutron IPv6 metadata workaround
xena: wallaby merge
Bump neutron containers to support NGS batching
Wallaby: Use newer liblasso package version in Ubuntu
Xena: Use newer liblasso package version in Ubuntu
Add unit (GiB) to LowMemory alert
jovial
approved these changes
Mar 16, 2023
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.