Skip to content

Commit 341f4ce

Browse files
authored
Merge pull request #636 from CodeNow/add-web-and-enterprise-sign-in
Add web and enterprise sign in
2 parents 910ab1d + d0aa510 commit 341f4ce

44 files changed

Lines changed: 142 additions & 61 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ansible/delta-hosts/variables

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,13 @@ pg_pass=59a5524e-a772-11e5-bedc-1bdc0db458b3
176176
pg_user=astral
177177
rabbit_password=wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk
178178
rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
179-
registry_host=10.8.4.126
180179
user_content_domain=runnableapp.com
181180
vault_auth_token=578c9767-5af8-8490-0954-5d330f27b088
182181
vault_token_01=0d324dc7d4cbd94790fd08809d06fb1e28e21e185910081c7646e3e49924f6ed01
183182
vault_token_02=42dc8a69df174e77eb47a63b6ef4709bec57101cb1bff11a71c91b73b8bc046102
184183
vault_token_03=47f3cb74f5374fa3c51c90fd25e3d4cc851034de97584995fce5fc5382342f1f03
184+
registry_username=runnable+deltapush
185+
registry_token=4PX2AU9QIJSCDLZEXILYX6ZP2RCXY1HR10WVZKWVR0JW8DS5IIY87D96V0RACMK5
185186

186187
[ec2:vars]
187188
aws_custid=437258487404

ansible/gamma-hosts/variables

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,14 @@ pg_host=gamma-infrastructure-db.cnksgdqarobf.us-west-2.rds.amazonaws.com
159159
pg_pass=e9G7zYRCxYmxG9HQ8J9x2BDB
160160
rabbit_password=wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk
161161
rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
162-
registry_host=10.4.4.82
163162
user_content_domain=runnable.ninja
164163
vault_auth_token=f9a39e92-99f3-66a0-a27d-a6e07717d30d
165164
vault_token_01=2c0be2adf99931bc9ed443000e87bbcd0ef096dddc79f6add97ebe8fa7e93d2c05
166165
vault_token_02=3489b87c913058740537bbbd4503f3720d74f7cb0f4e0c30a9436e1e52a18d7003
167166
vault_token_03=ac4e1e9800cbf77283298d08172a2f0e46d0b7cbc457c47788d04768af12584a02
167+
registry_host=quay.io
168+
registry_username=runnable+gammapull
169+
registry_token=RV8IZ818DDRUMUJNNDDPS0AE4HJXBSFTDSC06X4COUMQZWDZD628IXB0TOO5UL79
168170

169171
[ec2:vars]
170172
aws_custid=437258487404

ansible/group_vars/all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ pager_duty_key: testkey
66
# registry settings
77
registry_env: prod
88
registry_port: 80
9+
registry_host: "quay.io"
10+
quay_api_token: QB9UzzNhwClqMgRyMgNGrSGLdUYZPJLJALdcpKRa
911

1012
# for docker stop old container
1113
stop_time: 5

ansible/group_vars/alpha-agreeable-egret.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "agreeable-egret"
22

3-
container_image: "registry.runnable.com/runnable/{{ name }}"
3+
container_image: "{{ registry_host }}/runnable/{{ name }}"
44
container_tag: "{{ git_branch }}"
55
hosted_ports: ["{{ agreeable_egret_port }}"]
66
repo: "git@github.com:CodeNow/{{ name }}.git"

ansible/group_vars/alpha-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: api
22

3-
container_image: registry.runnable.com/runnable/{{ name }}
3+
container_image: "{{ registry_host }}/runnable/{{ name }}"
44

55
hosted_ports: [ "{{ api_port }}" ]
66

ansible/group_vars/alpha-arithmancy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "arithmancy"
22

3-
container_image: "registry.runnable.com/runnable/{{ name }}"
3+
container_image: "{{ registry_host }}/runnable/{{ name }}"
44
container_tag: "{{ git_branch }}"
55
repo: "git@github.com:CodeNow/{{ name }}.git"
66
node_version: "4.2.2"

ansible/group_vars/alpha-big-poppa-http.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: big-poppa-http
22

3-
container_image: registry.runnable.com/runnable/{{ name }}
3+
container_image: "{{ registry_host }}/runnable/{{ name }}"
44
container_tag: "{{ git_branch }}"
55
hosted_ports: ["{{ big_poppa_port }}"]
66
repo: "git@github.com:CodeNow/big-poppa.git"

ansible/group_vars/alpha-big-poppa-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: big-poppa-worker
22

3-
container_image: registry.runnable.com/runnable/{{ name }}
3+
container_image: "{{ registry_host }}/runnable/{{ name }}"
44
container_tag: "{{ git_branch }}"
55
repo: "git@github.com:CodeNow/big-poppa.git"
66
node_version: 4.4.7

ansible/group_vars/alpha-clio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: clio
22

3-
container_image: registry.runnable.com/runnable/{{ name }}
3+
container_image: "{{ registry_host }}/runnable/{{ name }}"
44
container_tag: "{{ git_branch }}"
55
hosted_ports: ["{{ clio_port }}"]
66
repo: git@github.com:CodeNow/{{ name }}.git

ansible/group_vars/alpha-consul.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ db_path: /etc/consul.d
66
# for container_kill_start
77
pause_length_minutes: 3
88

9-
container_image: runnable/consul
9+
container_image: "{{ registry_host }}/runnable/consul"
1010
container_tag: v0.6.3
1111

1212
container_run_opts: >

0 commit comments

Comments
 (0)