Skip to content

Commit 8495bf8

Browse files
committed
Fix volume ids
1 parent 8535dc0 commit 8495bf8

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

ansible/group_vars/alpha-prometheus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ memory_hard_limit: 15G
88

99
storage_size_gb: 100
1010

11+
volume_id: "{{ prometheus_volume_id }}"
12+
1113
volume_mounts:
1214
- name: "{{ name }}-conf"
1315
path: /prometheus

environments/delta/inventory/variables

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ khronos_mongo_database=delta
106106
khronos_mongo_replset_name=delta
107107

108108
[mongo-navi:vars]
109-
volume_id=vol-01c239d637839ba95
109+
mongo_volume_id=vol-01c239d637839ba95
110110

111111
[metabase:vars]
112112
metabase_pg_database=metabase
@@ -141,7 +141,7 @@ pheidi_runnabot_tokens=d22a5ec75f66a0f472f3d856eb01df2321115e0b,33d8accaa7afeace
141141

142142
[prometheus:vars]
143143
pager_duty_key=ky6EFGL7Zh-xH8x1qEJV
144-
volume_id=vol-0dc9ca42481538a30
144+
prometheus_volume_id=vol-0dc9ca42481538a30
145145

146146
[sauron:vars]
147147
sauron_rollbar_key=83157ae2d50d4b6398e404c0b9978d26

environments/gamma/inventory/variables

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ khronos_mongo_database=gamma
9797
khronos_mongo_replset_name=gamma
9898

9999
[mongo-navi:vars]
100-
volume_id=vol-0daf05c3686a7e0a8
100+
mongo_volume_id=vol-0daf05c3686a7e0a8
101101

102102
[navi:vars]
103103
navi_cookie_secret=c90e5fb4e7e511e597309a79f06e9478
@@ -147,10 +147,10 @@ marketing_aws_access_key=AKIAICIWKIZEQCMDXLEA
147147
marketing_aws_secret_key=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
148148

149149
[rabbitmq:vars]
150-
volume_id=vol-08cb7a2d1218ed9a0
150+
rabbitt_volume_id=vol-08cb7a2d1218ed9a0
151151

152152
[redis:vars]
153-
volume_id=vol-040eb379856609100
153+
redis_volume_id=vol-040eb379856609100
154154

155155
[gamma:vars]
156156
ansible_ssh_private_key_file=~/.ssh/gamma.pem

0 commit comments

Comments
 (0)