-
Notifications
You must be signed in to change notification settings - Fork 23
Yoga zed merge v2 #620
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 zed merge v2 #620
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
Correct Manila backend variable in multinode docs
Running Pulp with a number of workers based on CPUs can cause errors such as PostgreSQL connection limits on hosts with many cores: psycopg.OperationalError: connection failed: FATAL: remaining connection slots are reserved for non-replication superuser connections Cap workers to 32 until large scale testing can identify a more suitable limit.
Cap number of Pulp workers
Designate along with Redis have both been enabled to provide the multinode environment with DNSaaS. Designate has been configured to permit forwarding of queries to either GoogleDNS or CloudflareDNS.
Co-Authored-By: Alex Welsh <[email protected]>
Co-authored-by: Mark Goddard <[email protected]>
Enable Designate and configure FQDNs for APIs
Update TLS docs to include warning about admin endpoints
This change adds a template secrets.yml file to provide a definition for the barbican role IDs required for backend and internal TLS.
Bring in the latest Neutron patches, specifically wanted for this patch: https://review.opendev.org/c/openstack/neutron/+/887625
Update Neutron container tag
Use Tenks to provide virtual bare metal, with Kayobe helper scripts to deploy.
Add secrets.yml to multinode env
docs: Add info on how to deploy and test ironic in ci-aio env
Needs installing in the Seed Node virtualenv.
added some needed paths to lint ignore
This requires stackhpc.cephadm 1.14.0.
Bumped focal repos to fix unmet dependencies on container build. Built new Magnum containers including fix for missing Octavia load balancer health monitors.
Fixes bug 2015393 - missing Octavia health monitors on cluster spawn.
It prevents NetworkManager from automatically running DHCP on unconfigured ethernet devices and allows connections with static IP addresses to be brought up even on ethernet devices with no carrier.
…date Magnum lb fix and focal repos bump
Add NetworkManager-config-server rpm to Rocky Linux deployment image
This was lost during the recent repo refactor.
Support Ceph ingress images stored in Pulp
fix: Sync Grafana RPM repo on RL9
AIO script improvements
Fix typos in Grafana dashboards
The argument list was missing -e which meant the first argument was interpreted as image regexes.
Fix seed container image build
Update Rocky Linux 9.2 repo versions
Closed
markgoddard
suggested changes
Sep 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One dodgy variable needs fixing then I think we're good to go.
Comment on lines
+4
to
+5
stackhpc_rocky_9_overcloud_host_image_version: "yoga-20230515T145140" | ||
stackhpc_ubuntu_jammy_overcloud_host_image_version: "yoga-20230609T120720" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These will need a rebuild & update.
markgoddard
approved these changes
Sep 6, 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.
No description provided.