From 48ccd3963dc798984a799d894d8c0635ec3b099b Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sun, 8 Sep 2013 18:23:54 -0400 Subject: [PATCH] restore -dev sysvm IPs --- debian/changelog | 6 ++++++ sysvms/s_console | 2 +- sysvms/s_master | 2 +- sysvms/s_remote | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b15a079..0f42943 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-devconfig (0.80ubuntu1) precise; urgency=low + + * Restore -dev IPs for sysvms + + -- Adam Glasgall Sun, 08 Sep 2013 18:23:30 -0400 + xvm-devconfig (0.80) unstable; urgency=low * Merged prodconfig changes into devconfig. diff --git a/sysvms/s_console b/sysvms/s_console index d31137e..a8fb4a5 100644 --- a/sysvms/s_console +++ b/sysvms/s_console @@ -9,7 +9,7 @@ disk = ['phy:xenvg/s_console_xvda,xvda,w'] name = 's_console' -vif = [ 'ip=18.181.0.219,mac=00:16:3e:07:15:2c' ] +vif = [ 'ip=18.181.0.230,mac=00:16:3e:07:15:2c' ] on_poweroff = 'destroy' on_reboot = 'restart' diff --git a/sysvms/s_master b/sysvms/s_master index f54e022..786fb5b 100644 --- a/sysvms/s_master +++ b/sysvms/s_master @@ -9,7 +9,7 @@ disk = ['phy:xenvg/s_master_xvda,xvda,w'] name = 's_master' -vif = [ 'ip=18.181.0.214,mac=00:16:3e:0c:13:39' ] +vif = [ 'ip=18.181.0.80,mac=00:16:3e:0c:13:39' ] on_poweroff = 'destroy' on_reboot = 'restart' diff --git a/sysvms/s_remote b/sysvms/s_remote index 041e161..a5116f3 100644 --- a/sysvms/s_remote +++ b/sysvms/s_remote @@ -9,7 +9,7 @@ disk = ['phy:xenvg/s_remote_xvda,xvda,w'] name = 's_remote' -vif = [ 'ip=18.181.0.216,mac=00:16:3e:5f:98:b4' ] +vif = [ 'ip=18.181.0.231,mac=00:16:3e:5f:98:b4' ] on_poweroff = 'destroy' on_reboot = 'restart' -- 1.7.9.5