Comment 12 for bug 1681278

Revision history for this message
fab an ice (fabanice) wrote :

Hello Anastasia,

As long as I am trying to configure a "Private Cloud" based on openstack in 2 differents environnements :

@home with a macbook and VMware fusion installed on it
@work with ESXi 6.5 running on Proliant servers

I had differents problem on both environnments. But now I have the same on both environnment also :

JUJU_LOGGING_CONFIG="<root>=TRACE" juju bootstrap myMAAS juju-ctrl --config image-stream=daily --config enable-os-upgrade=false --bootstrap-series=xenial --credential maasadmin --config=.local/share/juju/config.yaml
Creating Juju controller "juju-ctrl" on myMAAS
Looking for packaged Juju agent version 2.1.2 for amd64
Launching controller instance(s) on myMAAS...
 - rsyeba (arch=amd64 mem=4G cores=4)
Fetching Juju GUI 2.5.2

07:13:33 TRACE maas controller.go:792 request 17: GET http://10.137.184.211/MAAS/api/2.0/machines/?agent_name=f6f10634-bab1-40ca-850d-d8031e736d11&id=rsyeba
07:13:33 TRACE maas controller.go:800 response 17: [
    {
        "status": 9,
        "blockdevice_set": [
            {
                "resource_uri": "/MAAS/api/2.0/nodes/rsyeba/blockdevices/5/",
                "partition_table_type": "MBR",
                "model": "Virtual disk",
                "path": "/dev/disk/by-dname/sda",
                "name": "sda",
                "size": 21474836480,
                "partitions": [
                    {
                        "device_id": 5,
                        "resource_uri": "/MAAS/api/2.0/nodes/rsyeba/blockdevices/5/partition/6",
                        "id": 6,
                        "path": "/dev/disk/by-dname/sda-part1",
                        "size": 21466447872,
                        "filesystem": {
                            "mount_point": "/",
                            "fstype": "ext4",
                            "uuid": "e58f8cad-ec34-406f-bed1-3b3908713cbb",
                            "label": "root",
                            "mount_options": null
                        },
...

I am still continuing to understand what is wrong ^^