Arif Ali
34e0c03840
* Update all relations to be more specific, this helps with --dry-run * Update constraints, so that its balanced across the 3 systems * Update overlay to fix versions * ensure pause_minority for rabbitmq * Add lxd metadata url
24 lines
792 B
Bash
Executable File
24 lines
792 B
Bash
Executable File
#!/bin/bash
|
|
|
|
series=focal
|
|
|
|
juju model-config juju-model-default.yaml
|
|
|
|
juju model-config default-series=${series}
|
|
|
|
juju deploy ./bundle_${series}.yaml \
|
|
--overlay ./overlays/ovs.yaml \
|
|
--overlay ./overlays/hostnames.yaml \
|
|
--overlay ./overlays/ldap.yaml \
|
|
--overlay ./overlays/resources.yaml \
|
|
--overlay ./overlays/openstack_versioned_overlay_${series}.yaml \
|
|
--overlay ./overlays/stsstack.yaml $*
|
|
|
|
# --overlay ./overlays/contrail.yaml \
|
|
# --overlay ./overlays/openstack_versioned_overlay.yaml \
|
|
# --overlay ./overlays/openstack_versioned_overlay_gemini.yaml \
|
|
# --overlay ./overlays/contrail_versioned_overlay.yaml \
|
|
# --overlay ./overlays/ssl.yaml \
|
|
# --overlay ./overlays/contrail.yaml \
|
|
# --overlay ./overlays/contrail_versioned_overlay.yaml \
|