-
Notifications
You must be signed in to change notification settings - Fork 23
Yoga: sync with Xena #216
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: sync with Xena #216
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
Nov 2, 2022
- Bump rocky snapshot
- Adds OFED 5.7.x
- Use output from release train
- Rocky 8: Install a compatible version of ansible in the kolla venv
- Update etc/kayobe/kolla.yml
- Enable Kolla features
- Elasticsearch memory tuning
- Add standard alerting rules and dashboards
- Use sane defaults for basic monitoring stack
- Consider agents that are auto-downed
- Terraform aio: reorder KAYOBE_ENVRIONMENT export
- Adds Rocky 8 pulp repositories to dnf.yml (Adds Rocky 8 pulp repositories to dnf.yml #152)
- Removing the conditional. Forcing pvresize Growroot is being executed by cloud-init. Bug in growroot implementation doesnt extend the pv.
- Hashing out previously used conditional. Adding bug explanation
- Indicate source of the alert rules
- Add monitoring group
- Use shorter regexp for catching physical network cards
- Build Grafana with additional panel plugin
- changing release to point to latest build
- dropping not needed overrides
- CI: prune images over 1 week old on aio runner
- Build Grafana with additional panel plugin
- Add basic docs template structure
- Add basic docs template structure
- Add basic docs template structure
- Add basic docs template structure
- Remove openstack reference
- Changes based on Mark's comments
- Revert "Rocky 8: Install a compatible version of ansible in the kolla venv"
Reportedly this fixed a race condition with legacy network scripts.
This improves support out of the box. You still need to make sure that you install a compatible version of ansible in the kayobe virtualenv: ``` git clone https://github.com/stackhpc/stackhpc-kayobe-config -b stackhpc/wallaby cd stackhpc-kayobe-config pip install -U ansible-base@git+https://github.com/stackhpc/ansible@stackhpc/2.10/rocky -e . ``` The above example installs a fork of ansible with support for Rocky 8.
Rocky 8: Install a compatible version of ansible in the kolla venv
Co-authored-by: Doug Szumski <doug@stackhpc.com> Co-authored-by: k-s-dean <kyle@stackhpc.com> Co-authored-by: Pierre Riteau <pierre@stackhpc.com>
The count of agents down failed to include nova-compute which was disabled by nova automatically because the connection to libvirt was lost. This still represents an error condition.
Place it nearer to where it is used, in case someone uses these instructions without the Terraform part.
* Adds Rocky 8 pulp repositories to dnf.yml This configures the hosts to use the mirrors in the local pulp. Prior to this change kayobe would attempt to configure CentOS stream mirrors on a Rocky host. * Use facts to pick dnf repositories
Terraform aio: reorder KAYOBE_ENVIRONMENT export
Growroot is being executed by cloud-init. Bug in growroot implementation doesnt extend the pv.
Adding bug explanation
Cherry pick growroot
The old version is still required by some (namely Ceph) dashboards.
changing release to point to latest build
CI: prune images over 1 week old on aio runner
The old version is still required by some (namely Ceph) dashboards.
Bump rocky snapshot
Xena: Add basic monitoring & alerting stack
Add basic docs template using sphinx and tox
… venv" This reverts commit 8adf063. It was merged in from stackhpc/wallaby, but is not necessary in Xena.
bbezak
approved these changes
Nov 3, 2022
bbezak
approved these changes
Nov 3, 2022
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.