All Projects → kmARC → upstream-institute-virtual-environment

kmARC / upstream-institute-virtual-environment

Licence: MIT license
A Vagrant-based image creator for OpenStack Upstream Training sessions

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to upstream-institute-virtual-environment

Vagrant Boxes
baseboxes build with packer.io for use with vagrant
Stars: ✭ 291 (+1516.67%)
Mutual labels:  vagrant, virtualbox, vmware
Packer Templates
Packer templates for Vagrant base boxes
Stars: ✭ 471 (+2516.67%)
Mutual labels:  vagrant, virtualbox, vmware
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+1583.33%)
Mutual labels:  vagrant, virtualbox, vmware
Box
[DEPRECATED] Official, pre-packaged Vagrant Box
Stars: ✭ 197 (+994.44%)
Mutual labels:  vagrant, virtualbox, virtual-machine
hassio-vagrant
Vagrant box running Hass.io / Home Assistant
Stars: ✭ 42 (+133.33%)
Mutual labels:  vagrant, virtualbox, virtual-machine
halcyon-vagrant-kubernetes
Vagrant deployment mechanism for halcyon-kubernetes.
Stars: ✭ 12 (-33.33%)
Mutual labels:  vagrant, virtualbox, openstack
Vagrant Openstack Provider
Use Vagrant to manage OpenStack Cloud instances.
Stars: ✭ 229 (+1172.22%)
Mutual labels:  vagrant, virtual-machine, openstack
insaneworks-packer-template
CentOS 7-8 8Stream / AlmaLinux 8 / FreeBSD 12 - 13 x64 + VirtualBox / VMWare for Packer Template + FreeBSD 13 / AlmaLinux 9 + Parallels
Stars: ✭ 38 (+111.11%)
Mutual labels:  vagrant, virtualbox, vmware
packer-centos
Create CentOS images for different hypervisors with Packer
Stars: ✭ 18 (+0%)
Mutual labels:  vagrant, virtualbox, vmware
Packer Centos 6
This build has been moved - see README.md
Stars: ✭ 78 (+333.33%)
Mutual labels:  vagrant, virtualbox, vmware
game-of-thrones-hacking-ctf
Game of Thrones hacking CTF (Capture the flag)
Stars: ✭ 57 (+216.67%)
Mutual labels:  virtualbox, vmware, ova
Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (+461.11%)
Mutual labels:  vagrant, virtualbox, vmware
ansible virtualization
Ansible Collection: Virtualization roles
Stars: ✭ 31 (+72.22%)
Mutual labels:  vagrant, virtualbox, vmware
packer-ubuntu
No description or website provided.
Stars: ✭ 29 (+61.11%)
Mutual labels:  vagrant, virtualbox, vmware
ansible-role-test-vms
DEPRECATED - A Vagrant configuration to test Ansible roles against a variety of Linux distributions.
Stars: ✭ 42 (+133.33%)
Mutual labels:  vagrant, virtualbox, vmware
Bento
Packer templates for building minimal Vagrant baseboxes for multiple platforms
Stars: ✭ 3,779 (+20894.44%)
Mutual labels:  vagrant, virtualbox, vmware
packer-windows
Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
Stars: ✭ 1,116 (+6100%)
Mutual labels:  vagrant, virtualbox, vmware
docker-hands-on-guide
Hands on guide for docker, k8s cluster lightweight virtualization.
Stars: ✭ 25 (+38.89%)
Mutual labels:  vagrant, virtualbox, vmware
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+5733.33%)
Mutual labels:  vagrant, virtualbox, vmware
Vagrant Docker Vm
💻 Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
Stars: ✭ 97 (+438.89%)
Mutual labels:  vagrant, virtualbox, vmware

OpenStack Upstream Institute Virtual Environment

bit.ly/upstream-institute-vm

Instructions

Using VirtualBox

  1. Set up VirtualBox
  2. Go to the releases page and 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. Go to the releases page and 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. 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 Freenode channels.

  2. When stack.sh finished running, you can open your Horizon Dashboard (http://localhost/) or on VirtualBox using the DevStack bookmark

    • Login: demo
    • Password: openstack
  3. Select the demo project

  4. Start a VM. Use a tiny flavor. A CirrOS image is already set up by devstack

  5. Assign a floating IP

  6. Enable SSH and ICMP ports on the security groups

Learn how to set up devstack

These are the steps used to provision the vm:

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.

Using Vagrant

  1. Set up VirtualBox
  2. Set up Vagrant
  3. git clone https://github.com/kmARC/openstack-training-virtual-environment
  4. cd openstack-training-virtual-environment
  5. vagrant up
  6. vagrant reload
  7. vagrant ssh

Follow instructions as for the prebuilt image

Roll your own image

Essentially the same procedure, with exporting an ova archive at the end which then can be distributed and easily import into VirtualBox

  1. install libssl098:i386 (required for vmware vdiskmanager to shrink disks)
    wget http://security.ubuntu.com/ubuntu/ubuntu/pool/universe/o/openssl098/libssl0.9.8_0.9.8o-7ubuntu4_i386.deb
    sudo dpkg -i libssl0.9.8_0.9.8o-7ubuntu4_i386.deb
  2. ./create-training-box.sh Provisions the VM and creates the distributable ova archive.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].