OpenStack French Meetup #4

Fourth OpenStack meetup in Paris with a fully booked amphitheater at Epita, amazing growth of the french community. As a reminder, the first meetup happened June 10, 2013 with only 18 participants. OpenStack in production envt / Behind the scene Presenters: Anne Sébastien Han (sebastien-at-enovance.com) and Razique Mahroua (razique.mahroua-at-enovance.com) both Cloud engineers and OpenStack contributors. Upgrades They both told their stories about how they’ve upgraded OpenStack from Cactus to Diablo to Essex to Folsom in a production environment. Networking and User management changed a lot from the early version to the recent ones, it was challenging to upgrade. Few advices, keep in mind to keep a devt environment to check everything before changing anything on your production environment. There is always something that you cannot anticipate. We’ve migrated around 60 instances. ...

June 25, 2013 · 7 min · planetrobbie

Deploying OpenStack Grizzly using Crowbar RC1

Crowbar is a cloud unboxer that use Chef, meaning it can deploy an OpenStack or Hadoop environment in a breeze. In this article we will use the first release candidate, codename pebbles (build 3476) for OpenStack Grizzly to deploy a demo lab running on VMware Fusion. If you don’t know much about Crowbar for OpenStack you can learn about it by reading our previous blog post. Crowbar connect together a lot of moving parts. ...

June 24, 2013 · 12 min · planetrobbie

Deploying OpenStack Grizzly using Fuel 3.0

If you tried to deploy OpenStack by yourself there a huge probability it failed and you may have given up after multiple unsuccessful tries. Some Linux distribution like Redhat or Suse are packaging everything for you to make things easy but today we’ll look at another alternative from Mirantis a company that just got a new round of financing from Redhat, SAP Ventures and Ericsson. This company offers an easy way to build up an OpenStack cloud environment, Fuel 3.0. ...

June 8, 2013 · 11 min · planetrobbie

Bootstrap YET infrastructure using Opscode Chef - part 3 - Rackspace

Last time I spoke about YET infrastructure everything was hosted on HP cloud managed by Chef. This thrid chapter will demonstrate how easy moving to another cloud provider could be when you use such a Configuration Management tool. Installing Knife Rackspace Rackspace Cloud Servers use a different variant of OpenStack when we compare it to HP Cloud. So there is a specific plugin to deal with their cloud. To install it you just need to type: ...

May 12, 2013 · 2 min · planetrobbie

VMware Infrastructure Navigator-2.0

VMware Infrastructure Navigator is a component of vCenter Operations Suite, it’s an application awareness plug-in to the vCenter Server that provides continuous dependency mapping of applications. Infrastructure Navigator offers application context to the virtual infrastructure administrators to monitor and manage the virtual infrastructure inventory objects and actions. Administrators can use Infrastructure Navigator to understand the impact of the change on the virtual environment in their application infrastructure. This article is a condensed howto about installing and configuring VIN version 5.6, released November 29, 2012. ...

March 19, 2013 · 6 min · planetrobbie

Nicira + Opscode Chef: The Journey to an OpenStack Cloud

Nicira and OpsCode partnered to build an OpenStack cloud at VMware. In this webinar we’ll have the opportunity to get some insight about it. It allows their team to build location independant labs in 50 seconds, provisionned from a self service portal. Principal driver: cost, agility and speed. Operational Efficiency and business velocity were going down due to the inherent complexity of their infrastructure but after the implementation of cloud automation tricks, it all inversed. ...

December 21, 2012 · 5 min · planetrobbie

Bootstrap YET infrastructure using Opscode Chef - part 2 - load balancing

In our first Boostrap YET article, we’ve seen how we could easily instantiate a new node at HP Cloud using knife hp and some Chef Cookbooks, Roles, … Today we’ll see how we can add Load Balancing into the picture using the HAProxy cookbook. Add HA Proxy cookbook to your chef-repo To install the community version of haproxy cookbook (it’s not the latest one): % knife cookbook site install haproxy NOTE: You could use Librarian-chef or Berkshelf to manage your cookbooks dependencies in a cleaner way. ...

December 19, 2012 · 2 min · planetrobbie

VMware Single Sign-On and vCenter 5.1 Deployment Deep Dive

When VMware released version 5.1 of their cloud infrastructure suite namely vCloud Suite, end of August 2012, vCenter 5.1 integrated an advanced Single Sign-On mechanism to easily login to most components of the suite, let’s review the technical background involved. Justin King is part of VMware technical marketing team, he presented the latest innovations with a particular focus on SSO. Summary of vCenter 5.1 Features Fully functional Web Client feature complete all of the new technologies are only available in the web client there is a slight learning curve (~1-2h) Object Tagging previously it was custom attributes wihch still exist Tagging is simular with much more flexibility, we can place it on anything on the inventory: VM, Datastores, Networks, Hosts Single Sign-On Authentication services Performance Improvements not only from the client perspective but also at the database level HA for all vCenter Services SSO, Inventory Service, Web Client, flexibility to scale-out or scale-up them vSphere Web Client Primary client for vSphere 5.1 environment, supported for IE, Firefox and Chrome on Windows and Mac, it’s a Abobe Flash based solution (11.1+). 300 concurrent sessions on the Web client eats around 25% of vCenter CPU while 100 session of the previous vSphere client eats around 50% of CPU resources. Database partinionned now, Clients Reads are offloaded to the Inventory Services, writes still done directly on vCenter. ...

December 14, 2012 · 6 min · planetrobbie