canonical-web-and-design / tutorials.ubuntu.com

Other
174 stars 146 forks source link

MAAS 2.3.0 add pod virsh power_address error #386

Closed juampe closed 4 years ago

juampe commented 7 years ago

Selecting Pod Type to Virsh in Add Pod, does not show any field additionally Click save Pod an throws the "power_address: This field is required." Chrome 62 Ubuntu 17.10 Tutorial https://tutorials.ubuntu.com/tutorial/create-kvm-pods-with-maas

juampe commented 7 years ago

Fixed with cli

juampe@rails:~$ maas rails pods create type=virsh name=rails power_address=qemu+ssh://juampe@rails/system
Success.
Machine-readable output follows:
{
    "id": 1,
    "capabilities": [
        "composable",
        "dynamic_local_storage",
        "over_commit"
    ],
    "type": "virsh",
    "available": {
        "cores": 4,
        "memory": 11872,
        "local_storage": 366156699402
    },
    "architectures": [
        "amd64/generic"
    ],
    "name": "rails",
    "total": {
        "cores": 4,
        "memory": 11872,
        "local_storage": 366156699402
    },
    "used": {
        "cores": 0,
        "memory": 0,
        "local_storage": 0
    },
    "resource_uri": "/MAAS/api/2.0/pods/1/"
}
steverydz commented 4 years ago

Thanks for submitting an issue for this tutorial. We have moved our tutorials to discourse. To contribute going forwards please go to https://discourse.ubuntu.com/c/tutorials.