-
Notifications
You must be signed in to change notification settings - Fork 8
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
magnum capi images & templates #13
base: main
Are you sure you want to change the base?
Conversation
examples/capi-templates-images.yml
Outdated
# Configuration of Magnum container clusters. | ||
|
||
kube-v1_25_11: | ||
labels: "kube_tag=v1.25.11" |
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.
Lets remove this now.
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.
Lets go for these default labels:
"octavia_provider=amphora,monitoring_enabled=false,kube_dashboard_enabled=true,capi_helm_chart_version=xxx"
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.
Lets add a note, where available, you should do this:
"octavia_provider=ovn,monitoring_enabled=false,kube_dashboard_enabled=true,capi_helm_chart_version=xxx"
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.
Actually, lets reverse this template, we should use ovn by default.
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.
Nice. Things will evolve, but this looks good, thank you!
an initial attempt at a template merging tool has been added. put a it will take the current images and templates under |
302fb0e
to
e1673ba
Compare
review changes default to ovn dns unnecessary fields label format change dashes to underscores unnecessary underscores update requirements for new coe template ansible role default dns underscores init version of automated template generation init version of automated template generation init version of automated template generation make operation no-op when no new images are defined and stop new images being included in old image list list concat for images
e1673ba
to
a9224b1
Compare
c9ec3c5
to
b46846c
Compare
commit bcab111 Author: scrungus <[email protected]> Date: Wed Dec 6 17:32:04 2023 +0000 role install no longer needed commit 16aacaa Author: scrungus <[email protected]> Date: Mon Dec 4 17:07:10 2023 +0000 comments commit 5d09004 Author: scrungus <[email protected]> Date: Mon Dec 4 17:02:35 2023 +0000 change to official collection commit 4a7350e Author: scrungus <[email protected]> Date: Thu Nov 30 16:01:12 2023 +0000 separate venv is unnecessary now as all roles updated to new sdk commit f652f13 Author: scrungus <[email protected]> Date: Thu Nov 30 16:08:32 2023 +0000 changes for ansible-collection-openstack commit 8429a57 Merge: 961f102 8ea98a4 Author: Bartosz Bezak <[email protected]> Date: Tue Sep 5 14:18:13 2023 +0200 Merge pull request #18 from stackhpc/domains add domains commit 8ea98a4 Author: Bartosz Bezak <[email protected]> Date: Tue Sep 5 11:27:17 2023 +0200 add domains commit 961f102 Merge: 382918a 2f32964 Author: Mark Goddard <[email protected]> Date: Mon Sep 4 10:06:27 2023 +0100 Merge pull request #16 from stackhpc/octavia-quotas Prevent load balancer creation errors commit 382918a Merge: ebab9f7 8c5c7c4 Author: Matt Crees <[email protected]> Date: Thu Aug 24 09:26:12 2023 +0100 Merge pull request #17 from stackhpc/os-networks-rbac Add RBAC support into openstack-networks.yml commit 8c5c7c4 Author: Matt Crees <[email protected]> Date: Wed Aug 23 17:31:59 2023 +0100 Add RBAC support into openstack-networks.yml commit 2f32964 Author: Pierre Riteau <[email protected]> Date: Wed Aug 16 15:39:36 2023 +0200 Prevent load balancer creation errors Octavia load balancers are launched using the service project. With default quotas, load balancer creation can quickly fail: Quota exceeded for instances: Requested 1, but already used 10 of 10 instances (HTTP 403) Add a new example setting required service project quotas to unlimited to avoid these failures. commit ebab9f7 Merge: 798f72a 4c23c55 Author: Mark Goddard <[email protected]> Date: Thu Aug 10 09:53:11 2023 +0100 Merge pull request #15 from stackhpc/noeol Wrap lines and add missing new line at end of file commit 4c23c55 Author: Pierre Riteau <[email protected]> Date: Thu Aug 10 09:06:54 2023 +0200 Wrap lines and add missing new line at end of file
No description provided.