Dear all.
I am following the procedure install described in Install OpenStack yourself on Ubuntu. | Ubuntu. I am trying to test the procedure in a virtual machine with latest Ubuntu server 22.04.
- In my first attempt, I am running the bootstrap command with the --role storage parameter. However, when completing the ceph configuration, it fails with the following error:
⠧ Deploying MicroCeph … [18:46:22] DEBUG Application ‘microceph’ is in status: ‘unknown’ juju.py:509
DEBUG Finished running step ‘Deploy MicroCeph’. Result: ResultType.COMPLETED common.py:260
DEBUG Starting step ‘sunbeam-1’ common.py:241
DEBUG [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/nodes/sunbeam-1, service.py:117
args={‘allow_redirects’: True}
DEBUG http://localhost:None “GET /1.0/nodes/sunbeam-1 HTTP/1.1” 200 179 connectionpool.py:456
DEBUG Response(<Response [200]>) = service.py:119
{“type”:“sync”,“status”:“Success”,“status_code”:200,“operation”:"",“error_code”:0,“error”:"",“metadata”:{“name”:“sunbeam-
1”,“role”:[“compute”,“control”,“storage”],“machineid”:0}}
⠸ Adding MicroCeph unit to machine … DEBUG Running step sunbeam-1 common.py:257 ⠇ Adding MicroCeph unit to machine … [18:46:24] DEBUG Unit ‘microceph/0’ is in status: agent=‘allocating’, workload=‘waiting’ juju.py:604 ⠏ Adding MicroCeph unit to machine … [19:06:24] WARNING Timed out while waiting for unit ‘microceph/0’ to be ready microceph.py:164 DEBUG Finished running step ‘sunbeam-1’. Result: ResultType.FAILED common.py:260 Error: Timed out while waiting for unit ‘microceph/0’ to be ready
I tried a diffrent installation without enabling the storage role. However, my installation got stalled at this point for more than one hour and it did not complete:
Apply complete! Resources: 81 added, 0 changed, 0 destroyed.
Outputs:
ca-offer-url = "sunbeam-1/openstack.certificate-authority"
keystone-offer-url = "sunbeam-1/openstack.keystone"
ovn-relay-offer-url = "sunbeam-1/openstack.ovn-relay"
rabbitmq-offer-url = "sunbeam-1/openstack.rabbitmq"
, stderr=
⠸ Deploying OpenStack Control Plane to Kubernetes (this may take a while) … deploying services[19:53:13] DEBUG Application monitored for readiness: [‘nova-cell-mysql-router’, ‘cinder-mysql-router’, ‘rabbitmq’, openstack.py:229
‘keystone-mysql-router’, ‘traefik’, ‘certificate-authority’, ‘cinder-ceph-mysql-router’, ‘mysql’, ‘nova-mysql-router’,
‘horizon’, ‘nova-api-mysql-router’, ‘horizon-mysql-router’, ‘cinder’, ‘keystone’, ‘nova’, ‘placement-mysql-router’,
‘neutron-mysql-router’, ‘placement’, ‘neutron’, ‘glance’, ‘glance-mysql-router’, ‘ovn-relay’, ‘ovn-central’]
⠹ Deploying OpenStack Control Plane to Kubernetes (this may take a while) … waiting for services to come online (0/23)[20:53:23] WARNING Timed out while waiting for model ‘openstack’ to be ready openstack.py:240
⠴ Deploying OpenStack Control Plane to Kubernetes (this may take a while) … waiting for services to come online (0/23)[20:53:24] DEBUG Finished running step ‘Deploying OpenStack Control Plane’. Result: ResultType.FAILED common.py:260
Error: Timed out while waiting for model ‘openstack’ to be ready
Do you have any hint regarding what should I check and correct?
Thanks in advance for your attention.