Versions Compared

Key

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

...

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

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

        OS_USER_DOMAIN_NAME: Domain name or ID containing the user above.  Command to check which the domain the user belongs: openstack user show <OS_USERNAME>

        OS_PROJECT_DOMAIN_NAME: Domain name or ID containing the project above.  Command to check which the domain the project belongsopenstack project show <OS_PROJECT_NAME>

...

The tester should validate that the Openstack environmental settings are correct by,
% wget testingURL .... /* need some help */

 /*API use example */
    % source <OpenStack-credential-file-path>
    % openstack service list

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

/* Other env variables to ?? */
For ODL,

/* Second, create a home directory for dovetail */

    % sudo mkdir -p <home_dir_home> name>   /*i.e. $HOME/cvp*/

    % export DOVETAIL_HOME=$HOME/cvp

...

 1. Dovetail requires Python 2.7 or and later.

 2. Update and install packages

     a) Ubuntu 

     Use the following steps to check if the right version of python is already installed, and if not, install it.

 

    % python --version

 

     /* reference web links to install python*/

 

 

 2. Update and install packages

     a) Ubuntu 

                 sudo apt-get update

         sudo apt-get -y install -y gcc gcc  git  vim  python-dev  python-mock  python-pip  apt-transport-https  --no-install-recommends

...

         sudo dnf -y update

          sudo dnf -y install gcc-c++  git  vim-enhanced  python-devel  (python-mock)  python-pip  (apt-transport-https)

 3. Install Docker 

  1. update( yum, apt-ge,pip)

  2. install docker

     As the docker installation process is much complex, you can refer to the official document: https://docs.docker.com/engine/installation/linux/

Dovetail requires Python 2.7 or later and git /*version??*/, anything else?

Use the following steps to check if the right version of python is already installed, and if not, install it.

% python -V

/* Need contribution to complete this section */

/* reference web links to install python, git, ... */

 

sudo dnf -y update

 

sudo dnf -y install python-pip

 

sudo dnf -y install python-devel

 sudo dnf -y install gcc

/* install docker */

2.2.4 Installing Dovetail

...