Obviously the neighbors don’t have clouds.
Author: admin
In this video we make a quick cheat sheet on what LXC container has been installed on which machine. https://youtu.be/CbrA2prNnPsVideo can’t be loaded because JavaScript is disabled: Ubuntu openstack find the LXC container, cheat sheet (https://youtu.be/CbrA2prNnPs) Command to list LXC containers: sudo lxc-ls -f Here is what my cheat sheet looks like: node2780.maas 10.1.1.154 NAME […]
Windows image
In this video we make an image for windows and upload to openstack so we can make windows instaces on our cloud. https://youtu.be/DHFa_VQCahYVideo can’t be loaded because JavaScript is disabled: Openstack create a windows image and use it on the cloud (https://youtu.be/DHFa_VQCahY) Link to Openstack docs: https://docs.openstack.org/image-guide/obtain-images.html#microsoft-windows Link to trial versions of windows server: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012 […]
Glance image
Here are the commands you can use to upload and download glance images to your could. Get into juju external: $ export JUJU_HOME=~/.cloud-install/juju Get to juju internal: $ juju ssh landscape/0 sudo ‘JUJU_HOME=/var/lib/landscape/juju-homes/`sudo ls -rt /var/lib/landscape/juju-homes/ | tail -1` sudo -u landscape -E bash’ List glance images: $ glance –os-username admin –os-tenant-name admin –os-auth-url http://10.1.1.145:5000/v2.0 […]
Vagrant
In this video I show how to setup Vagrant and use it to spin up custom server in OpenStack. https://youtu.be/svZ0TYALmowVideo can’t be loaded because JavaScript is disabled: Vagrant walk through with Virtual Box and OpenStack (https://youtu.be/svZ0TYALmow) Vagrant website: https://www.vagrantup.com Go here if you need Virtualbox: https://www.virtualbox.org/wiki/Downloads Create the default vagrant file, from the project folder […]
Here we are going to stand up openstack cloud using MAAS 2.x JUJU .2.x and Ubuntu 16.04. https://youtu.be/Wr7zCKVFtI8Video can’t be loaded because JavaScript is disabled: Ubuntu 16.04 MAAS 2.x Openstack conjure-up install success! (https://youtu.be/Wr7zCKVFtI8) Setup your network: $ sudo nano /etc/network/interfaces Mine looks like this: # This file describes the network interfaces available on your […]
Here we are going to install apache cloudstack on one machine. The machine is an old ASUS desktop PC with an AMD processor. It have 4GB of memory and a 2tb harddrive. We are using a Ubuntu 14.04 clean install. https://youtu.be/dUNLYiSwRn4Video can’t be loaded because JavaScript is disabled: Ubuntu 14.04 Apache CloudStack install (https://youtu.be/dUNLYiSwRn4) Update […]
MAAS HA
These are all the commands on both MAAS region controllers to get HA to work. We are using 16.04 Ubuntu. https://youtu.be/ik25WE1p5wcVideo can’t be loaded because JavaScript is disabled: Ubuntu 16.04 redundant maas ha part 1 (https://youtu.be/ik25WE1p5wc) https://youtu.be/9fOad5f84JAVideo can’t be loaded because JavaScript is disabled: Ubuntu 16.04 redundant maas ha part 2 (https://youtu.be/9fOad5f84JA) https://youtu.be/4047WLiooRYVideo can’t be […]
HA testing
On this one we start our HA testing, there will be a couple of videos on this topic. https://youtu.be/5Xy7cKhs-9cVideo can’t be loaded because JavaScript is disabled: Openstack Ubuntu 14.04 HA testing part 1 (https://youtu.be/5Xy7cKhs-9c) https://youtu.be/uZJdUFtn5mwVideo can’t be loaded because JavaScript is disabled: Openstack 14.04 Ubuntu HA testing part 2 hardware upgrade (https://youtu.be/uZJdUFtn5mw) Use this to […]
New cloud deploy
In this video we re-deploy the new ubuntu landscape install. Ubuntu 14.04 build downloaded 10/30/16. This is the new build with 12 GB more RAM total. https://youtu.be/MWxNxjfLYj4Video can’t be loaded because JavaScript is disabled: We are back! Cloud testing Ubuntu 14.04, Landscape, Openstack November 2016 (https://youtu.be/MWxNxjfLYj4) Edit this file to lowed DHCP lease times. $ […]