Twitter: chmouel
- a review of the auditing tools available on @OpenStack #swift http://t.co/tLZICf4y 08:36:21 AM February 02, 2012 from web ReplyRetweetFavorite
- RT @matthewbaldwin: The Facebook IPO gives you the unique opportunity to own part of a company that sells you as its product. 08:32:07 AM February 02, 2012 from web ReplyRetweetFavorite
- RT @OpenStack: Important date tomorrow for OpenStack community: Bug Squashing Day to make Essex the best release ever until Folsom :) ht ... 06:48:15 PM February 01, 2012 from Plume for Android ReplyRetweetFavorite
- The lazy script of the linux laptop owner travelling in different timezones often https://t.co/XiFL7nBY 11:31:36 AM February 01, 2012 from web ReplyRetweetFavorite
- pretty cool python library to access shell commands within python https://t.co/wXJp2trU 09:03:28 AM February 01, 2012 from web ReplyRetweetFavorite
Archives
- February 2012
- December 2011
- November 2011
- September 2011
- July 2011
- May 2011
- April 2011
- February 2011
- January 2011
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- February 2009
- January 2009
- December 2008
- October 2008
- July 2008
- May 2008
- March 2008
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
Meta
Author Archives: chmouel
Audit a swift cluster
Swift integrity tools. There is quite a bit of tools shipped with Swift to ensure you have the right object on your cluster. At first there is the basic : swift-object-info It will take a swift object stored on the … Continue reading
Posted in Openstack
Leave a comment
My stats for this year running and cycling
Running 1,266 km (786 miles): Cycling 3865 km (2401 miles): Let’s see if I can improve for next year
Posted in Life
Leave a comment
Swift and Keystone middleware – Part1
It seems that integrating Swift and Keystone together present some challenges to people and this is absolutely normal as there is a lot of changes going on. This is my attempt to document how everything is plugged together. I am … Continue reading
Debugging python-novaclient on the command line.
I have done lately quite a bit of work with python-novaclient the (nova/keystone) openstack client. I often experiment it with ipython in the console. There is a nice debugging facility in novaclient which you can see while using –debug argument … Continue reading
Posted in Openstack, Python, Uncategorized
Leave a comment
Rackspace CloudDNS python binding
I have released a python binding to Rackspace CloudDNS here which allow you to create/update/delete domains and records. It’s available on github https://github.com/rackspace/python-clouddns/ The binding is pretty simple and have unfortunately no documentation (or even tests) but you can figure … Continue reading
Posted in Cloud, Programming
Leave a comment
Mass editing firewall on Rackspace Cloud.
A lot of our customers in Rackspace cloud has been asking how to mass edit firewalls of servers when you have multiple servers without doing it manually. Part of my cloudservers-api-demo I have written a simple firewall scripts abstracting the … Continue reading
Posted in Cloud, Rackspace
Leave a comment
Howto shutdown your Cloud Server and not getting billed for it.
Currently in Rackspace-Cloud when you are shutting-down your Cloud Servers you are still paying for it. The reason is that when the Cloud Server is shut-down your CloudServer is still sitting on the hyper-visor and still use resources on the … Continue reading
Uploading to Rackspace Cloud Files via FTP
Sometime ago I wrote a FTP proxy to RackSpace Cloud Files which expose Rackspace Cloud Files as a FTP server acting as a proxy. Thanks to the OpenSource community a user on github took it and add support OpenStack and … Continue reading
Installing python-cloudfiles from pypi
I have just uploaded python-cloudfiles to pypi available here This make things easy to add as a dependence of your project like you can have something like this in your setup.py : requirements = ['python-cloudfiles'] and it will automatically download … Continue reading
Posted in Cloud, Programming, Python, Rackspace
Leave a comment
How to use fireuploader with the Rackspace Cloud UK
Fireuploader is a Firefox addon that gives you a nice GUI to upload files via your firefox browser. I have made a special version of the extensions to make it works with the RackSpace Cloud UK. Install the addon from … Continue reading
Posted in Cloud, Rackspace
4 Comments