summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2016-03-08 15:28:42 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-08 16:42:18 +0000
commit7df03c79e3313acf083fca8e9ba194205b00eef0 (patch)
tree700c5e2b06cee7323742fd6e1310b40def2d74b4
parentaf580ba2dd2d9d2e6b01dee23e932d7e545d7abb (diff)
downloadinfrastructure-baserock/live.tar.gz
Fix backupsbaserock/live
These have been failing due to the public IP of the backup machine having temporarily changed. Change-Id: Ifa82dce630d36a61b5e0b6d866bff5c01f227e21
-rw-r--r--baserock_frontend/instance-backup-config.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/baserock_frontend/instance-backup-config.yml b/baserock_frontend/instance-backup-config.yml
index 8f7ca550..e17cf586 100644
--- a/baserock_frontend/instance-backup-config.yml
+++ b/baserock_frontend/instance-backup-config.yml
@@ -9,8 +9,14 @@
sudo: yes
vars:
# The 'backup' key cannot be used to SSH into the 'frontend' machine except
- # from this IP.
- PERMITTED_BACKUP_HOSTS: 82.70.136.246/32
+ # from these IPs.
+ #
+ # 82.70.136.246 is Codethink's Zen Internet line.
+ # 86.134.108.84 is a BT Internet IP currently in use by Codethink.
+ #
+ # The backup SSH private key is the main secret needed to connect as the
+ # backup user. This IP restriction is just for a bit of extra safety.
+ PERMITTED_BACKUP_HOSTS: 82.70.136.246/32,86.134.108.84/32
tasks:
- name: backup user
user: