Skip to content

SAN-5662 Github Varnish Enterprise #594

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

Merged
merged 3 commits into from
Jan 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ansible/delta-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ datadog_mongodb_user=datadog
datadog_tags=env:delta
domain=runnable.io
env=delta
github_domain=api.github.com
github_protocol=https
is_github_enterprise=false
mongo_port=27017
new_relic_license_key=338516e0826451c297d44dc60aeaf0a0ca4bfead
node_env=production-delta
Expand Down
9 changes: 6 additions & 3 deletions ansible/epsilon-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,15 @@ vault_aws_region=us-east-1

[epsilon:vars]
ansible_ssh_private_key_file=~/.ssh/epsilon.pem
api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
bastion_sshd_port=60519
datadog_tags=env:epsilon
datadog_mongodb_user=datadog
datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
datadog_mongodb_user=datadog
datadog_tags=env:epsilon
domain=runnable-beta.com
github_domain=api.github.com
github_protocol=https
is_github_enterprise=false
mongo_port=27017
node_env=production-epsilon
pg_host=gamma-infrastructure-db.cnksgdqarobf.us-west-2.rds.amazonaws.com
Expand All @@ -118,7 +122,6 @@ rabbit_password=wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk
rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
registry_host=10.12.12.99
user_content_domain=runnablecloud.com
api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
vault_auth_token=6f5dddd1-dea2-472d-03b0-51e7fe8ea8de
vault_token_01=5b58b93e4cbb550d2bebe3324018c978bc89b11ba0a8a4a1430319ab8938dd1802
vault_token_02=e334c5c53dc979476e1fb27c91dd8f7b0b5f708b876d829ee0ec54d0cba3de9e03
Expand Down
3 changes: 3 additions & 0 deletions ansible/gamma-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ datadog_mongodb_user=datadog
datadog_tags=env:gamma
domain=runnable-gamma.com
env=gamma
github_domain=api.github.com
github_protocol=https
is_github_enterprise=false
mongo_port=27017
node_env=production-gamma
pg_host=gamma-infrastructure-db.cnksgdqarobf.us-west-2.rds.amazonaws.com
Expand Down
3 changes: 3 additions & 0 deletions ansible/group_vars/alpha-github-varnish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ repo: git@github.com:CodeNow/{{ name }}.git
container_envs: >-
-e VARNISH_PORT=80
-e VARNISH_MALLOC=100M
-e GITHUB_DOMAIN={{ github_domain }}
-e IS_GITHUB_ENTERPRISE={{ is_github_enterprise }}
-e GITHUB_PROTOCOL={{ github_protocol }}

container_run_opts: >
-h {{ name }}
Expand Down