Re: [Openstack] Advice on how to get started

2016-09-05 Thread Venu Murthy
Welcome to learning Openstack Karishma, The best way to get started is have a virtualbox installed on your machine, create a VM, have Ubuntu installed on it and start off with installing DevStack. https://github.com/openstack-dev/devstack/ sudo -l sudo apt-get install vim cd git

Re: [Openstack] [Murano] Quesion about Openstack Murano

2016-07-14 Thread Venu Murthy
Hello Wally, You can do it pretty easily It's very simple git clone devstack and create a local.conf file using this link lo5.venumurthy.com and run /.stack.sh and on a successful run will have Murano available on the dashboard. Best regards, Venu ​PS: From "Learning OpenStack

[Openstack] Where are the mitaka Network node config instructions.

2016-04-20 Thread Venu Murthy
Hello, there mM dear lovely folks out there, I am trying to setup Mitaka on three nodes (control, compute and network) and referring to this documentation, http://docs.openstack.org/mitaka/install-guide-ubuntu/neutron-controller-install.html I don't see any mention of what are the changes to be m

Re: [Openstack] Can't start instance after upgrade to Mitaka release

2016-04-20 Thread Venu Murthy
Hello KK, I see that your config files are up dated, for example lock_path = /var/lib/nova/tmp and auth_password to auth_type. Are the endpoint versions correct? Just taking a wild guess. Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accide

Re: [Openstack] AWS Integration with Openstack Kilo

2015-08-17 Thread Venu Murthy
Hello Sachin, I suppose this solution that we innovated and open sourced a few months ago is what you are looking ==> https://github.com/stackforge/ec2-driver Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result o

Re: [Openstack] Openstack summit

2015-02-23 Thread Venu Murthy
Happy to hear about your attempt Asmaa, I've joined your group on FB and also voted for your talk. We are very to present an innovation it would be great if you and anyone reading this mail can vote for our talk here.

Re: [Openstack] Best Way to Install Openstack

2015-02-17 Thread Venu Murthy
While it depends on what you want to do, I find Redhat RDO to be the best to go ahead with. https://openstack.redhat.com/Quickstart Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere ef

Re: [Openstack] Neutron Network scenarios

2015-02-11 Thread Venu Murthy
Thanks for sending this across Fabrizio, this is really exhaustive! Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligent execution ― Aristotle* On Tue, Feb 1

Re: [Openstack] Environments on Demand or SDE using OpenStack

2015-01-23 Thread Venu Murthy
> > > Hello, there, > > At the 4th B-day Celebration of OpenStack that was hosted in our office at > Bangalore, we had spoken about the possibilities with OpenStack and you > would be happy to know that we have open-sourced it. > > ​Here is the Link to the 3mins trailer video >

Re: [Openstack] Can't restart devstack.

2014-12-24 Thread Venu Murthy
Hello Ken, Try switch to the screen for eg. screen -x stack Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligent execution ― Aristotle* On Wed, Dec 24, 2014

Re: [Openstack] Only Storage Cloud

2014-12-18 Thread Venu Murthy
It would also be great if you could share how is swift setup, the ring formation and such details. thank you! Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligent

Re: [Openstack] Host Stable OS for Controller and Compute

2014-12-10 Thread Venu Murthy
​is there any distro that you've zeroed down on using ?​ Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligent execution ― Aristotle* On Wed, Dec 10, 2014 at

Re: [Openstack] Static IP on lunching an instance

2014-12-09 Thread Venu Murthy
This command should help nova add-fixed-ip or you can specify the static ip that has been created in the nova boot command this link should help https://ask.openstack.org/en/question/30690/add-multiple-specific-ips-to-instance/ Best regards, Venu [image: ThoughtWorks]

Re: [Openstack] opensource tools that support openstack for Autoscaling

2014-12-09 Thread Venu Murthy
Hope this is the one you are looking for https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere effort, and int

Re: [Openstack] opensource tools that support openstack for Autoscaling

2014-12-04 Thread Venu Murthy
Hello Dhanesh, I suppose you are looking for autoscaling of app on OpenStack or Autoscaling Openstack itself? If you are looking for the former Heat/Autoscaling should help. ==> https://wiki.openstack.org/wiki/Heat/AutoScaling For the latter we are writing a driver which will allow OpenStack to b

Re: [Openstack] [devstack] installation ERROR ImportError: No module named oslo_concurrency

2014-12-03 Thread Venu Murthy
Hello Frank, Some times, I've seen that modules are missing even in the stable branches, try to install the module independently and this should fix your issue. Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result

Re: [Openstack] [openstack][icehouse][monitoring]-open source monitoring tools

2014-12-03 Thread Venu Murthy
While we wait for the experts to reply on the above, I wonder if Ceilometer at this point in time can monitor? Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligen

Re: [Openstack] Poll: What are the top 3 topics for new OpenStack users and developers?

2014-12-02 Thread Venu Murthy
Great Initiative Mark, In the beginning of my openstack journey, being able to ssh/connect to the VMs/Instances was the greatest challenge. After having spent several months to debug such issues, I've posted one of the solutions here. http://thenewstack.io/solving-a-common-beginners-problem-when-p

Re: [Openstack] How to run the HEAT autoscaling YAML

2014-11-11 Thread Venu Murthy
other better way to achieving this. On Mon, Nov 10, 2014 at 8:13 PM, Mike Spreitzer wrote: > Venu Murthy wrote on 11/06/2014 08:34:37 PM: > > > In terms of the architecture for OpenStack setup, if we have a > > controller node, Compute Node A and Compute Node B. > > In th

Re: [Openstack] How to run the HEAT autoscaling YAML

2014-11-06 Thread Venu Murthy
Very kind of you to have provided such detailed explanation, JD. We are trying this out and needed some recommendation on the best way forward for the below requirement: In terms of the architecture for OpenStack setup, if we have a controller node, Compute Node A and Compute Node B. In the same