GoogleCloudPlatform / terraform-example-foundation-app

https://registry.terraform.io/modules/GoogleCloudPlatform/terraform-example-foundation-app/google
Apache License 2.0
33 stars 36 forks source link

Fix/update acm asm #50

Closed dkassab closed 3 years ago

dkassab commented 3 years ago

Updating documentation and fixing formatting issues.

daniel-cit commented 3 years ago

Hi @dkassab Thanks for the PR there are two lint errors:

The missing required argument was fixed in PR https://github.com/GoogleCloudPlatform/terraform-example-foundation-app/pull/40 It should be fixed if you rebase with the current version of main

google-cla[bot] commented 3 years ago

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

rutalreja-deloitte commented 3 years ago

@googlebot I consent.

rutalreja-deloitte commented 3 years ago

Fixes in c599738f5cdeaa8ff6f3c5f8a09acb3b16233e89

rutalreja-deloitte commented 3 years ago

@dkassab and @daniel-cit Noticed missing instructions for

P.S Also a lot of files in the 6-anthos-install/acm-repos/root-config-repo/namespaces/boa/ repo folders are entirely commented out, maybe some instructions in the README are required to inform user what role the files play and at what stage

dkassab commented 3 years ago

@dkassab and @daniel-cit Noticed missing instructions for

P.S Also a lot of files in the 6-anthos-install/acm-repos/root-config-repo/namespaces/boa/ repo folders are entirely commented out, maybe some instructions in the README are required to inform user what role the files play and at what stage

rutalreja-deloitte commented 3 years ago

Fixes #51

rutalreja-deloitte commented 3 years ago

LGTM @daniel-cit and @bharathkkb please review when you get a chance

daniel-cit commented 3 years ago

the populate script is in the Bank of Anthos repo

cd ${HOME}

git clone https://github.com/GoogleCloudPlatform/bank-of-anthos.git

kubectl apply -n transactions --context ${CTX_1} -f ${HOME}/bank-of-anthos/extras/cloudsql/populate-jobs/populate-ledger-db.yaml

kubectl apply -n transactions --context ${CTX_2} -f ${HOME}/bank-of-anthos/extras/cloudsql/populate-jobs/populate-ledger-db.yaml