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
|