Jump to: navigation, search

Difference between revisions of "StarlingX/Docs and Infra/InstallationGuides/virtual-AIO-Simplex/Access-StarlingX-OpenStack"

(Local CLIs)
(Local CLIs)
Line 6: Line 6:
 
: In a '''''new''''' shell (i.e. logout and log back in on console or via ssh),<br />
 
: In a '''''new''''' shell (i.e. logout and log back in on console or via ssh),<br />
 
: '''''without''''' sourcing /etc/platform/openrc:
 
: '''''without''''' sourcing /etc/platform/openrc:
<pre>
+
: <pre>
 
sudo su -
 
sudo su -
 
mkdir -p /etc/openstack
 
mkdir -p /etc/openstack

Revision as of 21:53, 10 August 2019

Accessing StarlingX OpenStack

Local CLIs

Set CLI context to OpenStack and setup OpenStack admin credentials:

In a new shell (i.e. logout and log back in on console or via ssh),
without sourcing /etc/platform/openrc:
sudo su - mkdir -p /etc/openstack tee /etc/openstack/clouds.yaml << EOF clouds: openstack_helm: region_name: RegionOne identity_api_version: 3 endpoint_type: internalURL auth: username: 'admin' password: 'Li69nux*' project_name: 'admin' project_domain_name: 'default' user_domain_name: 'default' auth_url: 'http://keystone.openstack.svc.cluster.local/v3' EOF exit export OS_CLOUD=openstack_helm

GUI

REST APIs