Published July 14, 2014
• Updated May 10, 2017
The OpenStack Swift developer website describes Swift best:
Swift is a highly available, distributed, eventually consistent object/blob store. Organizations can use Swift to store lots of data efficiently, safely, and cheaply.
For being such a powerful object storage platform, I found it surprisingly easy to setup and configure. However, setup becomes more difficult as the number of nodes, racks, and data centers increase.
But, most of us do not have that many nodes, racks, or data centers and simply want to setup a Swift cluster to play with on our workstation.
Continue reading...
Published December 19, 2013
• Updated June 14, 2014
Rackspace Private Cloud, and OpenStack on its own, can be a formidable set of software to install. Rackspace Private Cloud uses Chef to deploy OpenStack, and while Chef itself has a high learning curve, its use does make deploying OpenStack easier and more scalable.
Continue reading...
Published December 17, 2013
• Updated June 14, 2014
In a couple of previous posts, I detailed step-by-step how to deploy Rackspace Private Cloud v4.1.x powered by OpenStack Grizzly with nova-network and Rackspace Private Cloud v4.2.x powered by OpenStack Havana with Neutron Networking using Vagrant on top of VirtualBox or VMware Fusion.
Continue reading...
Published October 18, 2013
• Updated May 13, 2017
VMware Fusion exposes command line options that make it easy to add or remove virtual adapters manually.
In this post, I will be adding and removing virtual adapter vmnet7. A fresh install of VMware Fusion does not include this virtual adapter.
Continue reading...
Published October 15, 2013
Vagrant makes it super easy to spin-up local virtual machines using VirtualBox or VMware Fusion. There are many Vagrant Boxes available to use immediately after downloading and installing Vagrant. However, I prefer to know exactly how my virtual machine image is created. This post will walk you through creating a CentOS 6.5 Vagrant Base Box from scratch using VMware Fusion 5 or 6.
Continue reading...
Published September 29, 2013
• Updated June 14, 2014
Rackspace Private Cloud, and OpenStack on its own, can be a formidable set of software to install. Rackspace Private Cloud uses Chef to deploy OpenStack, and while Chef itself has a high learning curve, its use does make deploying OpenStack easier and more scalable.
Continue reading...
Published September 28, 2013
• Updated May 31, 2014
I was recently working with Vagrant and the Vagrant VMware Fusion Provider Plugin to add a secondary NIC on-the-fly. Vagrant provides functionality to easily add a secondary NIC but you are required to assign it to a network. I didn’t want to assign it to any network, I just wanted the secondary NIC present.
Continue reading...
Published September 19, 2013
• Updated May 13, 2017
The following Vagrantfile shows the syntax for setting up multiple virtual machines using VirtualBox or VMware Fusion.
Continue reading...
Published September 12, 2013
Vagrant makes it easy to spin-up local virtual machines using VirtualBox or VMware Fusion. There are many Vagrant Boxes available to use immediately after downloading and installing Vagrant. However, I prefer to know exactly how my virtual machine image is created. This post will walk you through creating a Ubuntu Server 12.04.4 LTS Vagrant Base Box from scratch using VMware Fusion 5 or 6.
Continue reading...
Published September 5, 2013
• Updated May 15, 2017
It can be difficult to develop a PXE boot process if you don’t have actual servers to PXE boot. Most of us don’t have a lot of bare metal servers sitting around to use for PXE booting. Luckily, VMware Fusion provides the necessary features to PXE boot virtual machines.
Continue reading...