Arif Ali
1ca320e672
* Now with cross-model relations * Added infra and controller model * Fixed lma model * Updated variables and linking to model juju_model resource instead
22 lines
429 B
YAML
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
|