-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for deployment in Azure Government Cloud (WSM) #1806
base: main
Are you sure you want to change the base?
Conversation
settings.gradle
Outdated
@@ -11,6 +11,7 @@ pluginManagement { | |||
} | |||
} | |||
} | |||
mavenLocal() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want this in general
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed, good catch this was for local testing
AzureUSGovernmentCloud: ${DB_SERVER_NAME}.postgres.database.usgovcloudapi.net | ||
AzureCloud: ${DB_SERVER_NAME}.postgres.database.azure.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are db host names, can you include that in the property name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made subvalues of dbHostNames
port: 5432 | ||
host: ${azureEnvironmentConfig.${AZURE_ENVIRONMENT:AzureCloud}}:5432 | ||
#host: ${DB_SERVER_NAME}.postgres.database.azure.com:5432 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the commented line and the one below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
@@ -166,6 +166,7 @@ workspace: | |||
state: operating | |||
|
|||
azure: | |||
azureEnvironment: AZURE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this necessary? There is already azure-environment on line 178 with the value ${env.azure.environment}
which refers to line 33 environment: ${AZURE_ENVIRONMENT:AZURE}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
Part of large effort to add support for services to run in Azure Government cloud.
https://broadworkbench.atlassian.net/browse/TOAZ-372
See related pull requests here:
workbench-libs sam bpm wsm cromwell terra-helmfile