Add a common tool for creating libvirt vms w/o puppet
[bottlenecks.git] / utils / dev_env / deploy / meta-data.template
diff --git a/utils/dev_env/deploy/meta-data.template b/utils/dev_env/deploy/meta-data.template
new file mode 100644 (file)
index 0000000..43db659
--- /dev/null
@@ -0,0 +1,11 @@
+instance-id: iid-abcdeff
+network-interfaces: |
+  # The primary network interface
+  auto eth0
+  iface eth0 inet static
+  address REPLACE_IPADDR
+  netmask 255.255.255.0
+  gateway REPLACE_GATEWAY
+  dns-nameservers 8.8.8.8
+local-hostname: REPLACE_HOSTNAME
+