-
Notifications
You must be signed in to change notification settings - Fork 23
zed: yoga merge #1025
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
zed: yoga merge #1025
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
Apr 11, 2024
- bump magnum-capi-helm version
- reno
- bump tag
- feature reno
- Update cephadm collection version
- Rebuild heat images with yaql 3.0.0 for yoga
- Fail on any unparsed Ansible inventory
- Fix host image builds on Arc runners
- Fix AIO connectivity loss in automated script
- Fix AIO deploy script
- ci-multinode: Use skc-ci-aio user for ci-multinode env
- ci-multinode: Use Ark package repositories to install packages
- ci-multinode: Allow rebooting for SELinux state
- ci-multinode: Add API FQDNs to /etc/hosts in fix-networking.yml
- ci-multinode: Wait for connection in fix-networking.yml
- ci-multinode: Use qemu virtualisation
- ci-multinode: Set default Ceph release to Quincy on Rocky Linux 9
- os_capacity: Add tags to playbook, update vault docs
Yoga bump magnum tag
If Ansible is unable to parse an inventory source, by default it will print a warning and continue execution. Typically this highlights an important error that should be addressed. This change modifies the Ansible configuration to error out in this case.
Fail on any unparsed Ansible inventory
Rebuild heat images with yaql 3.0.0 for yoga
Arc runners are kubernetes-orchestrated github runners. Host image builds do not work on these runners, so this commit adapts the host image build workflow to spin up a worker VM which executes the build.
Yoga build host image on arc
Fix AIO connectivity loss in automated script
Fix the fix for the AIO deploy script
Similar to c338dd9, but applied to ci-multinode instead of ci-aio. This user only has read-only access to the package and container repositories, so is safer than using the release-train-ci user which has read/write permissions.
Similar to e9130b9 but applied to ci-multinode rather than ci-aio. Previously we were using Test Pulp on SMS lab, but this is out of action. Switching to Ark allows CI jobs to run on Leafcloud (or anywhere with Internet access).
The Yoga overcloud host images currently have SELinux disabled, but the default config enables SELinux in permissive mode on Rocky Linux 9. This change allows the ci-multinode environment to run on these images.
This avoids using the add-fqdn.yml playbook in terraform-kayobe-multinode, which requires the Terraform/Ansible client to have access to all hosts.
This allows us to drop the fix-homedir-ownership.yml playbook in terraform-kayobe-multinode, which also performed the function of waiting for hosts to become reachable.
Most multinode environments will use nested virtualisation, and we can't guarantee that nested KVM support is available. Use QEMU as a lowest common denominator. We might consider setting this dynamically based on the hypervisor in future.
Pacific is not supported on Rocky Linux 9, so it does not make sense as a default.
Previously the first deployment of a system with a Vault CA for internal TLS and os_capacity enabled would fail when deploying HAProxy. os_capacity deployment requires admin-openrc.sh to exist, but because of the use of -kt haproxy the post-deploy tasks that create it will be skipped. This change fixes the issue by adding an os_capacity tag to the relevant plays, and updating the Vault docs to skip the new tag when deploying HAProxy.
yoga: Support running multinode clusters on Leafcloud
Alex-Welsh
approved these changes
Apr 11, 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.