Versions Compared

Key

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

...

Code Block
languagebash
$ sudo docker exec -it router bash
╔═════════════════════════════════════════════════════════════════════════════╗###############################################################################
# Welcome to Rally Docker container!                                          #
#                                                                             #
#  WARNING: DO NOT OVERRIDE /home/rally DIRECTORY                             #
#                                                                             ║
║  Rally certification tasks, samples and docs are located at /opt/rally/     ║
║#
#  /home/rally/data      - a default place with rally database. Use it for    #
#      mounting own directories and synchronizing rally database.             #
#  /home/rally/source    - a directory with documentation, pre created tasks, #
#      sampes and source code                                                 #
#  /etc/rally/rally.conf - a default configuration file of rally. To override #
#      it, mount custom configuration file to /home/rally/.rally/rally.conf   #
#                                                                             #
#  Rally at readthedocs - http://rally.readthedocs.org                        #
#  How to contribute - http://rally.readthedocs.org/en/latest/contribute.html #
#  If you have any questions, you can reach the Rally team by:                #
#    * e-mail - openstack-dev@lists.openstack.org with tag [Rally] in subject ║
║ #
#    * gitter - https://gitter.im/xRally/Lobby room                           #
#    * irc - "#openstack-rally" channel at freenode.net                       #
╚═════════════════════════════════════════════════════════════════════════════╝
###############################################################################

root@router:/home/rally#
root@router:/home/rally# rally-manage db recreate
root@router:/home/rally# source admin-openrc.sh
root@router:/home/rally# rally deployment create --fromenv --name sona-test

...

Code Block
languagebash
root@router:/home/rally# rally verify create-verifier --type tempest --name tempest-verifier --source https://github.com/sonaproject/tempest.git --version pikerocky
root@router:/home/rally# rally verify configure-verifier --extend sona-tempest.conf

...