daily pastebin goal
84%
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!
  1. #cloud-config
  2. debconf_selections:
  3.  maas: |
  4.   {{for line in str(curtin_preseed).splitlines()}}
  5.   {{line}}
  6.   {{endfor}}
  7.  
  8. storage:
  9.   version: 1
  10.   config:
  11.   - id: sda
  12.     type: disk
  13.     ptable: msdos
  14.     path: /dev/sda
  15.     name: maindisk
  16.   - id: sda-part1
  17.     type: partition
  18.     device: sda
  19.     flag: boot
  20.   - id: sda-part1-fs1
  21.     type: format
  22.     fstype: ext4
  23.     label: centos7
  24.     volume: sda-part1
  25.   - id: sda-part1-fs1-mount0
  26.     type: mount
  27.     path: /
  28.     device: sda-part1-fs1
  29.  
  30. late_commands:
  31.   maas: [wget, '--no-proxy', '{{node_disable_pxe_url}}', '--post-data', '{{node_disable_pxe_data}}', '-O', '/dev/null']
RAW Paste Data
Top