[openstack-dev] [openstack-operators][openstack-ansible]deploying mutli-node openstack on baremetal nodes

2016-11-15 Thread Akshay Kumar Sanghai
Hi, I want to deploy openstack using openstack-ansilbe. I am having difficulty in understanding where to define baremetal host deployment and how to define multiple vlans that can be used to separate the networks(mgmt, tunnel, external). I went through http://docs.openstack.org/developer/openstack-

Re: [openstack-dev] [kloudbuster] test LBAAS at scale

2016-08-24 Thread Akshay Kumar Sanghai
> > [[HTTP client VM]*----LB---[HTTP server VM]*]*]* > > this could be a separate extension. > Let me know if you'd like to do this and we can help navigate the code. > > Thanks > >Alec > > > > From: Akshay Kumar Sanghai > Date: Tuesday, Aug

Re: [openstack-dev] [kloudbuster] authorization failed problem

2016-08-23 Thread Akshay Kumar Sanghai
: > > > From: Akshay Kumar Sanghai > Date: Thursday, April 7, 2016 at 1:46 AM > To: "Yichen Wang (yicwang)" , Alec Hothan < > ahot...@cisco.com> > Cc: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.opens

Re: [openstack-dev] [octavia]redirection and barbican config

2016-08-01 Thread Akshay Kumar Sanghai
-reference/octavia-config-table.html > > Michael > > > On Thu, Jul 28, 2016 at 1:02 PM, Akshay Kumar Sanghai > wrote: > > Hi, > > I have a couple on questions on octavia. Please answer or redirect me to > > relevant documentation: > > - Assume listener is listening

[openstack-dev] [octavia]redirection and barbican config

2016-07-28 Thread Akshay Kumar Sanghai
Hi, I have a couple on questions on octavia. Please answer or redirect me to relevant documentation: - Assume listener is listening on 443 and client hits the vip on port 80, the connection will be refused. Is it possible to configure http to https direction? - For the barbican config, the only c

[openstack-dev] [octavia] ssl re-encryption in octavia

2016-07-22 Thread Akshay Kumar Sanghai
Hi, I saw in specs of kilo that ssl re-encryption will be introduced in later phase. Is the ssl re-encryption feature available in the mitaka release? I understand ssl offload is available, but I want to try the ssl re-encryption on octavia lbaas. This link refers to v1 probably https://wiki.openst

Re: [openstack-dev] [lbaas]HA for lbaas v2 agent

2016-06-23 Thread Akshay Kumar Sanghai
On Wed, Jun 22, 2016 at 3:17 PM, Akshay Kumar Sanghai > wrote: > > Hi, > > I have a multinode openstack installation (3 controller, 3 network nodes, > > and some compute nodes). > > Like l3 agent, is high availability feature available for the lbaas v2 > > agent? >

[openstack-dev] [lbaas]HA for lbaas v2 agent

2016-06-22 Thread Akshay Kumar Sanghai
Hi, I have a multinode openstack installation (3 controller, 3 network nodes, and some compute nodes). Like l3 agent, is high availability feature available for the lbaas v2 agent? Thanks Akshay __ OpenStack Development Mailin

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

2016-05-26 Thread Akshay Kumar Sanghai
gt; > 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 > . &g

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

2016-05-25 Thread Akshay Kumar Sanghai
om> wrote: > > > 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 control

[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 for

[openstack-dev] [barbican]barbican-worker and barbican-keystone-listener not starting up

2016-05-12 Thread Akshay Kumar Sanghai
Hi, I have a 4 node setup of openstack liberty. 1 controller , 2 compute node and 1 network node. I did a apt-get barbican-api barbican-worker barbican-keystone-listener and installed the components. The deployment is pointing to the ubuntu liberty repository. The database used by all the services

[openstack-dev] [barbican]barbican github installation failing

2016-05-10 Thread Akshay Kumar Sanghai
Hi, I have a 4 node working setup of openstack (1 controller, 1 network node, 2 compute node). I am trying to use ssl offload feature of lbaas v2. For that I need tls containers, hence barbican. I did a git clone of barbican repo from https://github.com/openstack/barbican Then ./bin/barbican.sh ins

[openstack-dev] [lbaas][octavia] Queries on octavia features

2016-04-15 Thread Akshay Kumar Sanghai
Hi, I am trying to use lbaas v2 for loadbalancing in openstack. I have few queries. I don't know whether I should directly ask you guys or not. If you can answer, then that would be great. - Is the v1 of octavia released? The documentation details the v0.5 design and under v1 project specs, there

Re: [openstack-dev] [kloudbuster] authorization failed problem

2016-04-07 Thread Akshay Kumar Sanghai
gt; > > > Thanks very much! > > > > Regards, > > Yichen > > > > *From:* Alec Hothan (ahothan) > *Sent:* Tuesday, April 5, 2016 9:54 AM > *To:* Akshay Kumar Sanghai ; Yichen Wang > (yicwang) > *Cc:* OpenStack List > > *Subject:* Re: [openstack-dev] [kloudb

Re: [openstack-dev] [kloudbuster] authorization failed problem

2016-03-30 Thread Akshay Kumar Sanghai
roxy is the bridge between internal VM > and external world (like the host you are running KloudBuster from). > “Setting up redis connection” means the KloudBuster is trying to connect to > the redis server on the KB-Proxy node. You may see some retries because it > does take some time fo

Re: [openstack-dev] [Rally] single router per tenant in network context

2016-03-30 Thread Akshay Kumar Sanghai
override its setup() method - create single router per tenant and then > attach it to each created network, like here > https://github.com/openstack/rally/blob/master/rally/plugins/openstack/wrappers/network.py#L342-L343 > > Ask me if you need more help > > > On Tue, Mar 15,

Re: [openstack-dev] [kloudbuster] authorization failed problem

2016-03-30 Thread Akshay Kumar Sanghai
key is - you should really have a fully working openstack > deployment before using kloudbuster. Nobody has never tried so far to use > kloudbuster without such basic service as cinder working. > > Thanks > > Alec > > > > From: Akshay Kumar Sanghai > Date: Mon

Re: [openstack-dev] [kloudbuster] authorization failed problem

2016-03-28 Thread Akshay Kumar Sanghai
168.138.51). > You can either use a local VM to run the kloudbuster image (vagrant, > virtual box...) or just simpler, install kloudbuster locally using git > clone or pip install (see the installation instructions in the doc > http://kloudbuster.readthedocs.org/en/latest/). > &

[openstack-dev] [kloudbuster] authorization failed problem

2016-03-23 Thread Akshay Kumar Sanghai
Hi, I am trying to use cloudbuster for the scale testing of openstack setup. I have a openstack setup with 1 controller, 1 network and 2 compute node. I am trying to use to use kloudbuster for scale testing of the setup. I created one VM with kloudbuster image. I accessed the web UI and clicked o

[openstack-dev] [Rally] single router per tenant in network context

2016-03-15 Thread Akshay Kumar Sanghai
Hi, I have a openstack setup with 1 controller node, 1 network node and 2 compute nodes. I want to perform scale testing of the setup in the following manner: - Create 10 tenants - Create 1 router per tenant - Create 100 neutron networks across 10 tenants attached to the router - Create 500 VMs sp