-
Notifications
You must be signed in to change notification settings - Fork 23
yoga: xena merge #309
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 merge #309
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
Dec 21, 2022
- Ubuntu: bump OVS and OVN packages
- Don't use interactive docker cmds in rabbitmq-reset.yml
- Add Ubuntu image tags
- Enable Ubuntu AIO CI
- Add SMART Monitoring with dash and alerts
- Increase job timeout for kolla image build GHA
- Fix oom-killer graph
- Rephrase the match logic for interfaces monitored for package drops
- Add docs for SMART Monitoring
- Add note on enabling standard configuration
- Docs edit
- Fail if the controller clocks are not synced
- Bump cloudkitty tag
- docs: Add current_series replacement and extlinks
- docs: overview
- Xena: batched release notes
- docs: Add release notes into main docs
- reno: Match on version-specific tag
- docs: overcloud host image
- docs: LVM
- docs: swap
- docs: Current branch variable
- docs: update ci-aio & ci-builder prerequisites
- README: link to rtd.io
- docs: improve release train docs
- docs: add info on how to build docs
- docs: move environments index
- docs: add info on generating release notes
The Open vSwitch and OVN packages in Ubuntu Wallaby UCA repository are quite old - 2.15 and 20.12 respectively. Pull in these packages from the Yoga UCA, which are 2.17 and 22.03, to more closely match the CentOS packages.
Make pep8 happy
Remove --interactive and --tty args to docker exec commands in rabbitmq-reset.yml.
Ubuntu: always use kolla-ansible to install docker-ce repo
…cker Don't use interactive docker cmds in rabbitmq-reset.yml
Xena Ubuntu image tags and CI
Enabled Textfile collector in node exporter in kolla/globals.yml Added smartmon script as is from the prometheus-community github and then removed NVME support from this script in favour of using the nvme-cli script, which has also been added in. This is because the nvme-cli script provides better metrics than the smartmon script does. The script also adds the serial number of the disk as a label to all SMART metrics. Added a Kayobe custom playbook to easily deploy the script and associated cron job. This playbook installs smartmontool and nvmecli then copies these over to the hosts and sets up a cronjob which runs the scripts and stores the metrics in the docker volume for node exporter. The playbook changes the way the metrics are saved to a file by making use of the mv command as it is atomic. This was needed as at times prometheus would read a partially completed file. Added a prometheus alert to alert when a drive is reported as not healthy for more than 10 minutes. Added a Grafana dashboard to display the number of healthy and unhealthy drives reported in prometheus. (cherry picked from commit d83ecde) Add docs for SMART Monitoring (cherry picked from commit 595429a) Update doc/source/configuration/monitoring.rst Fix kayobe command Co-authored-by: Will Szumski <will@stackhpc.com> (cherry picked from commit 9a5fc53) Update doc/source/configuration/monitoring.rst Fix Spelling Co-authored-by: Will Szumski <will@stackhpc.com> (cherry picked from commit ef25d6f) Add release note (cherry picked from commit 3d4d011) Amend docs and add release note (cherry picked from commit b6cb511) Move SMART prometheus alert to own file (cherry picked from commit b353fd3) Fix typo (cherry picked from commit 611f2fb) fixup
(cherry picked from commit 807e935)
Changes the oom-killer graph from a smoothed irate to a discrete delta function. Change-Id: I2e4a8576c628610409ade4aad2bd98754bec3860 (cherry picked from commit ef1a449)
OVS bridge interfaces drop packets during normal operation. Change the regex to filter out interfaces that don't matter for packet drops. (cherry picked from commit 9c3f15a)
xena backports
The cloudkitty image was missing our latest backports. Only Ubuntu images have been rebuilt so far.
Xena: Add note on standard monitoring config usage
Bump cloudkitty tag
Ubuntu: bump OVS and OVN packages
This allows us to reference the current release series in the documentation.
This seems to help reno collect the right notes.
Xena: include release notes in docs
xena docs dib lvm
Xena: more docs
Fail if the controller clocks are not synced
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.