Skip to content

Commit

Permalink
Merge pull request #190 from malscent/MB-54983-MDS-For-GCP
Browse files Browse the repository at this point in the history
MB-54983 - MDS for GCP
  • Loading branch information
malscent authored Jan 4, 2023
2 parents a9bffc6 + 76bc568 commit 3417bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gcp/couchbase-server/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ do
*) exit 1;;
esac
done
YQ_COMMAND=".resources[0].properties.name = \"$STACK_NAME\""
yq -i "$YQ_COMMAND" "$SCRIPT_SOURCE/test_config.local.yaml"

if [[ "$BYOL" == "0" ]]; then
bash "${SCRIPT_SOURCE}/makeArchives.sh" "-n" "-l"
Expand Down
1 change: 0 additions & 1 deletion gcp/couchbase-server/mds_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ CREATE_STACK_NAME="${STACK_NAME}-create"
JOIN_STACK_NAME="${STACK_NAME}-join"

# Step one is perform a deployment to create and read in the runtime config

$SCRIPT_SOURCE/deploy.sh -b -n "$CREATE_STACK_NAME"

JOIN_IP=$($SCRIPT_SOURCE/ip_retrieval.sh -n "$CREATE_STACK_NAME")
Expand Down

0 comments on commit 3417bf5

Please sign in to comment.