#cloud-config autoinstall: version: 1 runcmd: - parted /dev/nvme0n1 mklabel gpt - parted /dev/nvme0n1 mkpart primary fat32 0% 536870912 - parted /dev/nvme0n1 mkpart primary ext4 536870912 100% - parted /dev/nvme1n1 mklabel gpt - parted /dev/nvme1n1 mkpart primary ext4 0% 536870912 - parted /dev/nvme1n1 mkpart primary ext4 536870912 100% - mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/nvme0n1p2 /dev/nvme1n1p2 locale: en_US keyboard: layout: us identity: hostname: ready-c username: automation password: $6$BQXh/vXtqSe53ddm$x983UKo67PsANYJj2GDbu6SRiJjMoy2yW5jDEV9u5mBVOrhnUNI8yFUoDdetZmWZnY6RjxJWJ7s32LYMSZHTv1 storage: config: - grub_device: false id: disk-nvme0n1 name: '' path: /dev/nvme0n1 preserve: false ptable: gpt serial: INTEL SSDPE2KX020T8_BTLJ0086083G2P0BGN type: disk wipe: superblock-recursive wwn: eui.01000000010000005cd2e41446e65151 - grub_device: false id: disk-nvme1n1 name: '' path: /dev/nvme1n1 preserve: false ptable: gpt serial: INTEL SSDPE2KX020T8_BTLJ007301LA2P0BGN type: disk wwn: eui.01000000010000005cd2e4f679e35151 - device: disk-nvme1n1 flag: boot grub_device: true id: partition-0 number: 1 preserve: false size: 536870912 type: partition wipe: superblock - fstype: fat32 id: format-0 preserve: false type: format volume: partition-0 - device: disk-nvme0n1 flag: '' id: partition-1 number: 1 preserve: false size: 536870912 type: partition wipe: superblock - fstype: ext4 id: format-1 preserve: false type: format volume: partition-1 - device: disk-nvme1n1 flag: '' id: partition-2 number: 2 preserve: false size: 1999859875840 type: partition wipe: superblock - device: disk-nvme0n1 flag: '' id: partition-3 number: 2 preserve: false size: 1999859875840 type: partition wipe: superblock - devices: - partition-2 - partition-3 id: raid-0 name: md0 preserve: false ptable: gpt raidlevel: raid0 spare_devices: [] type: raid - device: raid-0 flag: '' id: partition-5 number: 1 preserve: false size: 3298534883328 type: partition wipe: superblock - fstype: ext4 id: format-3 preserve: false type: format volume: partition-5 - device: raid-0 flag: '' id: partition-6 number: 2 preserve: false size: 700910141440 type: partition wipe: superblock - devices: - partition-6 id: lvm_volgroup-0 name: vg0 preserve: false type: lvm_volgroup - id: lvm_partition-0 name: root preserve: false size: 42949672960B type: lvm_partition volgroup: lvm_volgroup-0 - fstype: ext4 id: format-4 preserve: false type: format volume: lvm_partition-0 - device: format-4 id: mount-3 path: / type: mount - id: lvm_partition-1 name: binlogs preserve: false size: 424048328704B type: lvm_partition volgroup: lvm_volgroup-0 - fstype: ext4 id: format-5 preserve: false type: format volume: lvm_partition-1 - device: format-5 id: mount-4 path: /srv/binlog type: mount - id: lvm_partition-2 name: logs preserve: false size: 68719476736B type: lvm_partition volgroup: lvm_volgroup-0 - fstype: ext4 id: format-6 preserve: false type: format volume: lvm_partition-2 - device: format-6 id: mount-5 path: /var/log type: mount - id: lvm_partition-3 name: tmp preserve: false size: 21474836480B type: lvm_partition volgroup: lvm_volgroup-0 - fstype: ext4 id: format-7 preserve: false type: format volume: lvm_partition-3 - device: format-7 id: mount-6 path: /tmp type: mount - id: lvm_partition-4 name: disk2 preserve: false size: 85899345920B type: lvm_partition volgroup: lvm_volgroup-0 - fstype: ext4 id: format-8 preserve: false type: format volume: lvm_partition-4 - device: format-8 id: mount-7 path: /disk2 type: mount - device: format-0 id: mount-0 path: /boot/efi type: mount - device: format-3 id: mount-2 path: /var/lib/mysql type: mount network: version: 2 ethernets: enp94s0f1: addresses: - 66.85.158.18/29 gateway4: 66.85.158.17 nameservers: addresses: - 8.8.8.8 - 1.1.1.1 search: - securedservers.com