SHARE
TWEET
curtin_userdata_centos - kj1218
a guest
Dec 7th, 2017
62
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #cloud-config
- debconf_selections:
- maas: |
- {{for line in str(curtin_preseed).splitlines()}}
- {{line}}
- {{endfor}}
- storage:
- version: 1
- config:
- - id: sda
- type: disk
- ptable: msdos
- path: /dev/sda
- name: maindisk
- - id: sda-part1
- type: partition
- device: sda
- flag: boot
- - id: sda-part1-fs1
- type: format
- fstype: ext4
- label: centos7
- volume: sda-part1
- - id: sda-part1-fs1-mount0
- type: mount
- path: /
- device: sda-part1-fs1
- late_commands:
- maas: [wget, '--no-proxy', '{{node_disable_pxe_url}}', '--post-data', '{{node_disable_pxe_data}}', '-O', '/dev/null']
RAW Paste Data
