Skip to content

Commit 41a5ebf

Browse files
authored
Merge branch 'master' into rename-all-files-to-yml
2 parents a40bc01 + c56639a commit 41a5ebf

61 files changed

Lines changed: 359 additions & 1256 deletions

File tree

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/hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
delta-bastion
33

44
[navi-port-router]
5-
delta-userland
5+
delta-navi-port-router
66

77
[navi-proxy]
88
localhost

ansible/delta-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ big_poppa_mongo_database=delta
4141
big_poppa_mongo_replset_name=delta-rs0
4242
big_poppa_new_relic_app_name=delta-big-poppa
4343
big_poppa_pg_host=delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:{{ pg_port }}
44-
big_poppa_pg_pass=189a4a90-60d9-11e6-92c9-7b1a5b7c8417
44+
big_poppa_pg_pass=27eed36a27a54ffd
4545
big_poppa_pg_user=cwallace
4646
big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9:5432
4747

ansible/dock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name={{ dock }}
1010
groups=dock
1111

12-
- include: image-builder.yml git_branch="v4.4.0"
12+
- include: image-builder.yml git_branch="v4.5.0"
1313

1414
- hosts: "{{ dock }}"
1515
tasks:
@@ -25,6 +25,6 @@
2525
- { role: install-ssm }
2626
- { role: dock-images }
2727

28-
- include: charon.yml git_branch="v5.0.1"
29-
- include: dock-init.yml git_branch="v10.1.2"
28+
- include: charon.yml git_branch="v5.0.3"
29+
- include: dock-init.yml git_branch="v10.1.4"
3030
- include: krain.yml git_branch="v0.3.1"

ansible/gamma-hosts/hosts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ localhost
138138
[kartographer]
139139
localhost
140140

141+
[user-local]
142+
localhost
143+
141144
[navi-port-router]
142145
gamma-userland
143146

ansible/group_vars/alpha-api-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ api_base_container_envs:
119119
- name: INTERCOM_API_KEY
120120
value: "{{ api_intercom_api_key | default('ansible_undefined') }}"
121121
- name: USER_VAULT_ENDPOINT
122-
value: "http://{{ user_vault_host_address }}:{{ user_vault_port }}"
122+
value: "http://{{ user_vault_load_balancer }}:{{ user_vault_port }}"

ansible/k8/delta/big-poppa-http/deployments/big-poppa-http

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ spec:
4545
- name: PGUSER
4646
value: "cwallace"
4747
- name: PGPASSWORD
48-
value: "189a4a90-60d9-11e6-92c9-7b1a5b7c8417"
48+
value: "27eed36a27a54ffd"
4949
- name: PGHOST
5050
value: "delta-infradb.cnksgdqarobf.us-west-2.rds.amazonaws.com"
5151
- name: PGPORT
5252
value: "5432"
5353
- name: PGDATABASE
5454
value: "big_poppa"
5555
- name: POSTGRES_CONNECT_STRING
56-
value: "postgres://cwallace:189a4a90-60d9-11e6-92c9-7b1a5b7c8417@delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:5432/big_poppa"
56+
value: "postgres://cwallace:27eed36a27a54ffd@delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:5432/big_poppa"
5757
- name: RABBITMQ_HOSTNAME
5858
value: "10.8.4.195"
5959
- name: RABBITMQ_PASSWORD

ansible/k8/delta/big-poppa-worker/deployments/big-poppa-worker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ spec:
4545
- name: PGUSER
4646
value: "cwallace"
4747
- name: PGPASSWORD
48-
value: "189a4a90-60d9-11e6-92c9-7b1a5b7c8417"
48+
value: "27eed36a27a54ffd"
4949
- name: PGHOST
5050
value: "delta-infradb.cnksgdqarobf.us-west-2.rds.amazonaws.com"
5151
- name: PGPORT
5252
value: "5432"
5353
- name: PGDATABASE
5454
value: "big_poppa"
5555
- name: POSTGRES_CONNECT_STRING
56-
value: "postgres://cwallace:189a4a90-60d9-11e6-92c9-7b1a5b7c8417@delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:5432/big_poppa"
56+
value: "postgres://cwallace:27eed36a27a54ffd@delta-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:5432/big_poppa"
5757
- name: RABBITMQ_HOSTNAME
5858
value: "10.8.4.195"
5959
- name: RABBITMQ_PASSWORD

ansible/k8/delta/palantiri/deployments/palantiri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- name: runnable-kubernetes-pull-secret
1414
hostname: palantiri
1515
containers:
16-
- image: quay.io/runnable/palantiri:v2.4.6
16+
- image: quay.io/runnable/palantiri:v2.4.8
1717
imagePullPolicy: Always
1818
name: palantiri
1919
resources:

ansible/k8/delta/swarm-cloudwatch-reporter/crons/swarm-cloudwatch-reporter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
name: swarm-cloudwatch-reporter
55
spec:
66
schedule: "*/5 * * * *"
7+
concurrencyPolicy: Replace
78
jobTemplate:
89
spec:
910
template:

ansible/k8/gamma/swarm-cloudwatch-reporter/crons/swarm-cloudwatch-reporter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
name: swarm-cloudwatch-reporter
55
spec:
66
schedule: "*/5 * * * *"
7+
concurrencyPolicy: Replace
78
jobTemplate:
89
spec:
910
template:

0 commit comments

Comments
 (0)