-
Notifications
You must be signed in to change notification settings - Fork 23
yoga: xena sync #457
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 sync #457
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 22, 2023
- support VMs as compute/controllers in multinode
- un-disable monitoring in the multinode environment
- fix VM internet connectivity in multinode
- make ci-multinode network MTUs dynamic
- fix virtualenv ci failure
- CI: Install python3-venv on Ubuntu in configure-aio-resources.yml
- Add new Ironic tags
- Specify ironic_dnsmasq tag
- Add workaround for buggy etcdgw library (Add workaround for buggy etcdgw library #446)
- Update neutron tag
- Switch to using a specific version of CentOS Stream (Switch to using a specific version of CentOS Stream #454)
- Revert "Add workaround for buggy etcdgw library (Add workaround for buggy etcdgw library #446)"
This change allows ansible facts to be used in group_vars/*/network-interfaces, which can be used to select the default network interface. This means different flavors and images can be used without needing to manually change the interface. It also reduces the MTU of all networks except external.
This fix sets seed_enable_snat and fixes the external IP of the seed which (in conjunction with an update to the multinode openstack configuration to set the gateway on the external subnet) allows VMs to reach the internet.
(cherry picked from commit e36a6fb)
fix virtualenv ci failure
…iners Add new Ironic tags
The ironic_dnsmasq container was missed during the ironic container builds. As such, ironic_dnsmasq_tag is explicilty set to the same as the operating-system-equivalent kolla_openstack_release.
Specify ironic_dnsmasq tag
Multinode various fixes
* Switch to using a specific version of CentOS Stream This is to workaround the following breakage: ``` TASK [MichaelRigart.interfaces : RedHat | ensure network service is started and enabled] *** Tuesday 21 March 2023 09:43:32 +0000 (0:00:00.347) 0:02:20.016 ********* fatal: [controller0]: FAILED! => changed=false msg: |- Unable to start service network: Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details. ```
This reverts commit cdc5a27. This workaround is not required in Yoga.
jovial
previously approved these changes
Mar 22, 2023
b48bad1
to
2f90e00
Compare
jovial
approved these changes
Mar 23, 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.