Re: [openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-26 Thread Eli Qiao
Akshay's right, tox -egenconfig does the neutron git repo clone, will someone clarify if it's normal? .tox/genconfig/log/genconfig-1.log:+ pip install -U -egit+https://git.openstack.org/openstack/neutron#egg=neutron .tox/genconfig/log/genconfig-1.log:Obtaining neutron from

Re: [openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-26 Thread Vikas Choudhary
As per my understanding, it should not be cloning neutron repo. Anyways PFA -Vikas On Thu, May 26, 2016 at 4:06 PM, Akshay Kumar Sanghai < akshaykumarsang...@gmail.com> wrote: > Hi Vikas, > Thanks for the command. I don't understand why the command clones the > neutron repo. Can i directly

Re: [openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-26 Thread Akshay Kumar Sanghai
Hi Vikas, Thanks for the command. I don't understand why the command clones the neutron repo. Can i directly download kuryr.conf from somewhere else? or tox does more than creating kuryr_sample.conf? Thanks Akshay On Thu, May 26, 2016 at 9:08 AM, Vikas Choudhary

Re: [openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-25 Thread Vikas Choudhary
Hi Akshay, Sorry about that. You need to run "tox -e genconfig" . After this inside kuryr/etc "kuryr.conf_sample" file will get generated. Copy this file to /etc/kuryr/ after renaming to kuryr.conf. Documentation will be updated soon. -Vikas . On Wed, May 25, 2016 at 8:44 PM, Akshay Kumar

Re: [openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-25 Thread Hongbin Lu
From: Antoni Segura Puimedon [mailto:toni+openstac...@midokura.com] Sent: May-25-16 6:55 AM To: OpenStack Development Mailing List (not for usage questions); Gal Sagie; openstack-operators Subject: Re: [openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup On Wed, May

Re: [openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-25 Thread Akshay Kumar Sanghai
Hi, Thanks Jaume and Antoni. I tried the installation by git cloning the kuryr repo. I did pip install -r requirements.txt. After that I did pip install . . But it doesn't end successfully. There are no config files in /etc/kuryr directory. root@compute1:~/kuryr# pip install . Unpacking

Re: [openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-25 Thread Antoni Segura Puimedon
On Wed, May 25, 2016 at 11:20 AM, Jaume Devesa wrote: > Hello Akshay, > > responses inline: > > On Wed, 25 May 2016 10:48, Akshay Kumar Sanghai wrote: > > Hi, > > I have a 4 node openstack setup (1 controller, 1 network, 2 compute > nodes). > > I want to install kuryr in

[openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-25 Thread Jaume Devesa
Hello Akshay, responses inline: On Wed, 25 May 2016 10:48, Akshay Kumar Sanghai wrote: > Hi, > I have a 4 node openstack setup (1 controller, 1 network, 2 compute nodes). > I want to install kuryr in liberty version. I cannot find a package in > ubuntu repo. There is not yet official version of

[openstack-dev] [kuryr][magnum]Installing kuryr for mutlinode openstack setup

2016-05-24 Thread Akshay Kumar Sanghai
Hi, I have a 4 node openstack setup (1 controller, 1 network, 2 compute nodes). I want to install kuryr in liberty version. I cannot find a package in ubuntu repo. -How do i install kuryr? - what are the components that need to be installed on the respective nodes? - Do i need to install magnum