~curtin-dev/curtin/artful

« back to all changes in this revision

Viewing changes to examples/tests/ubuntu_core.yaml

  • Committer: Scott Moser
  • Date: 2017-05-19 20:57:03 UTC
  • mfrom: (1.1.48)
  • Revision ID: smoser@ubuntu.com-20170519205703-bg5mq3bjommvclcd
* New upstream snapshot.
  - Allow re-use of vmtest output 
  - Fix stacked storage configurations with iSCSI  (LP: #1683910)
  - vmtests: enable tests to apply storage config to validate clear_holders path 
  - mdadm_stop: Add retry and additional steps to halt a resync 
  - vmtests: Add Artful release and update classes 
  - clear-holders: mdadm use /proc/mdstat to wait for array to stop  (LP: #1682584)
  - uc16 curthooks: add 'network' key to config file  (LP: #1685000)
  - Doc and makefile updates for build and test on new systems. 
  - clear-holders: make bcache handler wait for device shutdown  (LP: #1680409)
  - vmtest: Use utf-8 and fix pseudo test collect_output 
  - vmtest: fix path to install log, and utilize the globally copied paths. 
  - Copy curtin install log into target.  (LP: #1684128)
  - vmtest: add in post-test log post-processing 
  - vmtest: update source.list test 
  - add recursive flag to do_umount, add --umount to block-meta 
  - load_command_environment: fix strict flag, and unit tests. 
  - block_meta: Attempt to mount by UUID= if possible  (LP: #1676991)
  - Make systems with root on bcache use root=UUID=.  (LP: #1680591)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
      snappy:
12
12
        email: raharper@gmail.com
13
13
        packages: [hello, part-numpy, part-cython]
 
14
 
 
15
network:
 
16
    version: 1
 
17
    config:
 
18
        # Physical interfaces.
 
19
        - type: physical
 
20
          name: interface0
 
21
          mac_address: "52:54:00:12:34:00"
 
22
          subnets:
 
23
              - type: dhcp4
 
24
        - type: physical
 
25
          name: interface1
 
26
          mtu: 1492
 
27
          mac_address: "52:54:00:12:34:02"
 
28
          subnets:
 
29
              - type: static
 
30
                address: 10.0.2.100/24
 
31
              - type: static
 
32
                address: 10.0.3.100/24
 
33
              - type: static
 
34
                address: 10.0.4.100/24
 
35
              - type: static
 
36
                address: 10.0.5.100/24
 
37
              - type: static
 
38
                address: 10.0.2.200/24
 
39
                dns_nameservers:
 
40
                  - 8.8.8.8
 
41
                dns_search:
 
42
                  - barley.maas
 
43
        - type: physical
 
44
          name: interface2
 
45
          mac_address: "52:54:00:12:34:04"