improve data processing script for rubbos
[bottlenecks.git] / utils / rubbos_dev_env_setup / meta-data_template
1 instance-id: iid-abcdeff
2 network-interfaces: |
3   # The primary network interface
4   auto eth0
5   iface eth0 inet static
6   address REPLACE_IPADDR
7   netmask 255.255.255.0
8   gateway REPLACE_GATEWAY
9   dns-nameservers 8.8.8.8
10 local-hostname: REPLACE_HOSTNAME
11