Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, /* need to fix this picture here - the example settings are not good */

 

OS_USERNAME: Authentication username, this can just be admin user.

OS_PASSWORD: Authentication password.

OS_PROJECT_NAME: Project-level authentication scope (name or ID), this can just be admin project.

OS_USERNAME: Authentication username, this can just be admin user that belongs to the project above.

OS_PASSWORD: Authentication password.

OS_AUTH_URL: Authentication URL, one of the endpoints of keystone service. If this is v3 version, there need to set some extra envs, which are:

        OS_IDENTITY_API_VERSION: Default is 2.0. If use keystone v3 keystone endpointAPI, this should be set as 3.

        OS_USER_DOMAIN_NAME: Domain name or ID containing the user .above.  %openstack project show <OS_PROJECT_NAME>

        OS_PROJECT_DOMAIN_NAME: Domain name or ID containing the project above.  %openstack user show <OS_USERNAME>

 All these environmental variables should be set with a file in any directory of this jumphost.

 

/* Need to complete better description of each field ... */

...

% wget testingURL .... /* need some help */

%  /*API use example /*add service list example */ */
    % source <openrc-file-path>
    % openstack service list

/* Other env variables to ?? */

...

/* create a home directory for dovetail */

    % sudo mkdir <home_dir_home> i.e. $HOME/cvp

    % export DOVETAIL_HOME=$HOME/cvp

...