Activity log for bug #2065469

Date Who What changed Old value New value Message
2024-05-11 06:29:16 Nobuto Murata bug added bug
2024-05-11 06:29:44 Nobuto Murata description It looks like the deployment timeout is hardcoded as 5400s (90min) and there is no way to extend it for environments where the internet connection is not fast enough to fetch all resources such as container images. $ sunbeam cluster bootstrap --role control --role compute --role storage Use proxy to access external network resources? [y/n] (n): Management networks shared by hosts (CIDRs, separated by comma) (192.168.123.0/24): MetalLB address allocation range (supports multiple ranges, comma separated) (192.168.123.81-192.168.123.90): Disks to attach to MicroCeph (comma separated list) (/dev/sdc): /dev/vdc ⠇ Deploying OpenStack Control Plane to Kubernetes (this may take a while) ... waiting for services to come online (23/25)Timed out while waiting for model 'openstack' to be ready Error: Timed out while waiting for model 'openstack' to be ready It looks like the deployment timeout is hardcoded as OPENSTACK_DEPLOY_TIMEOUT=5400 (90min) and there is no way to extend it for environments where the internet connection is not fast enough to fetch all resources such as container images. $ sunbeam cluster bootstrap --role control --role compute --role storage Use proxy to access external network resources? [y/n] (n): Management networks shared by hosts (CIDRs, separated by comma) (192.168.123.0/24): MetalLB address allocation range (supports multiple ranges, comma separated) (192.168.123.81-192.168.123.90): Disks to attach to MicroCeph (comma separated list) (/dev/sdc): /dev/vdc ⠇ Deploying OpenStack Control Plane to Kubernetes (this may take a while) ... waiting for services to come online (23/25)Timed out while waiting for model 'openstack' to be ready Error: Timed out while waiting for model 'openstack' to be ready
2024-05-17 10:12:25 James Page snap-openstack: status New Triaged
2024-05-17 10:12:31 James Page snap-openstack: importance Undecided Wishlist