[Openstack] [trove] Request needs authorization error

2018-09-19 Thread Vimal Kumar
Hi, Trove install on OpenStack Pike shows error in logs related to "Manager.publish_exists_event". Has anyone managed to install Trove on Pike without getting this error? Any help would be appreciated. Logs and config included below. Thank you! Regards, Vimal Trove Log: 2018-09-19

[Openstack] [trove] publish_exists_event fails with "This is not a recognized Fernet token"

2018-09-18 Thread Vimal Kumar
Hi, Trove on Pike is running into a known bug: https://bugs.launchpad.net/trove/+bug/1700586 which seems to have been fixed in trove v9.0.0. Is Trove from Queens backward compatible with Pike? I am thinking whether I can install Trove from Queens repo on another server and make it work with the

Re: [Openstack] Fuel 11 deployment fails

2017-04-03 Thread Vimal Kumar
Hi, I faced the same issue few weeks ago while setting up a similar environment. The issue then was that during the installation Fuel master node ( https://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/install/install_set_up_fuel.html ), I had incorrectly set up DHCP Gateway

Re: [Openstack] [Fuel] Unable to provision Compute node

2017-03-17 Thread Vimal Kumar
2017-03-17 15:31:56 ERROR [1236] c2cdd699-609d-4904-9d19-3e1269347d0c: file was not uploaded /tmp/provision.json on node 3 with timeout 180: node has not answered Is there any way to extend this 180 timeout? On Fri, Mar 17, 2017 at 5:00 PM, Vimal Kumar <vimal7...@gmail.com> wrote: >

[Openstack] [Fuel] Unable to provision Compute node

2017-03-17 Thread Vimal Kumar
Hi, I am trying to install OpenStack using Fuel 11. A Fuel slave was provisioned successfully as Controller, but when I try to provision another slave as Compute, I am facing some issues. During provisioning, the 'system_provision' task always fails. This task refers to /usr/bin/provision but I

Re: [Openstack] How to troubleshoot Security Group rules

2017-01-21 Thread Vimal Kumar
] [ml2_type_vlan] [ml2_type_vxlan] vni_ranges = 1:1000 [securitygroup] enable_ipset = True On Fri, Jan 20, 2017 at 2:49 PM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Checkout on the bridge connected to tap ports. > > On Thu, Jan 19, 2017 at 7:02 PM, Vimal Kumar <v

Re: [Openstack] How to troubleshoot Security Group rules

2017-01-19 Thread Vimal Kumar
ne/single node deployment, your security > groups are implemented via iptables on that node. If you had a multi-node > setup, security group rules would show up on the compute hosts. > > On Thu, Jan 19, 2017 at 12:47 AM, Vimal Kumar <vimal7...@gmail.com> wrote: > >> Hi!

[Openstack] How to troubleshoot Security Group rules

2017-01-18 Thread Vimal Kumar
Hi! How can I troubleshoot issues related to security groups? It is probably getting implemented via iptables but where? In the host iptables, or inside network namespace, or inside instance itself? I am running a single-node Newton. I am looking for a way to check whether the rules in my

Re: [Openstack] understanding flows of ovs in openstack

2014-09-26 Thread Vimal Kumar
Information regarding OpenVSwitch, and how it gels in with OpenStack is described at Assaf Muller's blog. Check: http://assafmuller.com/2013/10/10/gre-tunnels/ http://assafmuller.com/2013/10/14/gre-tunnels-in-openstack-neutron/ On Fri, Sep 26, 2014 at 6:49 PM, Srinivasreddy R

[Openstack] Query about dnsmasq and neutron-ovs-cleanup [IceHouse]

2014-06-29 Thread Vimal Kumar
Hello, I followed the exact steps mentioned at: http://docs.openstack.org/trunk/install-guide/install/yum/content/ .. to create a 3 node Openstack IceHouse environment (controller, network compute). I see that neutron-ovs-cleanup service is present on network compute node, but it is turned

Re: [Openstack] Query about dnsmasq and neutron-ovs-cleanup [IceHouse]

2014-06-29 Thread Vimal Kumar
to bare metal systems). I don't know much about neutron-ovs-cleanup, so I can't help with that part of the question. On Sun, Jun 29, 2014 at 1:56 PM, Vimal Kumar vimal7...@gmail.com wrote: Hello, I followed the exact steps mentioned at: http://docs.openstack.org/trunk/install-guide/install

Re: [Openstack] Query about dnsmasq and neutron-ovs-cleanup [IceHouse]

2014-06-29 Thread Vimal Kumar
Icehouse packages in the Ubuntu 14.04 repository. These do start neutron-ovs-cleanup during boot of the network node. Did you install from packages or manually install the components? On Sun, Jun 29, 2014 at 10:09 PM, Vimal Kumar vimal7...@gmail.com wrote: Hello Andrew, Searching further

[Openstack] Unable to attach a new interface to vm

2014-06-20 Thread Vimal Kumar
Hi all, I am running IceHouse (RDO) and currently unable to attach a new interface to a vm. [root@localhost ~(keystone_admin)]# nova interface-attach myvm1 ERROR: PortLimitExceeded_Remote: Maximum number of ports exceeded Traceback (most recent call last): File

Re: [Openstack] [OpenStack] Unable to attach a new interface to vm

2014-06-20 Thread Vimal Kumar
range as another subnet inside net public (which in turn should make Openstack realize that free ips are available) but it still fails with the same error, and eth1 is not yet being created on the vm. Please assist. On Fri, Jun 20, 2014 at 8:38 PM, Vimal Kumar vimal7...@gmail.com wrote: Hi all, I