Comment 3 for bug 1293791

Revision history for this message
Scott Moser (smoser) wrote :

I've never set a mac address on the ipmi.
There are 2 MACs set for the systems in question, both are registered.

This is run on the system:
ubuntu@maas-1-03:~$ for i in /sys/class/net/*; do echo "$i: $(cat $i/address)"; done
/sys/class/net/eth0: 00:25:90:4c:f0:04
/sys/class/net/eth1: 00:25:90:4c:f0:05
/sys/class/net/lo: 00:00:00:00:00:00

And then this from maas cli:
$ maas maaslocal node read node-2eaf26be-ab9d-11e3-befe-d4ae527ac129
{
    "status": 6,
    "macaddress_set": [
        {
            "resource_uri": "/MAAS/api/1.0/nodes/node-2eaf26be-ab9d-11e3-befe-d4ae527ac129/macs/00%3A25%3A90%3A4c%3Af0%3A04/",
            "mac_address": "00:25:90:4c:f0:04"
        },
        {
            "resource_uri": "/MAAS/api/1.0/nodes/node-2eaf26be-ab9d-11e3-befe-d4ae527ac129/macs/00%3A25%3A90%3A4c%3Af0%3A05/",
            "mac_address": "00:25:90:4c:f0:05"
        }
    ],
    "hostname": "maas-1-03.maas",
    "zone": {
        "resource_uri": "/MAAS/api/1.0/zones/default/",
        "name": "default",
        "description": ""
    },
    "routers": [
        "20:4e:7f:94:2e:10"
    ],
    "netboot": false,
    "cpu_count": 24,
    "storage": 6489018,
    "owner": "admin",
    "system_id": "node-2eaf26be-ab9d-11e3-befe-d4ae527ac129",
    "architecture": "amd64/generic",
    "memory": 49152,
    "power_type": "ipmi",
    "tag_names": [
        "use-fastpath-installer"
    ],
    "ip_addresses": [
        "192.168.9.8"
    ],
    "resource_uri": "/MAAS/api/1.0/nodes/node-2eaf26be-ab9d-11e3-befe-d4ae527ac129/"
}

You can look at garage maas and see. The MAC address box in the ipmi settings is empty when I look at
http://localhost:8001/MAAS/nodes/node-2eaf26be-ab9d-11e3-befe-d4ae527ac129/edit/

(ssh forwarded 8001 -> maas system)