Skip to content

Commit 7c9f0fd

Browse files
author
Henry Mollman
committed
PR comments
1 parent 5daf273 commit 7c9f0fd

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

ansible/agreeable-egret.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
32
- hosts: agreeable-egret
43
vars_files:
54
- group_vars/alpha-agreeable-egret.yml
65
roles:
76
- role: notify
87
tags: [ notify ]
98
- { role: builder, tags: [build] }
10-
- { role: container_kill_start }
9+
- { role: container_start }

ansible/delta-hosts/variables

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
148148
datadog_mongodb_user=datadog
149149
datadog_tags=env:delta
150150
domain=runnable.io
151-
agreeable_egret_hello_runnable_github_token=b6130cbbd1be797d83b3d419ba60176e7b3f07d2
152151
env=delta
153152
github_domain=api.github.com
154153
github_protocol=https

ansible/gamma-hosts/variables

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
130130
datadog_mongodb_user=datadog
131131
datadog_tags=env:gamma
132132
domain=runnable-gamma.com
133-
agreeable_egret_hello_runnable_github_token=b6130cbbd1be797d83b3d419ba60176e7b3f07d2
134133
env=gamma
135134
github_domain=api.github.com
136135
github_protocol=https

ansible/group_vars/all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ core_file_dir: /docker/app-cores
4444
## shared application configs
4545
##
4646

47+
# agreeable-egret
48+
agreeable_egret_hostname: egret.{{ domain }}
49+
4750
#angular
4851
angular_url: https://app.{{ domain }}
4952
mixpanel_proxy_url: https://mixpanel.{{ domain }}
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
name: "arithmancy"
1+
name: "agreeable-egret"
22

33
container_image: "registry.runnable.com/runnable/{{ name }}"
44
container_tag: "{{ git_branch }}"
55
repo: "git@github.com:CodeNow/{{ name }}.git"
66
node_version: "6.3.1"
77
npm_version: "4.0.5"
88

9+
# Exposes egret
10+
redis_key: "frontend:{{ agreeable_egret_hostname }}"
11+
is_redis_update_required: 'yes'
12+
913
# container settings
1014
container_envs: >
11-
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ agreeable_egret_hello_runnable_github_token }}
15+
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
1216
-e NODE_ENV={{ node_env }}
1317
1418
container_run_opts: >
1519
-h {{ name }}
1620
-d
17-
-v /opt/ssl/docker/{{ name }}:/etc/ssl/docker:ro
1821
{{ container_envs }}

0 commit comments

Comments
 (0)