Renumber dev cluster
authorMitchell E Berger <mitchb@mit.edu>
Sun, 27 May 2018 21:22:21 +0000 (17:22 -0400)
committerMitchell E Berger <mitchb@mit.edu>
Sun, 27 May 2018 21:22:21 +0000 (17:22 -0400)
debian/changelog
master.yaml
sysvms/s_console
sysvms/s_master
sysvms/s_remote

index eff79ae..d8759cc 100644 (file)
@@ -1,3 +1,9 @@
+xvm-devconfig (0.92) precise; urgency=medium
+
+  * Renumber dev cluster infrastructure
+
+ -- Mitchell Berger <mitchb@mit.edu>  Sun, 27 May 2018 17:21:00 -0400
+
 xvm-devconfig (0.91) precise; urgency=medium
 
   * Remove gateway and netmask from dhcp section
index cb9e56d..2ff593a 100644 (file)
@@ -64,7 +64,7 @@ build:
 
 console:
  hostname: xvm-console-dev.mit.edu
- ip: 18.181.0.230
+ ip: 18.49.0.230
 
 cluster:
  rings:
@@ -75,7 +75,7 @@ cluster:
 db:
  uri: postgres://invirt@xvm-dev.mit.edu/invirt
  host: xvm-dev.mit.edu
- ip: 18.181.0.80
+ ip: 18.49.0.80
  port: 5432
  user: invirt
  dbname: invirt
@@ -94,7 +94,7 @@ dns:
   - dev.xvm.mit.edu
  nameservers:
   - hostname: xvm-dev.mit.edu
-    ip: 18.181.0.80
+    ip: 18.49.0.80
  zone_files:
   - /etc/invirt/zone
 
@@ -103,22 +103,22 @@ hosts: # hosts on which VMs run
    internal_ips:
     - 10.7.0.3
     - 10.8.0.3
-   ip: 18.181.0.60
+   ip: 18.49.0.60
  - hostname: torchwood-institute.mit.edu
    internal_ips:
     - 10.7.0.5
     - 10.8.0.5
-   ip: 18.181.0.165
+   ip: 18.49.0.165
  - hostname: arkham-asylum.mit.edu
    internal_ips:
     - 10.7.0.2
     - 10.8.0.2
-   ip: 18.181.0.109
+   ip: 18.49.0.109
  - hostname: isla-nublar.mit.edu
    internal_ips:
     - 10.7.0.4
     - 10.8.0.4
-   ip: 18.181.0.102
+   ip: 18.49.0.102
 
 kerberos:
  realm: ATHENA.MIT.EDU
@@ -133,7 +133,7 @@ monitoring:
 
 remote:
  hostname: xvm-remote-dev.mit.edu
- ip: 18.181.0.231
+ ip: 18.49.0.231
 
 git:
  uri: git://xvm-dev.mit.edu
@@ -148,7 +148,7 @@ trac:
 
 vnc:
  base_port: 10003
- proxy_ip: 18.181.0.80
+ proxy_ip: 18.49.0.80
 
 web:
  baseuri: https://xvm-dev.mit.edu/
index 9dae4c8..3fae38e 100644 (file)
@@ -9,7 +9,7 @@ disk        = ['phy:xenvg/s_console_xvda,xvda,w']
 
 name        = 's_console'
 
-vif         = [ 'ip=18.181.0.230,mac=00:16:3e:07:15:2c' ]
+vif         = [ 'ip=18.49.0.230,mac=00:16:3e:07:15:2c' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'
index 2794565..993460f 100644 (file)
@@ -9,7 +9,7 @@ disk        = ['phy:xenvg/s_master_xvda,xvda,w']
 
 name        = 's_master'
 
-vif         = [ 'ip=18.181.0.80,mac=00:16:3e:0c:13:39' ]
+vif         = [ 'ip=18.49.0.80,mac=00:16:3e:0c:13:39' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'
index dce4c56..a8cc071 100644 (file)
@@ -9,7 +9,7 @@ disk        = ['phy:xenvg/s_remote_xvda,xvda,w']
 
 name        = 's_remote'
 
-vif         = [ 'ip=18.181.0.231,mac=00:16:3e:5f:98:b4' ]
+vif         = [ 'ip=18.49.0.231,mac=00:16:3e:5f:98:b4' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'