[Starlingx-discuss] StarlingX and Openstack installation
I am trying to install Openstack with StarlingX by following the instructions mentioned here: https://docs.starlingx.io/deploy_install_guides/r3_release/openstack/install... I completed the above steps and then I tried to access the local CLI using these steps: https://docs.starlingx.io/deploy_install_guides/r3_release/openstack/access.... The document has this step: Configure helm endpoint domain <https://docs.starlingx.io/deploy_install_guides/r3_release/openstack/access.html#id1> ¶ <https://docs.starlingx.io/deploy_install_guides/r3_release/openstack/access.html#configure-helm-endpoint-domain> For a lab setup where I dont expect any queries from outside the localhost, Is this step required? I skipped the above step and configured the clouds.yaml. I hit few issues: 1) I cannot access the GUI using the <floating address>:31000 port from the browser? 2) The local CLI commands such as "openstack image list" keep failing with controller-0:~$ openstack image list Failed to discover available identity versions when contacting http://keystone.openstack.svc.cluster.local/v3. Attempting to parse version from URL. Service Unavailable (HTTP 503) controller-0:~$ source /etc/platform/openrc [sysadmin@controller-0 ~(keystone_admin)]$ export OS_CLOUD=openstack_helm [sysadmin@controller-0 ~(keystone_admin)]$ openstack image list The request you have made requires authentication. (HTTP 401) (Request-ID: req-ed0117db-5fc2-4d21-9175-d8fcd6434fb7) I am not sure what exactly I am missing wrt the configuration. Can someone please help me by providing any pointers ? Thanks Abhijit
Hi, On Mon, 2020-03-16 at 17:51 +0530, Abhijit Deodhar wrote:
I am trying to install Openstack with StarlingX by following the instructions mentioned here: https://docs.starlingx.io/deploy_install_guides/r3_release/openstack/install...
I completed the above steps and then I tried to access the local CLI using these steps: https://docs.starlingx.io/deploy_install_guides/r3_release/openstack/access....
The document has this step: Configure helm endpoint domain¶
For a lab setup where I dont expect any queries from outside the localhost, Is this step required?
No.
I skipped the above step and configured the clouds.yaml. I hit few issues:
1) I cannot access the GUI using the <floating address>:31000 port from the browser? 2) The local CLI commands such as "openstack image list" keep failing with
Make sure that stx-openstack application has been applied (system application-apply stx-openstack).
controller-0:~$ openstack image list Failed to discover available identity versions when contacting http://keystone.openstack.svc.cluster.local/v3. Attempting to parse version from URL. Service Unavailable (HTTP 503) controller-0:~$ source /etc/platform/openrc [sysadmin@controller-0 ~(keystone_admin)]$ export OS_CLOUD=openstack_helm
If you "source /etc/platform/openrc" then you cannot use the openstack command line tools. Admittedly a bit confusing. So, just do the "export OS_CLOUD=openstack_helm" in your terminal session and you should be OK (providing that you created /etc/openstack/cloud.yaml). Thanks, Dejan
[sysadmin@controller-0 ~(keystone_admin)]$ openstack image list The request you have made requires authentication. (HTTP 401) (Request-ID: req-ed0117db-5fc2-4d21-9175-d8fcd6434fb7)
I am not sure what exactly I am missing wrt the configuration. Can someone please help me by providing any pointers ?
Thanks Abhijit
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss CONFIDENTIALITY: The contents of this e-mail are confidential and intended only for the above addressee(s). If you are not the intended recipient, or the person responsible for delivering it to the intended recipient, copying or delivering it to anyone else or using it in any unauthorized manner is prohibited and may be unlawful. If you receive this e-mail by mistake, please notify the sender and the systems administrator at straymail@tttech.com immediately.
participants (2)
-
Abhijit Deodhar
-
Dejan Muhamedagic