Skip to content

Commit a64328b

Browse files
committed
Switch registries to registry_host
1 parent 91b1ea9 commit a64328b

39 files changed

Lines changed: 46 additions & 45 deletions

ansible/group_vars/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pager_duty_key: testkey
66
# registry settings
77
registry_env: prod
88
registry_port: 80
9+
registry_host: "quay.io"
910

1011
# for docker stop old container
1112
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: "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: 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: "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: 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: 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: 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: >

ansible/group_vars/alpha-cream-http.yml

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

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

ansible/group_vars/alpha-cream-worker.yml

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

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

0 commit comments

Comments
 (0)