-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
120340: roachprod: enable roachprod to be configured for external use r=srosenberg a=ajwerner After this change, roachprod fully works on GCP at my company with the following configuration: ``` ROACHPROD_DNS_REQUIRED_PROVIDERS=gce ROACHPROD_EMAIL_DOMAIN=`@dataexmachina.dev` ROACHPROD_GCE_DEFAULT_PROJECT=dem-ephemeral ROACHPROD_GCE_DEFAULT_SERVICE_ACCOUNT=roachprod@dem-ephemeral.iam.gserviceaccount.com ROACHPROD_GCE_DNS_DOMAIN=roachprod.exray.cloud ROACHPROD_GCE_DNS_MANAGED_DOMAIN=roachprod-managed.dataexmachina.dev ROACHPROD_GCE_DNS_MANAGED_ZONE=roachprod-managed ROACHPROD_GCE_DNS_PROJECT=dem-ephemeral ROACHPROD_GCE_DNS_ZONE=roachprod ``` All of these configuration options can also be set via flags. See individual commits. Epic: none Release note: none Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Andrei Matei <[email protected]>
- Loading branch information
Showing
11 changed files
with
339 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.