~smoser/curtin/trunk.bzr-dead

« back to all changes in this revision

Viewing changes to examples/tests/vlan_network.yaml

  • Committer: Scott Moser
  • Date: 2017-12-20 17:33:03 UTC
  • Revision ID: smoser@ubuntu.com-20171220173303-29gha5qb8wpqrd40
README: Mention move of revision control to git.

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

Clone with
  git clone https://git.launchpad.net/curtin
or
  git clone git+ssh://git.launchpad.net/curtin

For more information see
  http://curtin.readthedocs.io/en/latest/topics/development.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
network:
2
 
  config:
3
 
  - id: interface0
4
 
    mac_address: d4:be:d9:a8:49:13
5
 
    mtu: 1500
6
 
    name: interface0
7
 
    subnets:
8
 
    - address: 10.245.168.16/21
9
 
      dns_nameservers:
10
 
      - 10.245.168.2
11
 
      gateway: 10.245.168.1
12
 
      type: static
13
 
    type: physical
14
 
  - id: interface1
15
 
    mac_address: d4:be:d9:a8:49:15
16
 
    mtu: 1500
17
 
    name: interface1
18
 
    subnets:
19
 
    - address: 10.245.188.2/24
20
 
      dns_nameservers: []
21
 
      type: static
22
 
    type: physical
23
 
  - id: interface2
24
 
    mac_address: d4:be:d9:a8:49:17
25
 
    mtu: 1500
26
 
    name: interface2
27
 
    subnets:
28
 
    - type: manual
29
 
    type: physical
30
 
  - id: interface3
31
 
    mac_address: d4:be:d9:a8:49:19
32
 
    mtu: 1500
33
 
    name: interface3
34
 
    subnets:
35
 
    - type: manual
36
 
    type: physical
37
 
  - id: interface1.2667
38
 
    mtu: 1500
39
 
    name: interface1.2667
40
 
    subnets:
41
 
    - address: 10.245.184.2/24
42
 
      dns_nameservers: []
43
 
      type: static
44
 
    type: vlan
45
 
    vlan_id: 2667
46
 
    vlan_link: interface1
47
 
  - id: interface1.2668
48
 
    mtu: 1500
49
 
    name: interface1.2668
50
 
    subnets:
51
 
    - address: 10.245.185.1/24
52
 
      dns_nameservers: []
53
 
      type: static
54
 
    type: vlan
55
 
    vlan_id: 2668
56
 
    vlan_link: interface1
57
 
  - id: interface1.2669
58
 
    mtu: 1500
59
 
    name: interface1.2669
60
 
    subnets:
61
 
    - address: 10.245.186.1/24
62
 
      dns_nameservers: []
63
 
      type: static
64
 
    type: vlan
65
 
    vlan_id: 2669
66
 
    vlan_link: interface1
67
 
  - id: interface1.2670
68
 
    mtu: 1500
69
 
    name: interface1.2670
70
 
    subnets:
71
 
    - address: 10.245.187.2/24
72
 
      dns_nameservers: []
73
 
      type: static
74
 
    type: vlan
75
 
    vlan_id: 2670
76
 
    vlan_link: interface1
77
 
  - address: 10.245.168.2
78
 
    search:
79
 
    - dellstack
80
 
    type: nameserver
81
 
  version: 1