apt: preserve_sources_list: false proxy: http://172-16-1-0--24.maas-internal:8000/ sources_list: 'deb http://no.archive.ubuntu.com/ubuntu $RELEASE universe multiverse restricted main # deb-src http://no.archive.ubuntu.com/ubuntu $RELEASE universe multiverse restricted main deb http://no.archive.ubuntu.com/ubuntu $RELEASE-updates universe multiverse restricted main # deb-src http://no.archive.ubuntu.com/ubuntu $RELEASE-updates universe multiverse restricted main deb http://no.archive.ubuntu.com/ubuntu $RELEASE-security universe multiverse restricted main # deb-src http://no.archive.ubuntu.com/ubuntu $RELEASE-security universe multiverse restricted main deb http://no.archive.ubuntu.com/ubuntu $RELEASE-backports universe multiverse restricted main # deb-src http://no.archive.ubuntu.com/ubuntu $RELEASE-backports universe multiverse restricted main ' cloudconfig: maas-cloud-config: content: "#cloud-config\ndatasource:\n MAAS: {consumer_key: CWc3YeXmhQjkqcwJEK,\ \ metadata_url: 'http://172.16.1.1:5240/MAAS/metadata/',\n token_key: RjvkdFvz3SfnZeZWCT,\ \ token_secret: 6uVB58uK6FVSKyvw8kK6bhqCykW2q6SN}\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: CWc3YeXmhQjkqcwJEK,\ \ endpoint: 'http://172.16.1.1:5240/MAAS/metadata/status/8tsddh',\n token_key:\ \ RjvkdFvz3SfnZeZWCT, token_secret: 6uVB58uK6FVSKyvw8kK6bhqCykW2q6SN,\n type:\ \ webhook}\n" path: /etc/cloud/cloud.cfg.d/90_maas_cloud_init_reporting.cfg maas-ubuntu-sso: content: '#cloud-config snappy: {email: erikberg@arkivverket.no} ' 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://172.16.1.1:5240/MAAS/metadata/ cloud-init cloud-init/maas-metadata-credentials string oauth_consumer_key=CWc3YeXmhQjkqcwJEK&oauth_token_key=RjvkdFvz3SfnZeZWCT&oauth_token_secret=6uVB58uK6FVSKyvw8kK6bhqCykW2q6SN cloud-init cloud-init/local-cloud-config string manage_etc_hosts: true\nmanual_cache_clean: true\nreporting:\n maas: {consumer_key: CWc3YeXmhQjkqcwJEK, endpoint: ''http://172.16.1.1:5240/MAAS/metadata/status/8tsddh'',\n token_key: RjvkdFvz3SfnZeZWCT, token_secret: 6uVB58uK6FVSKyvw8kK6bhqCykW2q6SN,\n type: webhook}\n ' early_commands: driver_00: - sh - -c - echo third party drivers not installed or necessary. install: error_tarfile: /tmp/curtin-logs.tar log_file: /tmp/install.log post_files: - /tmp/install.log - /tmp/curtin-logs.tar kernel: mapping: {} package: linux-signed-generic-hwe-16.04 late_commands: maas: - wget - --no-proxy - http://172.16.1.1:5240/MAAS/metadata/latest/by-id/8tsddh/ - --post-data - op=netboot_off - -O - /dev/null network: bridges: br0: addresses: - 172.16.1.193/24 gateway4: 172.16.1.254 interfaces: - ens4 macaddress: 52:54:00:14:81:b7 mtu: 1500 nameservers: addresses: - 172.16.1.1 search: - maas parameters: forward-delay: 15 stp: false ethernets: ens4: match: macaddress: 52:54:00:14:81:b7 mtu: 1500 set-name: ens4 version: 2 network_commands: builtin: - curtin - net-meta - custom partitioning_commands: builtin: - curtin - block-meta - custom reporting: maas: consumer_key: CWc3YeXmhQjkqcwJEK endpoint: http://172.16.1.1:5240/MAAS/metadata/status/8tsddh token_key: RjvkdFvz3SfnZeZWCT token_secret: 6uVB58uK6FVSKyvw8kK6bhqCykW2q6SN type: webhook showtrace: true storage: config: - grub_device: true id: vda name: vda path: /dev/vda ptable: msdos type: disk wipe: superblock - device: vda id: vda-part1 name: vda-part1 number: 1 size: 7994343424B type: partition uuid: 9b06a72a-50ee-4016-908d-a05f88ee8c97 wipe: superblock - fstype: ext4 id: vda-part1_format label: root type: format uuid: 7536ff16-e84b-456c-b244-cc4b47114dac volume: vda-part1 - device: vda-part1_format id: vda-part1_mount path: / type: mount version: 1 verbosity: 3