Upstream Institute Virtual Environment

A VirtualBox image that has all the tools needed to begin OpenStack upstream contribution. Mirror of code maintained at opendev.org.
Alternatives To Upstream Institute Virtual Environment
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Vagrant25,3902,56814614 hours ago65March 13, 2014690otherRuby
Vagrant is a tool for building and distributing development environments.
Graylog2 Images236
a year ago10apache-2.0Shell
Ready to run machine images
Chef Bcpc222
a day ago23apache-2.0Python
Bloomberg Clustered Private Cloud distribution
Bucc136
9 months agon,ullapache-2.0Shell
The fastest way to get a BUCC (BOSH, UAA Credhub and Concourse)
Openstack On Coreos46
8 years ago1apache-2.0Shell
Zero Down Time Openstack Operations (Upgrade to Kilo) plus Kubernetes cluster
Docker Swarm40
6 years agomitShell
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Quantum Ansible38
9 years ago1Python
OpenStack Havana (+Grizzly and Folsom branches) with Neutron/Quantum networking automated installer with Ansible and Vagrant
Enos30
4 months ago38March 30, 202221gpl-3.0Python
Experimental eNvironment for OpenStack :monkey:
Vagrant Devstack20
10 years ago1Puppet
This project will allow you automate the creation of a VM with devstack installed and running. It uses vagrant to create the VM and puppet to configure the VM so all required software is installed and running.
Upstream Institute Virtual Environment18
2 years agomitShell
A VirtualBox image that has all the tools needed to begin OpenStack upstream contribution. Mirror of code maintained at opendev.org.
Alternatives To Upstream Institute Virtual Environment
Select To Compare


Alternative Project Comparisons
Readme

OpenStack Upstream Institute Virtual Environment

bit.ly/upstream-training

bit.ly/vm-2020-virtual-v1

Instructions

Using VirtualBox

  1. Set up VirtualBox version 6 with Extension Pack
  2. Download the latest VM image.
  3. Import the ova file (File -> Import appliance...)

    on Windows? look here.)

  4. Start up the VM

Using VMware player

  1. Set up VMware player
  2. Download the latest VM image.
  3. Open the ova file (File -> Open a Virtual Machine)

    A warning dialog might appear. Click on Retry

  4. Start up the VM

Minimum requirements

  • 5GB of free RAM (so at least 8GB in your laptop)
  • Recent CPU with at least 4 cores
  • 15GB disk space

Getting around in the VM

  1. Run stack.sh to install devstack. It might take 10-20 minutes.

    cd /opt/devstack
    ./stack.sh
    
  2. Explore the environment. The four main software you will be using from the desktop during the training are:

    • Firefox web browser
    • Xfce4-terminal terminal emulator
    • Geany text editor
    • HexChat IRC client

      please make sure that you replace the default user ubuntu upon first start before logging in to OFTC channels.

    • DevStack is run from /opt/devstack
    • OpenStack source code is placed to /opt/stack
  3. When stack.sh finished running, you can open your Horizon Dashboard or on VirtualBox using the DevStack bookmark

    • Login: demo
    • Password: openstack
  1. In the upper left corner, switch from invisible_to_admin to the demo project

  2. Start a VM (no volume needed, use the nano flavor). A CirrOS image is already set up by devstack

  3. Associate a floating IP. Initially, no Floating IP's allocated, you can add one with the + button. An example would be 172.124.4.45. It may stuck at the loading screen - in this case, reload the dashboard.

  4. Enable SSH and ICMP ports on the default security group. Select "Network" -> "Security groups" and "Manage rules" -> "Add rule"

  5. Try to connect with SSH to the floating IP.

    $ ssh root@<FLOATING_IP> -l cirros # password: gocubsgo
    
    # Example: ssh [email protected] -l cirros
    
  6. DNS might not work in the cirros vm, in this case:

    echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf`
    
  7. IMPORTANT: To keep your devstack environment across reboots, do not reboot / halt the VM, but instead use "Save the machine state" from VirtualBox quit dialog.

Devstack installs using the 99-devstack script.

Using latest devstack

Please do not update your openstack installation during the training. It requires bandwidth.

If you want to keep on using the training VM for devstacking, you should disable offline mode in local.conf. Also reconsider git related settings here.

Screenshots

devstack geany git-hexchat
devstack text editor git and irc

Advanced Topics

This section is mainly for developers of the VM, on the training you won't need this.

Roll your own image

The image can be built using diskimage-builder in a convenience vagrant machine from vm-creator-vm directory

  1. Spin up vm-creator-vm:

    cd vm-creator-vm/
    vagrant up
    vagrant ssh
    cd git-repo # this directory contains the git repository of the upsteram-institute-vm
    

    This will boot up a VirtualBox VM with CentOS 7

  2. Activate the python virtual environment

    . .env/bin/activate
    
  3. Create disk image with provided convenience script

    ./create-training-box.sh
    
  4. The generated image can be found under dist/

License

MIT

Popular Openstack Projects
Popular Virtualbox Projects
Popular Cloud Computing Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Virtual Machine
Virtualbox
Openstack