-
Notifications
You must be signed in to change notification settings - Fork 28
Merge kayobe-config-dev master branch #166
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
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
The project infrastructure is now hosted at opendev.org. Kayobe projects have been moved from the openstack/ namespace to x/. Depends-On: https://review.opendev.org/655424 Change-Id: I3a1dfe1041a342f7ac10c244519dda2f51abbb9e
Synchronises the configuration with kayobe-config prior to creating a stable/stein branch. Change-Id: I63170f0dff99b7f1307f6d2cf3c3470b353c7ec4
Fix .gitreview after rename of repo to openstack namespace. Change-Id: I34f8dc7cbced5ec24a3c698e7c9937081959996a
Change-Id: Ibbe0d59a22807457c615c6921fb71ccb4a3af2ae
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I34b3f2d166b8b20142f8c1f78e992377cb9a73bc
Synchronises the configuration with kayobe-config prior to creating a stable/train branch. This commit also defines the Ceph and Swift storage networks, which had been skipped in the Stein sync. Change-Id: I67521122e8a87b2e0637e8f671c3fbc0b8f0fbb5
Change-Id: I1662c052f9c1ca6d138e41e0639a77cdc06cb822
Change-Id: I08b113322a020ea5f9c950590d8cacd745eeaec8 Story: 2006574 Task: 39539
Synchronises the configuration with kayobe-config prior to creating a stable/ussuri branch. Depends-On: https://review.opendev.org/722326 Change-Id: I70cc73d13ff74e72ac82070337dc07e8047c7769
Since this configuration uses the overlay storage driver, it doesn't require the LVM data volume group, previously we set the list of VGs to empty. Kayobe in Ussuri is modifying the default configuration such that the VG list will be empty by default unless using the devicemapper driver. This change removes the VG configuration override. Depends-On: https://review.opendev.org/722316 Change-Id: I0ebe05baa67ea71b3df77f2e7f7870a237e4cb23 Story: 2005667 Task: 39537
Used for testing seed VM provisioning. Change-Id: I2c96a91b9c55480301d543850d58982d74f2ebfb
We are planning to switch to this driver by default. Given that we are currently not testing the devicemapper default, let's start testing overlay2. Change-Id: I71afc71df595b65d57ce09dc625c724a036b0e87 Story: 2005667 Task: 39538
Ensure we are properly testing changes to the dev/test config. Change-Id: Ic67a6e325cfb65422d4020bf6e64f038688fc26f
Change-Id: I1c4e7c1bdcf40a066385f65341486abeb5c192b0
UPPER_CONSTRAINTS_FILE is old name and deprecated -https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file This allows to use lower-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. Change-Id: Ie89a62e7d50402f0d5afcbbedc4a56f177cf54b6
Qinling project is retiring in Wallaby cycle[1]. This commit removes the usages/support of Qinling project before its code is removed. Needed-By: https://review.opendev.org/c/openstack/qinling/+/764521 [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018638.html Change-Id: I588c83e685c80212b1ddd1c3021cf2a13f1dc299
Searchlight project is retiring in Wallaby cycle[1]. This commit removes the usage of Searchlight project before its code is removed. Needed-By: https://review.opendev.org/c/openstack/searchlight/+/764526 [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018637.html Change-Id: I7823e61620ad79d521f885c2cc8dc5c34901e777
As announced on the openstack-discuss ML[1], Karbor is retiring this cycle (Wallaby). Needed-By: https://review.opendev.org/c/openstack/karbor/+/767032 [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html Change-Id: If2e351ebe638e4591197a071aecc44e98d3d865d
This should reduce the memory overhead of these processes Change-Id: I02be84d079f3effe559bd501622642f1c9601b45
In resource-constrained environments such as CI, we may hit this new limit, which prevents deployments from succeeding. Following the lead of the ironic devstack plugin, we reduce the limit to 256MB. Depends-On: https://review.opendev.org/c/openstack/kayobe/+/777518 Change-Id: I2d853d38740dca445cd281b83f4a26d842a9c9cd
Ensure we are properly testing changes to the dev/test config. Change-Id: Ic81f60cd35e243ad9e78a536744addbf6663aaa7
This is required by: https://review.opendev.org/c/openstack/kayobe/+/784460 For CI jobs to pass. Change-Id: I566e23410c1f8e8e23e7d9998d655f22599b8346
In Ubuntu baremetal CI testing, we saw issues with IPMI commands failing, resuling in job failures: Error setting Chassis Boot Parameter 5 A metal3.io commit [1] was found that fixes the issue by moving IPMI retries from ironic to ipmitool, which has a side-effect of increasing the timeout. This change applies the same configuration. [1] metal3-io/ironic-image@6bc1499 Change-Id: Ib4fce74cebebe85c31049eafe2eeb6b28dfab041
Hosts used for development, test or CI may not have Virtualization Technology (VT) enabled. Don't fail if it's disabled. Story: 2009858 Task: 44496 Change-Id: Ie7f9e5f6682985e08c5bd22441f9ba6aee34b64a
This reverts commit da6623c. Reason for revert: Tenks now supports UEFI boot mode. Change-Id: I988a46b19a7dbad827466d9702d8f63f47d1d838
Depends-On: https://review.opendev.org/c/openstack/kayobe-config/+/836041 Change-Id: If0a162a9d21c89fa6122c26dff4a484508d89c04
Change-Id: Ie58a441e3d57e476084d2bd611fe7a397d136323
Per [1]. [1] http://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html Change-Id: I1f074e24612fb6f205008736330cf1e4b87469ab
This is generally not necessary in development environments, and makes for an awkward development workflow. Change-Id: I7191779c1fb3a192b401886cd591f12c4b0ab2b0
Change-Id: Ib2dec2fc0666e4251ab6ea05ab3bb0772df2f830
Change-Id: Iefdf14be37c4c66accf381f9a81c12d9588a1610
RHEL 9 and Ubuntu Jammy are being compiled for the x86_64-v2 architecture which is newer than the qemu default of qemu64. Nehalem is apparently the oldest model that works for x86_64-v2 and is expected to work on Intel and AMD cpus with kvm or qemu. See devstack change [0]. [0]: Ibd6e11b59f3c8655bc60ace7383a08458b2177f2 Depends-on: https://review.opendev.org/c/openstack/kayobe/+/872981 Change-Id: I09567b4cce95ff1fe2fe4e9e91e49d5f5082f7d0
Change-Id: Ibe02bf3430bad3606e291273c8a1feb148b83711
It was renamed in the Zed release to selinux_do_reboot. Change-Id: I6504337fd44e83120a201ae5b77cc030cb7738be
Change-Id: Ic57af218e52d050cec06fa2246d078f5ed792fa8
skydive != skyline Change-Id: I5344752635a838b9ceda251c2b2a07c17b03b71b
Change-Id: I1605127271e852f2f58b00d0c357fcbec3a8d398
With NetworkManager, the MichaelRigart.interfaces role only creates an interface with the dummy type if it is called dummy*, otherwise it is created as ethernet. The default dev configuration was using eth1 for the bridge port, which was causing issues on Rocky Linux 9, for example when following the automated setup [1]. Switch to dummy1 to ensure a dummy port is created. [1] https://docs.openstack.org/kayobe/latest/contributor/automated.html Change-Id: Ib61a62e126c66d4133d8e80dff5643ebc6966bd1
This is part of the move to support podman in kayobe. Change-Id: I9899ca0542b81d6e3752c464bdebfb14cbf0ed48
Change-Id: Ib3f82028b275130eac31c1a297b2598dadea5fb2
A few more patches have landed. kayobe commit: 6c6400f7cee845be0e5143036b5baa6e41c56fa3 Change-Id: I47e91198200eda6b7c4d6ebed6a1e5b06b59389b
Alex-Welsh
approved these changes
Jun 28, 2024
markgoddard
approved these changes
Jun 28, 2024
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.
This catches up with years of commits from kayobe-config-dev.