~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to tests/data/vmware/cust-static-2nic.cfg

  • Committer: Scott Moser
  • Date: 2016-08-10 15:06:15 UTC
  • Revision ID: smoser@ubuntu.com-20160810150615-ma2fv107w3suy1ma
README: Mention move of revision control to git.

cloud-init development has moved its revision control to git.
It is available at 
  https://code.launchpad.net/cloud-init

Clone with 
  git clone https://git.launchpad.net/cloud-init
or
  git clone git+ssh://git.launchpad.net/cloud-init

For more information see
  https://git.launchpad.net/cloud-init/tree/HACKING.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[NETWORK]
2
 
NETWORKING = yes
3
 
BOOTPROTO = dhcp
4
 
HOSTNAME   = myhost1
5
 
DOMAINNAME = eng.vmware.com
6
 
 
7
 
[NIC-CONFIG]
8
 
NICS = NIC1,NIC2
9
 
 
10
 
[NIC1]
11
 
MACADDR = 00:50:56:a6:8c:08
12
 
ONBOOT = yes
13
 
IPv4_MODE = BACKWARDS_COMPATIBLE
14
 
BOOTPROTO = static
15
 
IPADDR = 10.20.87.154
16
 
NETMASK = 255.255.252.0
17
 
GATEWAY = 10.20.87.253, 10.20.87.105
18
 
IPv6ADDR|1 = fc00:10:20:87::154
19
 
IPv6NETMASK|1 = 64
20
 
IPv6GATEWAY|1 = fc00:10:20:87::253
21
 
[NIC2]
22
 
MACADDR = 00:50:56:a6:ef:7d
23
 
ONBOOT = yes
24
 
IPv4_MODE = BACKWARDS_COMPATIBLE
25
 
BOOTPROTO = static
26
 
IPADDR = 192.168.6.102
27
 
NETMASK = 255.255.0.0
28
 
GATEWAY = 192.168.0.10
29
 
 
30
 
[DNS]
31
 
DNSFROMDHCP=no
32
 
SUFFIX|1 = eng.vmware.com
33
 
SUFFIX|2 = proxy.vmware.com
34
 
NAMESERVER|1 = 10.20.145.1
35
 
NAMESERVER|2 = 10.20.145.2
36
 
 
37
 
[DATETIME]
38
 
TIMEZONE = Africa/Abidjan
39
 
UTC = yes