Hello everyone I have MAAS installed perfectly. It works Juju is installed as well and deployed via MAAS
$ juju controllers Use --refresh option with this command to see the latest information.
Controller Model User Access Cloud/Region Models Nodes HA Version maas-cloud-default* openstack admin superuser maas-cloud/default 2 1 none 3.6.9
I have 2 PCs for a POC
$ cat openstack-bundle.yaml series: jammy applications: keystone: charm: cs:keystone num_units: 1 to:
- “192.168.1.9” glance: charm: cs:glance num_units: 1 to:
- “192.168.1.9” nova-cloud-controller: charm: cs:nova-cloud-controller num_units: 1 to:
- “192.168.1.9” neutron-api: charm: cs:neutron-api num_units: 1 to:
- “192.168.1.9” mysql: charm: cs:percona-cluster num_units: 1 to:
- “192.168.1.9” rabbitmq-server: charm: cs:rabbitmq-server num_units: 1 to:
- “192.168.1.9” nova-compute: charm: cs:nova-compute num_units: 1 to:
- “192.168.1.154” neutron-gateway: charm: cs:neutron-gateway num_units: 1 to:
- “192.168.1.154” ntp: charm: cs:ntp num_units: 0
relations:
[“keystone”, “glance”]
[“keystone”, “nova-cloud-controller”]
[“keystone”, “neutron-api”]
[“mysql”, “keystone”]
[“mysql”, “glance”]
[“mysql”, “nova-cloud-controller”]
[“mysql”, “neutron-api”]
[“rabbitmq-server”, “nova-cloud-controller”]
[“rabbitmq-server”, “neutron-api”]
[“nova-cloud-controller”, “nova-compute”]
[“neutron-api”, “neutron-gateway”]
[“neutron-api”, “nova-cloud-controller”]
[“ntp”, “nova-compute”]
[“ntp”, “nova-cloud-controller”]
I always get this error and I don’t know why:
juju deploy ./openstack-bundle.yaml ERROR dial tcp 192.168.1.159:17070: i/o timeout
That IP address doesn’t even exist. Previously it was my Juju controller but before first or second reboot from MAAS when in installing process. What am I missing?
Many thanks