-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
40 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,8 +48,9 @@ module "k8s" { | |
source = "git::https://github.com/canonical/k8s-bundles//terraform?ref=main" | ||
model = { | ||
name = "my-canonical-k8s" | ||
cloud = "openstack" | ||
cloud = "prod-example-openstack" | ||
} | ||
cloud_integration = "openstack" | ||
manifest_yaml = "/path/to/manifest.yaml" | ||
} | ||
``` | ||
|
@@ -58,15 +59,15 @@ Define your manifest.yaml based on the requirements for your deployment. Specifi | |
|
||
```yaml | ||
k8s: | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=4096M root-disk=16384M | ||
channel: 1.32/stable | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=4096M root-disk=16384M | ||
channel: 1.32/stable | ||
k8s_worker: | ||
units: 2 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8192M root-disk=16384M | ||
channel: 1.32/stable | ||
units: 2 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8192M root-disk=16384M | ||
channel: 1.32/stable | ||
``` | ||
<!--LINKS --> | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
k8s: | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8G root-disk=16G | ||
channel: latest/edge | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8192M root-disk=16384M | ||
channel: latest/edge | ||
k8s_worker: | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8G root-disk=16G | ||
channel: latest/edge | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8192M root-disk=16384M | ||
channel: latest/edge | ||
openstack_integrator: | ||
channel: 1.31/stable | ||
base: [email protected] | ||
channel: 1.31/stable | ||
base: [email protected] | ||
cinder_csi: {} | ||
openstack_cloud_controller: {} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
k8s: | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8192M root-disk=16384M | ||
channel: latest/edge | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8192M root-disk=16384M | ||
channel: latest/edge | ||
k8s_worker: | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8192M root-disk=16384M | ||
channel: latest/edge | ||
units: 3 | ||
base: [email protected] | ||
constraints: arch=amd64 cores=2 mem=8192M root-disk=16384M | ||
channel: latest/edge |
This file contains 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