Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
01597024
Commit
01597024
authored
Nov 05, 2020
by
Daniel Scholl
Browse files
Updated environment scripts for redis cache db
parent
6b5258a9
Changes
6
Hide whitespace changes
Inline
Side-by-side
tools/variables/entitlements-azure.sh
View file @
01597024
...
...
@@ -61,6 +61,7 @@ cosmosdb_database="${COSMOS_DB_NAME}"
spring_application_name
=
"entitlements-azure"
service_domain_name
=
"
${
COMPANY_DOMAIN
}
"
partition_service_endpoint
=
"https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE
=
"3"
azure_istioauth_enabled
=
"true"
server_port
=
"8080"
...
...
@@ -152,6 +153,7 @@ export cosmosdb_database="${COSMOS_DB_NAME}"
export spring_application_name="entitlements-azure"
export service_domain_name="
${
COMPANY_DOMAIN
}
"
export partition_service_endpoint="https://
${
ENV_HOST
}
/api/partition/v1/"
export REDIS_DATABASE="3"
export azure_istioauth_enabled="true"
export server_port="8080"
...
...
@@ -192,6 +194,7 @@ cosmosdb_database: "${COSMOS_DB_NAME}"
spring_application_name: "entitlements-azure"
service_domain_name: "
${
COMPANY_DOMAIN
}
"
partition_service_endpoint: "https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE: "3"
azure_istioauth_enabled: "true"
server_port: "8080"
LOCALRUN
...
...
tools/variables/indexer-service.sh
View file @
01597024
...
...
@@ -69,6 +69,7 @@ STORAGE_SCHEMA_HOST="https://${ENV_HOST}/api/storage/v2/schemas"
STORAGE_QUERY_RECORD_HOST
=
"https://
${
ENV_HOST
}
/api/storage/v2/records"
STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST
=
"https://
${
ENV_HOST
}
/api/storage/v2/query/records:batch"
partition_service_endpoint
=
"https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE
=
"6"
azure_istioauth_enabled
=
"true"
server_port
=
"8083"
...
...
@@ -167,6 +168,7 @@ export STORAGE_SCHEMA_HOST="https://${ENV_HOST}/api/storage/v2/schemas"
export STORAGE_QUERY_RECORD_HOST="https://
${
ENV_HOST
}
/api/storage/v2/records"
export STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST="https://
${
ENV_HOST
}
/api/storage/v2/query/records:batch"
export partition_service_endpoint="https://
${
ENV_HOST
}
/api/partition/v1/"
export REDIS_DATABASE="6"
export azure_istioauth_enabled="true"
export server_port="8083"
...
...
@@ -214,6 +216,7 @@ STORAGE_SCHEMA_HOST: "https://${ENV_HOST}/api/storage/v2/schemas"
STORAGE_QUERY_RECORD_HOST: "https://
${
ENV_HOST
}
/api/storage/v2/records"
STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST: "https://
${
ENV_HOST
}
/api/storage/v2/query/records:batch"
partition_service_endpoint: "https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE: "6"
azure_istioauth_enabled: "true"
server_port: "
${
server_port
}
"
LOCALRUN
...
...
tools/variables/legal.sh
View file @
01597024
...
...
@@ -68,6 +68,7 @@ entitlements_service_api_key="${API_KEY}"
LOG_PREFIX
=
"legal"
legal_service_region
=
"us"
partition_service_endpoint
=
"https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE
=
"4"
azure_istioauth_enabled
=
"true"
server_port
=
"8081"
...
...
@@ -160,6 +161,7 @@ export entitlements_service_api_key="${API_KEY}"
export LOG_PREFIX="legal"
export legal_service_region="us"
export partition_service_endpoint="https://
${
ENV_HOST
}
/api/partition/v1/"
export REDIS_DATABASE="4"
export azure_istioauth_enabled="true"
export server_port="8081"
...
...
@@ -201,6 +203,7 @@ entitlements_service_api_key: "${API_KEY}"
LOG_PREFIX: "legal"
legal_service_region: "us"
partition_service_endpoint: "https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE: "4"
azure_istioauth_enabled: "true"
server_port: "
${
server_port
}
"
LOCALRUN
...
...
tools/variables/partition.sh
View file @
01597024
...
...
@@ -60,6 +60,7 @@ aad_client_id="${ENV_APP_ID}"
azure_activedirectory_AppIdUri
=
"api://
${
ENV_APP_ID
}
"
azure_activedirectory_session_stateless
=
"true"
spring_application_name
=
"partition"
REDIS_DATABASE
=
"2"
server_port
=
"8080"
...
...
@@ -144,6 +145,7 @@ export aad_client_id="${ENV_APP_ID}"
export azure_activedirectory_AppIdUri="api://
${
ENV_APP_ID
}
"
export azure_activedirectory_session_stateless="true"
export spring_application_name="partition"
export REDIS_DATABASE="2"
export server_port="8080"
...
...
@@ -174,6 +176,7 @@ appinsights_key: "${ENV_APPINSIGHTS_KEY}"
aad_client_id: "
${
ENV_APP_ID
}
"
azure_activedirectory_AppIdUri: "api://
${
ENV_APP_ID
}
"
azure_activedirectory_session_stateless: "true"
REDIS_DATABASE: "2"
server_port: "8080"
LOCALRUN
...
...
tools/variables/search-service.sh
View file @
01597024
...
...
@@ -67,6 +67,7 @@ ELASTIC_CACHE_EXPIRATION="1"
MAX_CACHE_VALUE_SIZE
=
"60"
ENVIRONMENT
=
"evt"
partition_service_endpoint
=
"https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE
=
"7"
azure_istioauth_enabled
=
"true"
search_service_spring_logging_level
=
"debug"
search_service_port
=
"8080"
...
...
@@ -162,6 +163,7 @@ export ELASTIC_CACHE_EXPIRATION="1"
export MAX_CACHE_VALUE_SIZE="60"
export ENVIRONMENT="evt"
export partition_service_endpoint="https://
${
ENV_HOST
}
/api/partition/v1/"
export REDIS_DATABASE="4"
export azure_istioauth_enabled="true"
export search_service_spring_logging_level="debug"
export search_service_port="8080"
...
...
@@ -206,6 +208,7 @@ LOG_PREFIX: "search"
ELASTIC_CACHE_EXPIRATION: "1"
MAX_CACHE_VALUE_SIZE: "60"
partition_service_endpoint: "https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE: "7"
azure_istioauth_enabled: "true"
search_service_spring_logging_level: "debug"
search_service_port: "8080"
...
...
tools/variables/storage.sh
View file @
01597024
...
...
@@ -70,6 +70,7 @@ servicebus_topic_name="${RECORD_SERVICE_BUS_TOPIC}"
storage_account
=
"
${
ENV_STORAGE
}
"
storage_account_key
=
"
${
ENV_STORAGE_KEY
}
"
partition_service_endpoint
=
"https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE
=
"5"
azure_istioauth_enabled
=
"true"
server_port
=
"8082"
...
...
@@ -166,6 +167,7 @@ export servicebus_topic_name="${RECORD_SERVICE_BUS_TOPIC}"
export storage_account="
${
ENV_STORAGE
}
"
export storage_account_key="
${
ENV_STORAGE_KEY
}
"
export partition_service_endpoint="https://
${
ENV_HOST
}
/api/partition/v1/"
export REDIS_DATABASE="5"
export azure_istioauth_enabled="true"
export server_port="8082"
...
...
@@ -211,6 +213,7 @@ servicebus_topic_name: "${RECORD_SERVICE_BUS_TOPIC}"
storage_account: "
${
ENV_STORAGE
}
"
storage_account_key: "
${
ENV_STORAGE_KEY
}
"
partition_service_endpoint: "https://
${
ENV_HOST
}
/api/partition/v1/"
REDIS_DATABASE: "5"
azure_istioauth_enabled: "true"
server_port: "
${
server_port
}
"
LOCALRUN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment