diff --git a/openstack/pipeline/00setup b/openstack/pipeline/00setup index 12138b3a..3fe7248b 100644 --- a/openstack/pipeline/00setup +++ b/openstack/pipeline/00setup @@ -13,9 +13,10 @@ export -a MOD_PASSTHROUGH_OPTS=() # Collection of messages to display at the end export -A MOD_MSGS=() # Use order 0 to ensure this is first displayed -MOD_MSGS[0_common.0]="run ./configure to initialise your deployment" -MOD_MSGS[0_common.1]="source novarc" -MOD_MSGS[0_common.2]="add rules to default security group: ./tools/sec_groups.sh" +# NOTE: start at offset 10 to allow for actions to be added before. +MOD_MSGS[0_common.10]="run ./configure to initialise your deployment" +MOD_MSGS[0_common.11]="source novarc" +MOD_MSGS[0_common.12]="add rules to default security group: ./tools/sec_groups.sh" # Array list of overlays to use with this deployment. export -a MOD_OVERLAYS=() diff --git a/openstack/pipeline/02configure b/openstack/pipeline/02configure index a517f7de..ee07dd0c 100644 --- a/openstack/pipeline/02configure +++ b/openstack/pipeline/02configure @@ -637,7 +637,7 @@ do done fi has_opt --ceph && MOD_OVERLAYS+=( "ceph/vault-ceph.yaml" ) - MOD_MSGS[vault.0]="run ./tools/vault-unseal-and-authorise.sh" + MOD_MSGS[0_common.0]="run ./tools/vault-unseal-and-authorise.sh" ;; --etcd-channel) #__OPT__type: MOD_PARAMS[__ETCD_SNAP_CHANNEL__]=$2