~curtin-dev/curtin/trunk

« back to all changes in this revision

Viewing changes to examples/tests/centos_basic.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
 
hook_commands:
3
 
    builtin: null
4
 
network:
5
 
    version: 1
6
 
    config:
7
 
        - type: physical
8
 
          name: interface0
9
 
          mac_address: "52:54:00:12:34:00"
10
 
          subnets:
11
 
              - type: static
12
 
                address: 10.0.2.15
13
 
                netmask: 255.255.255.0
14
 
                gateway: 10.0.2.2