Skip to content
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

Add Openstack overlay #12

Merged
merged 4 commits into from
Dec 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions overlays/openstack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
applications:
easyrsa:
charm: easyrsa
channel: stable
num_units: 1
constraints: cpu-cores=1 mem=4G root-disk=16G
base: [email protected]
HomayoonAlimohammadi marked this conversation as resolved.
Show resolved Hide resolved
openstack-integrator:
charm: openstack-integrator
num_units: 1
trust: true
base: [email protected]
openstack-cloud-controller:
charm: openstack-cloud-controller
base: [email protected]
addyess marked this conversation as resolved.
Show resolved Hide resolved
cinder-csi:
charm: cinder-csi
base: [email protected]
addyess marked this conversation as resolved.
Show resolved Hide resolved
relations:
- [openstack-cloud-controller:certificates, easyrsa:client]
HomayoonAlimohammadi marked this conversation as resolved.
Show resolved Hide resolved
- [openstack-cloud-controller:kube-control, k8s:kube-control]
HomayoonAlimohammadi marked this conversation as resolved.
Show resolved Hide resolved
addyess marked this conversation as resolved.
Show resolved Hide resolved
- [openstack-cloud-controller:external-cloud-provider, k8s:external-cloud-provider]
- [openstack-cloud-controller:openstack, openstack-integrator:clients]
- [easyrsa:client, cinder-csi:certificates]
HomayoonAlimohammadi marked this conversation as resolved.
Show resolved Hide resolved
- [k8s:kube-control, cinder-csi:kube-control]
HomayoonAlimohammadi marked this conversation as resolved.
Show resolved Hide resolved
- [openstack-integrator:clients, cinder-csi:openstack]
addyess marked this conversation as resolved.
Show resolved Hide resolved
# TODO(Hue): Figure out what we should do with loadbalancer
# - [k8s:loadbalancer-external, openstack-integrator:lb-consumers]
HomayoonAlimohammadi marked this conversation as resolved.
Show resolved Hide resolved
Loading