Comment 21 for bug 1771885

Revision history for this message
David Ames (thedac) wrote :

@Andres

$ maas ruxton machine get-curtin-config acq33q

apt:
  preserve_sources_list: false
  primary:
  - arches:
    - default
    uri: http://archive.ubuntu.com/ubuntu
  proxy: http://10.245.168.6:8000/
  security:
  - arches:
    - default
    uri: http://archive.ubuntu.com/ubuntu
cloudconfig:
  maas-cloud-config:
    content: "#cloud-config\ndatasource:\n MAAS: {consumer_key: <REDACTED>,\
      \ metadata_url: 'http://10.245.168.6:5240/MAAS/metadata/',\n token_key: <REDACTED>,\
      \ token_secret: <REDACTED>}\n"
    path: /etc/cloud/cloud.cfg.d/90_maas_cloud_config.cfg
  maas-datasource:
    content: 'datasource_list: [ MAAS ]'
    path: /etc/cloud/cloud.cfg.d/90_maas_datasource.cfg
  maas-reporting:
    content: "#cloud-config\nreporting:\n maas: {consumer_key: <REDACTED>,\
      \ endpoint: 'http://10.245.168.6:5240/MAAS/metadata/status/acq33q',\n token_key:\
      \ <REDACTED>, token_secret: <REDACTED>,\n type:\
      \ webhook}\n"
    path: /etc/cloud/cloud.cfg.d/90_maas_cloud_init_reporting.cfg
  maas-ubuntu-sso:
    content: '#cloud-config

      snappy: {email: <email address hidden>}

      '
    path: /etc/cloud/cloud.cfg.d/90_maas_ubuntu_sso.cfg
debconf_selections:
  grub2: grub2 grub2/update_nvram boolean false
  maas: 'cloud-init cloud-init/datasources multiselect MAAS

    cloud-init cloud-init/maas-metadata-url string http://10.245.168.6:5240/MAAS/metadata/

    cloud-init cloud-init/maas-metadata-credentials string oauth_consumer_key=<REDACTED>&oauth_token_key=<REDACTED>&oauth_token_secret=<REDACTED>

    cloud-init cloud-init/local-cloud-config string apt:\n preserve_sources_list:
    false\n primary:\n - arches: [default]\n uri: http://archive.ubuntu.com/ubuntu\n proxy:
    http://10.245.168.6:8000/\n security:\n - arches: [default]\n uri: http://archive.ubuntu.com/ubuntu\napt_preserve_sources_list:
    true\napt_proxy: http://10.245.168.6:8000/\nmanage_etc_hosts: false\nmanual_cache_clean:
    true\nreporting:\n maas: {consumer_key: <REDACTED>, endpoint: ''http://10.245.168.6:5240/MAAS/metadata/status/acq33q'',\n token_key:
    <REDACTED>, token_secret: <REDACTED>,\n type:
    webhook}\nsystem_info:\n package_mirrors:\n - arches: [i386, amd64]\n failsafe:
    {primary: ''http://archive.ubuntu.com/ubuntu'', security: ''http://security.ubuntu.com/ubuntu''}\n search:\n primary:
    [''http://archive.ubuntu.com/ubuntu'']\n security: [''http://archive.ubuntu.com/ubuntu'']\n -
    arches: [default]\n failsafe: {primary: ''http://ports.ubuntu.com/ubuntu-ports'',
    security: ''http://ports.ubuntu.com/ubuntu-ports''}\n search:\n primary:
    [''http://ports.ubuntu.com/ubuntu-ports'']\n security: [''http://ports.ubuntu.com/ubuntu-ports'']\n

    '
early_commands:
  driver_00:
  - sh
  - -c
  - echo third party drivers not installed or necessary.
install:
  log_file: /tmp/install.log
  post_files:
  - /tmp/install.log
kernel:
  mapping: {}
  package: linux-signed-generic
late_commands:
  maas:
  - wget
  - --no-proxy
  - http://10.245.168.6:5240/MAAS/metadata/latest/by-id/acq33q/
  - --post-data
  - op=netboot_off
  - -O
  - /dev/null
network:
  config:
  - id: eno1
    mac_address: d4:be:d9:a8:44:ff
    mtu: 1500
    name: eno1
    subnets:
    - address: 10.245.168.26/21
      dns_nameservers:
      - 10.245.168.6
      gateway: 10.245.168.1
      type: static
    type: physical
  - id: eno2
    mac_address: d4:be:d9:a8:45:01
    mtu: 1500
    name: eno2
    subnets:
    - type: manual
    type: physical
  - id: eno3
    mac_address: d4:be:d9:a8:45:03
    mtu: 1500
    name: eno3
    subnets:
    - type: manual
    type: physical
  - id: eno4
    mac_address: d4:be:d9:a8:45:05
    mtu: 1500
    name: eno4
    subnets:
    - type: manual
    type: physical
  - address:
    - 10.245.168.6
    search:
    - maas
    type: nameserver
  version: 1
network_commands:
  builtin:
  - curtin
  - net-meta
  - custom
partitioning_commands:
  builtin:
  - curtin
  - block-meta
  - custom
reporting:
  maas:
    consumer_key: <REDACTED>
    endpoint: http://10.245.168.6:5240/MAAS/metadata/status/acq33q
    token_key: <REDACTED>
    token_secret: <REDACTED>
    type: webhook
storage:
  config:
  - grub_device: true
    id: sda
    model: ST9500620NS
    name: sda
    ptable: msdos
    serial: 9XF0EC0W
    type: disk
    wipe: superblock
  - id: sdb
    model: ST9500620NS
    name: sdb
    serial: 9XF0DMZ1
    type: disk
    wipe: superblock
  - device: sda
    id: sda-part1
    name: sda-part1
    number: 1
    offset: 4194304B
    size: 500099448832B
    type: partition
    uuid: 5f7516d3-52e7-439d-9a85-4a43eb58151e
    wipe: superblock
  - fstype: ext4
    id: sda-part1_format
    label: root
    type: format
    uuid: 3245b18a-6fb0-4dd6-bb18-cb3831151053
    volume: sda-part1
  - device: sda-part1_format
    id: sda-part1_mount
    path: /
    type: mount
  version: 1