Turn on the relocation server
authorMitchell E Berger <mitchb@mit.edu>
Thu, 17 May 2018 05:55:43 +0000 (01:55 -0400)
committerMitchell E Berger <mitchb@mit.edu>
Thu, 17 May 2018 05:55:43 +0000 (01:55 -0400)
debian/changelog
templatize-xend-config

index d01345b..3a715ce 100644 (file)
@@ -8,8 +8,9 @@ invirt-xen-config (0.0.54) unstable; urgency=low
     primary IP, set up routing to get it to the VM, and arp for it.
     Also, cut out the nonsense with backgrounding arpspoof, sleeping, and
     killing it; we have the technology for 'timeout'.
+  * templatize-xend-config: explicitly turn on the relocation server
 
- -- Mitchell Berger <mitchb@mit.edu>  Wed, 16 May 2018 03:20:00 -0400
+ -- Mitchell Berger <mitchb@mit.edu>  Thu, 17 May 2018 01:55:00 -0400
 
 invirt-xen-config (0.0.53) unstable; urgency=low
 
index 1dc1a3a..a660b13 100755 (executable)
@@ -17,6 +17,7 @@ if internal_ip is None:
 %>
 EOF
 
+s/^\#?\(xend-relocation server [a-z]*\)/(xend-relocation-server yes)/m or die;
 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die;
 s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
 # s/^(\# )?\(network-script network-bridge\)/(network-script 'network-bridge')/m or die;