← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~smoser/maas/cloud-init-manage-etc-hosts into lp:maas

 

Scott Moser has proposed merging lp:~smoser/maas/cloud-init-manage-etc-hosts into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #972067 in MAAS: "maas installs need to configure cloud-init with 'manage_etc_hosts: localhost'"
  https://bugs.launchpad.net/maas/+bug/972067

For more details, see:
https://code.launchpad.net/~smoser/maas/cloud-init-manage-etc-hosts/+merge/100550

make maas preseed cloud-config of 'manage_etc_hosts: localhost' 
  
This makes cloud-init write a <local-hostname> entry in /etc/hosts
pointing to 127.0.1.1.
-- 
https://code.launchpad.net/~smoser/maas/cloud-init-manage-etc-hosts/+merge/100550
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~smoser/maas/cloud-init-manage-etc-hosts into lp:maas.
=== modified file 'contrib/snippets/maas_preseed'
--- contrib/snippets/maas_preseed	2012-03-16 15:35:38 +0000
+++ contrib/snippets/maas_preseed	2012-04-03 04:18:18 +0000
@@ -1,3 +1,5 @@
 #import base64
 #set $maas_preseed_data = base64.b64decode($getVar("MAAS_PRESEED",""))
 $maas_preseed_data
+
+cloud-init   cloud-init/local-cloud-config string manage_etc_hosts: localhost