~curtin-dev/curtin/trunk

« back to all changes in this revision

Viewing changes to examples/tests/basic_network_static.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
 
showtrace: true
2
 
network:
3
 
    version: 1
4
 
    config:
5
 
        # Physical interfaces.
6
 
        - type: physical
7
 
          name: interface0
8
 
          mac_address: "52:54:00:12:34:00"
9
 
          subnets:
10
 
              - type: static
11
 
                address: 10.0.2.15/24
12
 
                gateway: 10.0.2.2
13
 
        - type: nameserver
14
 
          address:
15
 
            - 10.0.2.3
16
 
          search:
17
 
            - wark.maas
18
 
            - foobar.maas