Git Product home page Git Product logo

training-labs's Introduction

Team and repository tags

Training labs

About

Training-labs provides an automated way to deploy Vanilla OpenStack, closely following the OpenStack Install Guide.

Training-labs offers an easy way to set up an OpenStack cluster which is a good starting point for beginners to learn OpenStack, and for advanced users to test out new features, and check out different capabilities of OpenStack.

On top of that training-labs is also a good way to test the installation instructions on a regular basis.

Training-labs is a project under OpenStack Documentation. For more information see the OpenStack wiki.

Pre-requisite

VirtualBox is the default hypervisor used by training-labs. Alternatively, you can use KVM (just set PROVIDER=kvm in labs/config/localrc).

Getting the Code for an OpenStack Release

The current release is master which usually deploys the current stable OpenStack release. Unless you have a reason to go with an older release, we recommend using master.

For non-development purposes (training, etc.), the easiest way to get the code is through downloading the desired archive from OpenStack Training Labs. Unpack the archive and you are good to go.

How to run the scripts for GNU/Linux and macOS

Change directory:

$ cd training-labs/labs/

By default, the cluster is built on Virtualbox VMs.

Run the script by:

$ ./st.py -b cluster

How to run the scripts for Windows

The easiest and recommended way to get everything you need besides VirtualBox is to download a zip file for Windows from the Training Labs page.

The zip files include pre-generated Windows batch files.

Creates the host-only networks used by the node VMs to communicate:

> create_hostnet.bat

Creates the base disk:

> create_base.bat

Creates the node VMs based on the base disk:

> create_ubuntu_cluster_node.bat

What the script installs

Running this will automatically spin up 2 virtual machines in VirtualBox/KVM:

  • Controller node
  • Compute node

Now you have a multi-node deployment of OpenStack running with the following services installed.

  • Keystone
  • Nova
  • Neutron
  • Glance
  • Cinder
  • Horizon

How to access the services

There are two ways to access the services:

  • OpenStack Dashboard (horizon)

You can access the dashboard at: http://10.0.0.11/horizon

Admin Login:

  • Username: admin
  • Password: admin_pass

Demo User Login:

  • Username: demo
  • Password: demo_pass

You can ssh to each of the nodes by:

# Controller node
$ ssh [email protected]

# Compute node
$ ssh [email protected]

Credentials for all nodes:

  • Username: osbash
  • Password: osbash

After you have ssh access, you need to source the OpenStack credentials in order to access the services.

Two credential files are present on each of the nodes:

  • demo-openstackrc.sh
  • admin-openstackrc.sh

Source the following credential files

For Admin user privileges:

$ source admin-openstackrc.sh

For Demo user privileges:

$ source demo-openstackrc.sh

Note: Instead 'source' you can use '.', or you define an alias. Now you can access the OpenStack services via CLI.

Specs

To review specifications, see Training-labs

Mailing lists, IRC

To contribute, join the IRC channel, #openstack-doc, on IRC freenode or write an e-mail to the OpenStack Development Mailing List [email protected]. Please use [training-labs] tag in the subject of the email message.

You may have to subscribe to the OpenStack Development Mailing List to have your mail accepted by the mailing list software.

Sub-team leads

Feel free to ping Roger, Julen, or Pranav via email or on the IRC channel #openstack-doc regarding any queries about training-labs.

Meetings

Training-labs uses the Doc Team Meeting: https://wiki.openstack.org/wiki/Meetings/DocTeamMeeting

Wiki

Follow various links on training-labs here: https://wiki.openstack.org/wiki/Documentation/training-labs

training-labs's People

Contributors

ideaship avatar dguitarbite avatar sayalilunkad avatar julenl avatar ajaeger avatar dhellmann avatar egallen avatar stephenfin avatar utsavdusad avatar viggates avatar nizam0mulky avatar shillasaebi avatar slawqo avatar zhaoleidd avatar weizj avatar chengebj5238 avatar chenxingc avatar ckji avatar gecong1973 avatar qingszhao avatar wikibootup avatar onovy avatar longkb avatar fungi avatar booxter avatar ianw avatar yanheven avatar flaper87 avatar emilienm avatar berendt avatar

Watchers

Mohamed Rahal avatar James Cloos avatar

Forkers

zouhairbenhamed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.