-
Notifications
You must be signed in to change notification settings - Fork 23
yoga xena merge #149
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 #149
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
Aug 31, 2022
- Add StackHPC overcloud DIB configuration
- Add StackHPC LVM configuration
- Add swap.yml custom playbook
- Add growroot.yml custom playbook
- docker: enable live restore
- Add basic Ansible tuning
- CI: Allow building Ubuntu Kolla container images
- CI: Pull Kayobe container image to ensure latest
- add skydive feature flag
- feat: automatic update of workflows stackhpc/wallaby
- feat: automatic update of community files stackhpc/wallaby
- Update kayobe-automation to fix rsync issue
- feat: automatic update of workflows stackhpc/wallaby
- add skydive tag
- add skydive to pulled images
- Remove sahara-dashboard fork from sources
- README: fix ci-aio and ci-builder setup instructions
- add name to pulp container
- fix pulp post.yml instead of adding name to seed.yml
- add new skydive tags
- Revert "Ubuntu: add host Apt repository configuration"
- Ubuntu: stop syncing Ark Ubuntu mirrors to local Pulp
- Ubuntu: stop using Ark repo mirrors in container images
- Ubuntu: use newly built Kolla images
- growpart.yml: Don't assume facts are present
- Overcloud DIB: stop using StackHPC package repos for Ubuntu image
- Ubuntu: set Bifrost image tag
- CI: add hook for seed container image build
- Support filtering Kolla container images to sync/publish
- growroot.yml: Fail if the expected volume group doesn't exist
- bifrost: Add stackhpc-inspector-plugins to image
- bifrost: update tags
- growroot: Avoid package installation when growpart is installed
- pulp: use pulp_url as advertised content origin
- README: Install python3-virtualenv for ci-aio & ci-builder environments
- Add ceph group as a child of the storage group
Creates a swap filesystem on the lv_swap LV in the rootvg VG. May be added as a post hook to overcloud host configure.
Grows the root partition & rootpv LVM PV to fill the available space. This playbook may be added as a pre-hook for overcloud host configure.
* Set forks to 20 * YAML-formatted output * Disable fact variable injection * Enable SSH pipelining
CI: Allow building Ubuntu Kolla container images (Wallaby)
CI: Pull Kayobe container image to ensure latest
feat: automatic update of community files stackhpc/wallaby
feat: automatic update of workflows stackhpc/wallaby
feat: automatic update of workflows stackhpc/wallaby
add skydive feature flag
Update kayobe-automation to fix rsync issue
add skydive tag
add skydive to pulled images
The fix on stackhpc/wallaby has been merged upstream.
Remove sahara-dashboard fork from sources
The Ubuntu mirrors in Ark aren't ready yet. This reverts commit 31bc745.
The Ubuntu mirrors in Ark aren't ready yet.
The Ubuntu mirrors in Ark aren't ready yet.
Xena: Docker live restore & Ansible tuning
We are not currently syncing Ubuntu packages, since the on_demand mirror in Ark does not work if the upstream mirror pulls packages (which it does sometimes).
Without this, the seed tags artifact contains the overcloud images because ~/kolla_tag hasn't been updated.
It can take a long time to sync and publish all Kolla container images to the local Pulp service. Sometimes we know we just need to update a few images. This change adds support for filtering the image list, using regexes in a similar way to kolla-build. Example: kayobe playbook run ... -e stackhpc_pulp_images_kolla_filter='"^glance nova-compute$"'
Ubuntu: Stop using StackHPC host package repos, start using StackHPC container images (Wallaby)
Includes stackhpc-inspector-plugins package.
bifrost: Add stackhpc-inspector-plugins to image
In a pre-bootstrapped environment which requires a proxy for package installation, we may not be able to perform package updates.
This fixes an issue where a container image pull would fail if the seed's hostname is not resolvable from the host pulling the image. Typically it will not be. This hasn't always been an issue, and it's unclear what has changed. Perhaps something in the Pulp container registry code.
pulp: use pulp_url as advertised content origin
README: Install python3-virtualenv for ci-aio & ci-builder environments
Add ceph group as a child of the storage group
Merge wallaby into xena
Support filtering Kolla container images to sync/publish
Xena: overcloud DIB host image, LVM, swap & growroot
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.