Infra: UEFI PXE integrated infra
[csit.git] / fdio.infra.pxe / docker-nginx / html / ubuntu_focal_amd64 / ac:1f:6b:8b:53:64 / user-data
1 #cloud-config
2 autoinstall:
3   version: 1
4   apt:
5     geoip: true
6     preserve_sources_list: false
7     primary:
8     - arches: [amd64, i386]
9       uri: http://ca.archive.ubuntu.com/ubuntu
10     - arches: [default]
11       uri: http://ports.ubuntu.com/ubuntu-ports
12   identity:
13     hostname: s14-t32-sut1
14     password: $6$Y62lhMGJD8YNzmJn$H4DSqjrwFp5WN3tOvIrF.g/G2duOV76zXHAmaA/RU8jfT8H8sDumLQe/Q.EmI5pjPv7dzgI8j9BQPWes7efBK0
15     realname: testuser
16     username: testuser
17   keyboard:
18     layout: us
19     toggle: null
20     variant: ''
21   locale: en_US.UTF-8
22   network:
23     ethernets:
24       eno1:
25         addresses: [ 10.30.51.58/24 ]
26         dhcp4: false
27         gateway4: 10.30.51.1
28         nameservers:
29           addresses: [ 1.1.1.1, 8.8.8.8 ]
30     version: 2
31   packages:
32     - python3
33   refresh-installer:
34     update: no
35   ssh:
36     allow-pw: true
37     authorized-keys: []
38     install-server: true
39   storage:
40     config:
41     - grub_device: false
42       id: disk-sda
43       path: /dev/sda
44       ptable: gpt
45       preserve: false
46       type: disk
47       wipe: superblock-recursive
48     - grub_device: false
49       id: disk-sdb
50       path: /dev/sdb
51       ptable: gpt
52       preserve: false
53       type: disk
54       wipe: superblock-recursive
55     - device: disk-sda
56       grub_device: true
57       id: partition-0
58       flag: boot
59       number: 1
60       preserve: false
61       size: 536870912
62       type: partition
63       wipe: superblock
64     - device: disk-sdb
65       grub_device: true
66       id: partition-1
67       flag: boot
68       number: 1
69       preserve: false
70       size: 536870912
71       type: partition
72       wipe: superblock
73     - id: format-0
74       fstype: fat32
75       preserve: false
76       type: format
77       volume: partition-0
78     - id: format-1
79       fstype: fat32
80       preserve: false
81       type: format
82       volume: partition-1
83     - device: disk-sda
84       flag: ''
85       grub_device: false
86       id: partition-2
87       number: 2
88       preserve: false
89       size: -1
90       type: partition
91       wipe: superblock
92     - device: disk-sdb
93       flag: ''
94       grub_device: false
95       id: partition-3
96       number: 2
97       preserve: false
98       size: -1
99       type: partition
100       wipe: superblock
101     - name: md0
102       raidlevel: raid1
103       devices: [partition-2, partition-3]
104       spare_devices: []
105       preserve: false
106       type: raid
107       id: raid-0
108     - fstype: ext4
109       id: format-2
110       preserve: false
111       type: format
112       volume: raid-0
113     - device: format-2
114       id: mount-1
115       path: /
116       type: mount
117     - device: format-0
118       id: mount-0
119       path: /boot/efi
120       type: mount