Hi Andy: I deployed dist-cloud in virtual env based on 20200414, but openstack application on subcloud deployed failed .
From cinder-api po logs:
: Failed to establish a new connection: [Errno -2] Name or service not known',)): ConnectFailure: Unable to establish connection to http://keystone-admin.openstack.svc.cluster.subcloud1:80/v3/auth/tokens: HTTPConnectionPool(host='keystone-admin.openstack.svc.cluster.subcloud1', port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc6beac6d10>: Failed to establish a new connection: [Errno -2] Name or service not known',))
This keystone-admin.openstack.svc.cluster.subcloud1 can not be found in subcloud1 controllers This url seems override from helm keystone: host_fqdn_override: admin: host: keystone-admin.openstack.svc.cluster.subcloud1 public: {} and introduced in commit [1] by you. is these any additional config needed to bring up openstack on subcloud besides the deploy guide [2]? [1] https://review.opendev.org/#/c/697361/1 [2] https://docs.starlingx.io/deploy_install_guides/r3_release/distributed_cloud... Thanks. BR Austin Sun. From: Sun, Austin <austin.sun@intel.com> Sent: Saturday, April 18, 2020 9:06 AM To: Jones, Bruce E <bruce.e.jones@intel.com>; starlingx-discuss@lists.starlingx.io Subject: Re: [Starlingx-discuss] [starlingx] cinder bootstrap failed on subcloud Hi Bruce: No, for stx.3.0 the openstack on subcloud works well . central cloud does not support openstack . Thanks. BR Austin Sun. From: Jones, Bruce E <bruce.e.jones@intel.com<mailto:bruce.e.jones@intel.com>> Sent: Friday, April 17, 2020 11:01 PM To: Sun, Austin <austin.sun@intel.com<mailto:austin.sun@intel.com>>; starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Subject: RE: [starlingx] cinder bootstrap failed on subcloud I thought that dist-cloud sub-nodes are Kubernetes only - without OpenStack support... brucej From: Sun, Austin [mailto:austin.sun@intel.com] Sent: Friday, April 17, 2020 5:45 AM To: starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Subject: [Starlingx-discuss] [starlingx] cinder bootstrap failed on subcloud Hi community: I deployed dist-cloud in virtual env (20200414) , but the openstack application applied failed. The reason is cinder-bootstrap job failed. The logs are [root@cinder-bootstrap-rkp7j /]# openstack volume type show ceph-store The server is currently unavailable. Please try again at a later time.<br /><br /> The Keystone service is temporarily unavailable. (HTTP 503) But openstack endpoint list works fine on this pod Does any one meet same issue on recently ? Thanks. BR Austin Sun.