terraform/juju/home-maas-focal/bundle.yaml
Arif Ali 1ca320e672
update the focal tf templates
* Now with cross-model relations
* Added infra and controller model
* Fixed lma model
* Updated variables and linking to model juju_model resource instead
2024-11-19 22:25:21 +00:00

22 lines
429 B
YAML

variables:
oam-space: &oam-space oam
internal-space: &internal-space oam
applications:
cinder:
charm: ch:cinder
channel: ussuri/stable
series: focal
bindings:
"": *oam-space
num_units: 0
etcd:
charm: ch:etcd
channel: 1.29/stable
series: focal
bindings:
"": *oam-space
cluster: *internal-space
db: *internal-space
num_units: 0