Compare commits

...

2 Commits

Author SHA1 Message Date
35853c10c2
Update default GCP project used
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-07-08 06:04:09 +01:00
6009f16f95
Start ssh agent
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-07-08 06:03:40 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,7 @@ esac
CAPI_CLUSTER="--provider aws --release ${RELEASE}"
CAPZ_CLUSTER="--provider azure --release ${RELEASE}"
CAPG_CLUSTER="--provider gcp --project capi-test-phoenix --region europe-west3 --gcp-failure-domains europe-west3-a --gcp-machine-deployment-failure-domain europe-west3-a"
CAPG_CLUSTER="--provider gcp --gcp-project giantswarm-352614 --region europe-west3 --gcp-failure-domains europe-west3-a --gcp-machine-deployment-failure-domain europe-west3-a"
TEMPLATE_ARGS="--name ${NAME:0:5} --organization ${NAMESPACE}"
case "${PROVIDER}" in
aws)

View File

@ -54,3 +54,5 @@ preexec() {
if overridden; then return; fi
printf "\033]0;%s\a" "${1%% *} | $cwd" # Omit construct from $1 to show args
}
eval "$(ssh-agent -s)" > /dev/null