Meet a new analytic board for OpenStack – Avos

Tool from Cisco Team – http://superuser.openstack.org/articles/meet-avos-the-analytics-dashboard-for-your-openstack-cloud

Leave a comment

Filed under OpenStack

New open source tools for measuring cloud performance from Google

Google Cloud Platform have recently release a performance kit for cloud call Perkit Benchmarker.

More info from here.

Git info from here.

Leave a comment

Filed under OpenStack

Introduction to Ceph

A good introduction about Ceph.

http://rafstack.tumblr.com/post/108933558933/recorded-online-meetup-introduction-into-ceph

Leave a comment

Filed under Storage

OpenStack Weekly Newsletter – Jan 16 to 23 2015

OpenStack Weekly Newsletter : http://www.openstack.org/blog/2015/01/openstack-community-weekly-newsletter-jan-16-23/

Leave a comment

Filed under OpenStack

eBay in Production: Migration from Nova-Network to Neutron

Interesting article regarding eBay OpenStack cloud migration story.

Link : http://superuser.openstack.org/articles/ebay-in-production-migration-from-nova-network-to-neutron

Leave a comment

Filed under OpenStack

Google Kubernetes

Google released Kubernetes.

Leave a comment

Filed under OpenStack

Cloud Predictions

I am going to repeat here again : OpenStack will rule in Private Cloud spaces and telco cloud will be another “tsunami”.

Cloud Predictions

Leave a comment

Filed under OpenStack

Script to create Neutron tenant networks

Kashyap Chamarthy

In my two node OpenStack setup (RDO on Fedora 20), I often have to create multiple Neutron tenant networks (here you can read a more on what’s a tenant network) for various testing purposes.

To alleviate this manual process, a trivial script that’ll create a new Neutron tenant network after you provide a few positional parameters in an existing OpenStack setup. This assumes there’s a working OpenStack setup with Neutron configured. I tested this on Neutron + OVS + GRE. This should work with any other Neutron plugins, as tenant networks is a Neutron concept (and not specific to plugins).

Usage:

$ ./create-new-tenant-network.sh                \
                    TENANTNAME USERNAME         \
                    SUBNETSPACE ROUTERNAME      \ 
                    PRIVNETNAME PRIVSUBNETNAME  \

To create a new tenant network with 14.0.0.0/24 subnet:

$ ./create-new-tenant-network.sh \
  demoten1 tuser1                \
  14.0.0.0 trouter1              \
  priv-net1 priv-subnet1

The script does the below, in that order:

  1. Creates a Keystone tenant called demoten1.
  2. Then…

View original post 424 more words

Leave a comment

Filed under OpenStack

Presentation videos from OpenStack Hong Kong are live!

Sweet ! 

Link : http://cloudifysource.tumblr.com/post/69189807693/presentation-videos-from-openstack-hong-kong-are-live

Download and convert to webm format. Smaller size.

Leave a comment

Filed under OpenStack

Neutron as SDN controller

Very soon OpenDayLight project will have the first release of SDN controller to the world.

With Juniper Contrail , SDN and NFS are very hot topic for next coming year.

Here is another take on Neutron as SDN during OpenStack Summit in Hong Kong recently.

Link : http://techs.enovance.com/6413/summit-openstack-neutron-point-of-view

Leave a comment

Filed under OpenStack