Renumber the prod cluster
authorMitchell E Berger <mitchb@mit.edu>
Mon, 28 May 2018 06:32:46 +0000 (02:32 -0400)
committerMitchell E Berger <mitchb@mit.edu>
Mon, 28 May 2018 06:32:46 +0000 (02:32 -0400)
debian/changelog
master.yaml
zone

index 28c6dfb..7540eb5 100644 (file)
@@ -1,3 +1,9 @@
+xvm-prodconfig (1.1.59) precise; urgency=medium
+
+  * Renumber the prod cluster
+
+ -- Mitchell Berger <mitchb@mit.edu>  Mon, 28 May 2018 02:31:00 -0400
+
 xvm-prodconfig (1.1.58) precise; urgency=medium
 
   * Remove gateway and netmask from dhcp section
index c285bd4..2a3aebe 100644 (file)
@@ -63,7 +63,7 @@ build:
 
 console:
  hostname: xvm-console.mit.edu
- ip: 18.181.0.134
+ ip: 18.49.0.134
 
 cluster:
  rings:
@@ -77,7 +77,7 @@ cluster:
 db:
  uri: postgres://invirt@xvm.mit.edu/invirt
  host: xvm.mit.edu
- ip: 18.181.0.62
+ ip: 18.49.0.62
  port: 5432
  user: invirt
  dbname: invirt
@@ -96,7 +96,7 @@ dns:
   - xvm.mit.edu
  nameservers:
   - hostname: xvm.mit.edu
-    ip: 18.181.0.62
+    ip: 18.49.0.62
  zone_files:
   - /etc/invirt/zone
 
@@ -105,42 +105,42 @@ hosts: # hosts on which VMs run
    internal_ips:
     - 18.4.58.16
     - 18.5.58.16
-   ip: 18.181.0.221
+   ip: 18.49.0.221
  - hostname: aperture-science.mit.edu
    internal_ips:
     - 18.4.58.17
     - 18.5.58.17
-   ip: 18.181.0.222
+   ip: 18.49.0.222
  - hostname: shadow-moses.mit.edu
    internal_ips:
     - 18.4.58.18
     - 18.5.58.18
-   ip: 18.181.0.223
+   ip: 18.49.0.223
  - hostname: arklay-mansion.mit.edu
    internal_ips:
     - 18.4.58.19
     - 18.5.58.19
-   ip: 18.181.0.224
+   ip: 18.49.0.224
  - hostname: discovery-one.mit.edu
    internal_ips:
     - 18.4.58.20
     - 18.5.58.20
-   ip: 18.181.0.225
+   ip: 18.49.0.225
  - hostname: global-dynamics.mit.edu
    internal_ips:
     - 18.4.58.21
     - 18.5.58.21
-   ip: 18.181.0.99
+   ip: 18.49.0.99
  - hostname: babylon-four.mit.edu
    internal_ips:
     - 18.4.58.22
     - 18.5.58.22
-   ip: 18.181.0.100
+   ip: 18.49.0.100
  - hostname: moonbase-alpha.mit.edu
    internal_ips:
     - 18.4.58.23
     - 18.5.58.23
-   ip: 18.181.0.101
+   ip: 18.49.0.101
 
 kerberos:
  realm: ATHENA.MIT.EDU
@@ -155,7 +155,7 @@ monitoring:
 
 remote:
  hostname: xvm-remote.mit.edu
- ip: 18.181.0.188
+ ip: 18.49.0.188
 
 git:
  uri: git://xvm.mit.edu
@@ -170,7 +170,7 @@ trac:
 
 vnc:
  base_port: 10003
- proxy_ip: 18.181.0.62
+ proxy_ip: 18.49.0.62
  signing_keystore_path: /etc/invirt/secrets/codesign.keystore
  signing_key_alias: cert-manager.com
 
diff --git a/zone b/zone
index dbae8cf..e5c18a0 100644 (file)
--- a/zone
+++ b/zone
@@ -7,7 +7,7 @@
         )
 
 ; Our services
-ns1             IN      A       18.181.0.62
+ns1             IN      A       18.49.0.62
 remote          IN      TXT     "reserved to prevent confusion with an XVM server"
 console         IN      TXT     "reserved to prevent confusion with an XVM server"
 prod            IN      TXT     "reserved for the XVM production cluster"