Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-com
migration
Commits
246e0b13
Commit
246e0b13
authored
Aug 06, 2018
by
Emanuel Calvo
Browse files
Added dbteam env for testing
parent
eb56736d
Pipeline
#88666
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/env_test
View file @
246e0b13
# dbteam nodes
N_OF_HOSTS=2
AZURE_HOST_PREFIX="postgres0"
AZURE_HOST_SUFFIX=".db.stg.gitlab.com"
GCP_HOST_PREFIX="postgres-0"
GCP_HOST_SUFFIX="-db-gstg.c.gitlab-staging-1.internal"
# Nodes 1 are used by Nik for IO testing
AZURE_MASTER="${AZURE_HOST_PREFIX}2${AZURE_HOST_SUFFIX}"
GCP_MASTER_CANDIDATE="${GCP_HOST_PREFIX}2${GCP_HOST_SUFFIX}"
AZURE_HOSTS=(
postgres-dbteam-04.db.stg.gitlab.com
postgres-dbteam-03.db.stg.gitlab.com
postgres-dbteam-02.db.stg.gitlab.com
postgres-dbteam-05.db.stg.gitlab.com
)
GCP_HOSTS=(
postgres-dbteam-01-db-gstg.c.gitlab-staging-1.internal
postgres-dbteam-05-db-gstg.c.gitlab-staging-1.internal
postgres-dbteam-04-db-gstg.c.gitlab-staging-1.internal
postgres-dbteam-02-db-gstg.c.gitlab-staging-1.internal
postgres-dbteam-03-db-gstg.c.gitlab-staging-1.internal
)
AZURE_SLAVES=(
postgres-dbteam-04.db.stg.gitlab.com
postgres-dbteam-03.db.stg.gitlab.com
postgres-dbteam-05.db.stg.gitlab.com
)
GCP_SLAVES=(
postgres-dbteam-01-db-gstg.c.gitlab-staging-1.internal
postgres-dbteam-05-db-gstg.c.gitlab-staging-1.internal
postgres-dbteam-04-db-gstg.c.gitlab-staging-1.internal
postgres-dbteam-03-db-gstg.c.gitlab-staging-1.internal
)
## Still need to figure out which are the pgbouncers
AZURE_PGBOUNCERS=(
postgres-dbteam-05.db.stg.gitlab.com
)
GCP_PGBOUNCERS=(
postgres-dbteam-05-db-gstg.c.gitlab-staging-1.internal
)
# Generic
max_rep_delay=10
\ No newline at end of file
Write
Preview
Supports
Markdown
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