Ubuntu Pastebin

Paste from smoser at Wed, 3 Jun 2015 19:57:00 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
$ maas-deploy-node -v any trusty test-userdata 
maas smoser nodes acquire
acquired maas-1-02/node-86787e7e-cd78-11e4-8df8-001b21006d7f
maas smoser node start node-86787e7e-cd78-11e4-8df8-001b21006d7f user_data=IyEvYmluL3NoCgooCmVjaG8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQplY2hvID09PT09PT09PT09PT09ICQoZGF0ZSkgPT09PT09PT09PT09PT09PT0KZWNobyA9PT09PT09PSBIaSBXb3JsZCA9PT09PT09PT09PT09PT09PT09PT09CmVjaG8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQopIHwgdGVlIC9ydW4vbXkubG9nCg== distro_series=trusty
Success.
Machine-readable output follows:
{
    "ip_addresses": [
        "192.168.9.154"
    ], 
    "cpu_count": 24, 
    "power_type": "ipmi", 
    "tag_names": [], 
    "swap_size": null, 
    "owner": "smoser", 
    "macaddress_set": [
        {
            "resource_uri": "/MAAS/api/1.0/nodes/node-86787e7e-cd78-11e4-8df8-001b21006d7f/macs/00%3A25%3A90%3A4c%3Ae7%3A80/", 
            "mac_address": "00:25:90:4c:e7:80"
        }, 
        {
            "resource_uri": "/MAAS/api/1.0/nodes/node-86787e7e-cd78-11e4-8df8-001b21006d7f/macs/00%3A25%3A90%3A4c%3Ae7%3A81/", 
            "mac_address": "00:25:90:4c:e7:81"
        }
    ], 
    "zone": {
        "resource_uri": "/MAAS/api/1.0/zones/default/", 
        "name": "default", 
        "description": ""
    }, 
    "hostname": "maas-1-02.cluster.mallards", 
    "storage": 9257839, 
    "system_id": "node-86787e7e-cd78-11e4-8df8-001b21006d7f", 
    "boot_type": "fastpath", 
    "memory": 49152, 
    "disable_ipv4": false, 
    "status": 6, 
    "power_state": "off", 
    "routers": [
        "20:4e:7f:94:2e:10", 
        "20:4e:7f:94:2e:10"
    ], 
    "physicalblockdevice_set": [
        {
            "name": "sda", 
            "tags": [
                "rotary", 
                "sata"
            ], 
            "id": 287, 
            "id_path": "/dev/disk/by-id/wwn-0x50014ee2b10acb33", 
            "path": "/dev/sda", 
            "model": "WDC WD30EZRX-00M", 
            "block_size": 4096, 
            "serial": "WD-WCAWZ1563820", 
            "size": 3000592982016
        }, 
        {
            "name": "sdb", 
            "tags": [
                "rotary", 
                "sata"
            ], 
            "id": 288, 
            "id_path": "/dev/disk/by-id/wwn-0x50014ee25bb53228", 
            "path": "/dev/sdb", 
            "model": "WDC WD30EZRX-00M", 
            "block_size": 4096, 
            "serial": "WD-WCAWZ1564928", 
            "size": 3000592982016
        }, 
        {
            "name": "sdc", 
            "tags": [
                "rotary", 
                "sata"
            ], 
            "id": 289, 
            "id_path": "/dev/disk/by-id/wwn-0x50014ee25bb5262c", 
            "path": "/dev/sdc", 
            "model": "WDC WD30EZRX-00M", 
            "block_size": 4096, 
            "serial": "WD-WCAWZ1564639", 
            "size": 3000592982016
        }, 
        {
            "name": "sdd", 
            "tags": [
                "ssd", 
                "sata"
            ], 
            "id": 290, 
            "id_path": "/dev/disk/by-id/wwn-0x50023031002694a8", 
            "path": "/dev/sdd", 
            "model": "PLEXTOR PX-AG256", 
            "block_size": 4096, 
            "serial": "P02433113758", 
            "size": 256060514304
        }
    ], 
    "pxe_mac": {
        "resource_uri": "/MAAS/api/1.0/nodes/node-86787e7e-cd78-11e4-8df8-001b21006d7f/macs/00%3A25%3A90%3A4c%3Ae7%3A80/", 
        "mac_address": "00:25:90:4c:e7:80"
    }, 
    "netboot": true, 
    "osystem": "ubuntu", 
    "substatus": 9, 
    "architecture": "amd64/generic", 
    "distro_series": "trusty", 
    "resource_uri": "/MAAS/api/1.0/nodes/node-86787e7e-cd78-11e4-8df8-001b21006d7f/"
}
Wed, 03 Jun 2015 19:56:14 +0000: started maas-1-02/node-86787e7e-cd78-11e4-8df8-001b21006d7f with trusty
Download as text