diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-06 21:13:31 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-07 02:09:38 +0100 |
commit | fac41836e91dd56696c3a435bfdbc7adf53899e2 (patch) | |
tree | 18aeb9d8ea7e47a51178a4ba5d0696705b707099 /mcp/scripts/lib.sh | |
parent | 1815bdaf0c1765cc1fcb48031f8291409861b0b2 (diff) |
user-data.template: Remove salt-minion install
salt-minion is now pre-provisioned inside the image using qemu-nbd.
Revert "lib.sh: Limit envsubst to certain variables"
This reverts commit 3a76d07dbd409b781abdb8520f55a1b20edf07db.
Change-Id: Icceb8bcf439e28ab01c7731c3602c1113290454d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/scripts/lib.sh')
-rw-r--r-- | mcp/scripts/lib.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mcp/scripts/lib.sh b/mcp/scripts/lib.sh index e9ce1e53a..63a5adc5a 100644 --- a/mcp/scripts/lib.sh +++ b/mcp/scripts/lib.sh @@ -281,10 +281,7 @@ function prepare_vms { fi ln -sf "${image_dir}/${_tmp}" "${image_dir}/${image}" - # CWD should be <mcp/scripts> - # shellcheck disable=SC2016 - envsubst '${SALT_MASTER},${CLUSTER_DOMAIN}' < \ - user-data.template > user-data.sh + envsubst < user-data.template > user-data.sh # CWD should be <mcp/scripts> # Create config ISO and resize OS disk image for each foundation node VM for node in "${vnodes[@]}"; do |