daily pastebin goal
4%
SHARE
TWEET

Untitled

a guest Jun 22nd, 2016 47 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. maas 20-juju machine get-curtin-config 4y3h7r
  2. Success.
  3. Machine-readable output follows:
  4. apt_mirrors:
  5.   ubuntu_archive: http://archive.ubuntu.com//ubuntu
  6.   ubuntu_security: http://archive.ubuntu.com//ubuntu
  7. apt_proxy: http://10.131.107.109:8000/
  8. debconf_selections:
  9.   maas: 'cloud-init   cloud-init/datasources  multiselect MAAS
  10.  
  11.     cloud-init   cloud-init/maas-metadata-url  string http://10.131.107.109/MAAS/metadata/
  12.  
  13.     cloud-init   cloud-init/maas-metadata-credentials  string oauth_consumer_key=sfanj7YmGAfrjC9KcB&oauth_token_key=hwbFTUhGDjdPWHmFcx&oauth_token_secret=7FPpJqcksEkRDbxkP4xXg436Nx7jFUJh
  14.  
  15.     cloud-init   cloud-init/local-cloud-config  string apt_preserve_sources_list:
  16.     true\napt_proxy: http://10.131.107.109:8000/\nmanage_etc_hosts: false\nmanual_cache_clean:
  17.     true\nreporting:\n  maas: {consumer_key: sfanj7YmGAfrjC9KcB, endpoint: ''http://10.131.107.109/MAAS/metadata/status/4y3h7r'',\n    token_key:
  18.     hwbFTUhGDjdPWHmFcx, token_secret: 7FPpJqcksEkRDbxkP4xXg436Nx7jFUJh,\n    type:
  19.     webhook}\nsystem_info:\n  package_mirrors:\n  - arches: [i386, amd64]\n    failsafe:
  20.     {primary: ''http://archive.ubuntu.com/ubuntu'', security: ''http://security.ubuntu.com/ubuntu''}\n    search:\n      primary:
  21.     [''http://archive.ubuntu.com/ubuntu'']\n      security: [''http://archive.ubuntu.com/ubuntu'']\n  -
  22.     arches: [default]\n    failsafe: {primary: ''http://ports.ubuntu.com/ubuntu-ports'',
  23.     security: ''http://ports.ubuntu.com/ubuntu-ports''}\n    search:\n      primary:
  24.     [''http://ports.ubuntu.com/ubuntu-ports'']\n      security: [''http://ports.ubuntu.com/ubuntu-ports'']\n
  25.  
  26.     '
  27. install:
  28.   log_file: /tmp/install.log
  29.   post_files:
  30.   - /tmp/install.log
  31. kernel:
  32.   mapping: {}
  33.   package: linux-generic
  34. late_commands:
  35.   maas:
  36.   - wget
  37.   - --no-proxy
  38.   - http://10.131.107.109/MAAS/metadata/latest/by-id/4y3h7r/
  39.   - --post-data
  40.   - op=netboot_off
  41.   - -O
  42.   - /dev/null
  43. network:
  44.   config:
  45.   - id: eth0
  46.     mac_address: 32:34:39:35:61:33
  47.     mtu: 1500
  48.     name: eth0
  49.     subnets:
  50.     - address: 10.0.0.2/23
  51.       dns_nameservers:
  52.       - 10.0.0.10
  53.       type: static
  54.     type: physical
  55.   - id: eth1
  56.     mac_address: 32:66:31:33:63:61
  57.     mtu: 1500
  58.     name: eth1
  59.     subnets:
  60.     - type: manual
  61.     type: physical
  62.   - id: eth1.200
  63.     mtu: 1500
  64.     name: eth1.200
  65.     subnets:
  66.     - address: 10.131.107.32/24
  67.       dns_nameservers:
  68.       - 10.131.107.5
  69.       gateway: 10.131.107.2
  70.       type: static
  71.     type: vlan
  72.     vlan_id: 200
  73.     vlan_link: eth1
  74.   - address: 10.131.107.109
  75.     search:
  76.     - maas
  77.     type: nameserver
  78.   version: 1
  79. network_commands:
  80.   builtin:
  81.   - curtin
  82.   - net-meta
  83.   - custom
  84. partitioning_commands:
  85.   builtin:
  86.   - curtin
  87.   - block-meta
  88.   - custom
  89. power_state:
  90.   mode: reboot
  91. reporting:
  92.   maas:
  93.     consumer_key: sfanj7YmGAfrjC9KcB
  94.     endpoint: http://10.131.107.109/MAAS/metadata/status/4y3h7r
  95.     token_key: hwbFTUhGDjdPWHmFcx
  96.     token_secret: 7FPpJqcksEkRDbxkP4xXg436Nx7jFUJh
  97.     type: webhook
  98. storage:
  99.   config:
  100.   - grub_device: true
  101.     id: vda
  102.     name: vda
  103.     path: /dev/vda
  104.     ptable: msdos
  105.     type: disk
  106.     wipe: superblock
  107.   - device: vda
  108.     id: vda-part1
  109.     name: vda-part1
  110.     number: 1
  111.     offset: 4194304B
  112.     size: 17171480576B
  113.     type: partition
  114.     uuid: ec67571d-9a1a-475d-94aa-44255c38240b
  115.     wipe: superblock
  116.   - fstype: ext4
  117.     id: vda-part1_format
  118.     label: root
  119.     type: format
  120.     uuid: 2d0236b1-bbbe-4ca3-a2da-db662ba88954
  121.     volume: vda-part1
  122.   - device: vda-part1_format
  123.     id: vda-part1_mount
  124.     path: /
  125.     type: mount
  126.   version: 1
RAW Paste Data
Top