Skip to content

Commit

Permalink
#446 - remove last LINT warning - unused email (#727)
Browse files Browse the repository at this point in the history
* #446 - fix 596 hardcoded hub-env/project

* #446 - fix 599 management-namespace

* #446 - fix 599 management-namespace

* #466 - adjust script

* #625 446 - N2_CPUS quota of 8 requires fortigate management vm to use e2-standard instead

Testing in #625 and #446
In certain preconfigured environments the N2_CPUS quota may be above the default of 8

Attempting to increase the quota even to 10 will not always get approved

* #710 - #446 - add gke enterprise anthos service enablement

* #446 - LINT: add export to vars.sh

* #446 - LINT: double management-project-id

* #446 - LINT warning

* #446 - LINT remove export

* #446 - LINT remove unused email
  • Loading branch information
obriensystems authored Nov 23, 2023
1 parent 6d1e884 commit 8aaee84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solutions/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ echo "BILLING_ID: ${BILLING_ID}"
#ORGID=$(gcloud organizations list --format="get(name)" --filter=displayName=$DOMAIN)
ORG_ID=$(gcloud projects get-ancestors $BOOT_PROJECT_ID --format='get(id)' | tail -1)
echo "ORG_ID: ${ORG_ID}"
EMAIL=$(gcloud config list --format json|jq .core.account | sed 's/"//g')
# not required yet
#EMAIL=$(gcloud config list --format json|jq .core.account | sed 's/"//g')

# switch back to/create kcc project - not in a folder
if [[ "$CREATE_PROJ" != false ]]; then
Expand Down

0 comments on commit 8aaee84

Please sign in to comment.