Tuesday, 2016-01-05

*** stanchan has quit IRC00:42
*** cleverdevil has quit IRC01:02
*** Liuqing has joined #openstack-astara01:37
*** fzylogic has joined #openstack-astara01:42
*** jordantardif has quit IRC02:09
openstackgerritAdam Gandelman proposed openstack/astara: test  https://review.openstack.org/26352702:15
openstackgerritYang Li proposed openstack/astara: Fix log message translator issues  https://review.openstack.org/26316403:04
*** Liuqing has quit IRC05:05
*** Liuqing has joined #openstack-astara05:06
*** Liuqing has quit IRC05:51
openstackgerritxiayu proposed openstack/astara: astara-ctl return error help info  https://review.openstack.org/26260207:02
*** ronis has joined #openstack-astara08:37
*** Prithiv has joined #openstack-astara09:30
*** Prithiv has quit IRC11:38
openstackgerritMerged openstack/astara-neutron: This is the first step in removing auto added resources  https://review.openstack.org/26103815:15
*** ronis has quit IRC15:49
openstackgerritmark mcclain proposed openstack/astara-neutron: Remove version from setup.py  https://review.openstack.org/25503616:46
openstackgerritmark mcclain proposed openstack/astara: Remove version from setup.py  https://review.openstack.org/25503316:50
markmcclainrods: can you re-review: https://review.openstack.org/#/c/260216/117:00
rodsmarkmcclain looking17:00
rodsmarkmcclain +2'd17:01
markmcclainthanks!17:02
markmcclainrods: don't forget to add workflow +117:03
rodsops :)17:03
rodsdone17:04
markmcclainawesome17:04
openstackgerritMerged openstack/astara: Fix log message translator issues  https://review.openstack.org/26316417:20
openstackgerritMerged openstack/astara: devstack: Set correct nova metadata proxy flag  https://review.openstack.org/26111317:20
openstackgerritMerged openstack/astara: Fixes logging in astara-debug-router  https://review.openstack.org/26021117:24
*** cleverdevil has joined #openstack-astara17:24
*** ronis has joined #openstack-astara17:33
openstackgerritMerged openstack/astara: devstack: Unpin DIB  https://review.openstack.org/26021617:34
openstackgerritMerged openstack/astara: Avoid hard coding for driver state  https://review.openstack.org/26246917:34
openstackgerritMerged openstack/astara: Fix more hard coding issue  https://review.openstack.org/26264117:36
openstackgerritMerged openstack/astara: Add loadbalancer example parameters in ini file  https://review.openstack.org/26241617:36
*** jordantardif has joined #openstack-astara18:07
openstackgerritAdam Gandelman proposed openstack/astara: devstack: prevent auth params set in env. polluting client calls  https://review.openstack.org/26383918:34
openstackgerritMerged openstack/astara-neutron: Remove version from setup.py  https://review.openstack.org/25503618:54
openstackgerritMerged openstack/astara: Remove version from setup.py  https://review.openstack.org/25503319:03
openstackgerritEric Lopez proposed openstack/astara: Fixed astara-ctl ssh command  https://review.openstack.org/26295619:08
openstackgerritAdam Gandelman proposed openstack/astara: Filter the 'leader' member from cluster membership list  https://review.openstack.org/26109819:17
rodsadam_g I can reproduce the issue on master(the one where you can't delete a network id you don't delete the router before) http://rods_screenshots.objects.dreamhost.com/01-05-2016-20-30-13.png19:33
rodsI'm opening a bug and assign it to me19:33
adam_grods, oh cool, thanks19:33
adam_gwanted to look at it yesterday but was stalled with some devstack issues (resolved now)19:33
rodsnp19:34
adam_gelo, gave some comments on https://review.openstack.org/#/c/262956/519:42
elook. will update19:50
*** ronis has quit IRC20:04
adam_gi think the functional tests added here have proven reliable https://review.openstack.org/#/c/219952/ and ready for review/merge20:25
rodsadam_g create https://bugs.launchpad.net/astara/+bug/153127420:41
openstackLaunchpad bug 1531274 in Astara "unable to delete tenant networks" [Undecided,New] - Assigned to Rosario Di Somma (mr-rods)20:41
rodsso, my understanding is that a vrrp port for a router(astara) is created for every tenant network and is deleted when a router is rebooted or stopped20:46
rodsbut when a user just tries to delete a network simply removing the interface from the router20:48
rodsthe vrrp port is still there and prevent the network to be deleted20:49
markmcclainrods: things are eventually consistent20:59
markmcclainand not synchronous so not certain how we can prevent this other than busy waiting21:00
rodsmarkmcclain can we override the delete_network in astara-neutron https://github.com/openstack/astara-neutron/blob/master/astara_neutron/plugins/ml2_neutron_plugin.py#L3421:04
rodsto cleanup the vrrp port when a network is deleted?21:05
markmcclainmore likely, we'd want to make the L3 plugin ... synchronously wait for the port to be deleted21:06
markmcclainwill ensure that we're properly l2 agnostic21:06
markmcclainwrap the super method in: https://github.com/openstack/astara-neutron/blob/master/astara_neutron/plugins/ml2_neutron_plugin.py#L9921:07
markmcclainfor remove_router_interface()21:08
rodsyeah, makes sense21:08
rodsmarkmcclain so the wrapper should remove the vrrp port, wait for the port to be gone and the call super method, right?21:14
markmcclainit should remove the logical port and then wait some bounded amount of time for the rug to clean up the VRRP port21:15
markmcclainif we remove the port before the rug might cause other problems21:15
rodsmarkmcclain mmh, I see the logical port(ASTARA:VRRP:2e89fe59-6f70-4494-ba79-49ded1607214) but I don't see the bounded port21:26
markmcclainthe logical port is the one add_router_interface creates21:26
markmcclainit's device_owner is network:router21:27
rodsoh I see it now21:28
*** manjeets has joined #openstack-astara21:36
manjeetsHi I am trying neutron with astara using devstack21:36
manjeetswhen i build a router its taking long time to change status from build to active21:36
manjeetsis that normal ?21:36
manjeetsto login to my router vm if sshkey is insereted properly what user name should be used21:40
elomanjeets: is this a nested environment? What HV is used, e.g. virtual box, lvm, vmware? What is the hardware type21:40
eloastara is the username.21:40
manjeetsI guess its nested21:41
manjeetsI am using a vm over public cloud21:41
manjeetsto try astara with single node devstack21:41
elomy DevVM environment is 4 CPU/4 GB ram21:43
manjeetsokay its 8gb ram/ 4 cpu21:44
adam_gmanjeets, see that nova reports the VM as ACTIVE first21:45
openstackgerritAdam Gandelman proposed openstack/astara: Push orchestrator config into the appliance  https://review.openstack.org/25561221:45
openstackgerritAdam Gandelman proposed openstack/astara: Cleanup SM management during rebalance events.  https://review.openstack.org/25921621:45
openstackgerritAdam Gandelman proposed openstack/astara: Adds a new rebalance takeover state  https://review.openstack.org/26074821:45
manjeetsyes it is active21:47
manjeetsI am able to ping router ip21:47
manjeetsbut not able to login into router vm21:48
manjeetsusing ssh atsar@router_ip21:48
manjeetsastara*21:48
manjeetswhen i add interface to router should i choose one with IPv4 or IPv6 . it shows two for same network i created21:51
manjeetsadam_g: elo:21:52
adam_gmanjeets, nova should show it as having an address on the mgt network--thats the one you should be using to ssh21:53
eloand the appliance key from /home/$STACK_USER/.ssh/id_rsa.pub file21:55
eloin my nested environment it took about 5m to deploy and configure a new router instance21:56
manjeetsnova shows mgmt ipv6 in Ip when i first create the router21:59
manjeetsif add interface and gateway then shows that as well on IP22:00
manjeetsI used default network thenet for my instance i just created22:01
*** stanchan has joined #openstack-astara22:02
manjeetsand associated fip to that instance and not able to ping instance even after adding sgrule for icmp and ssh22:02
*** cleverdevil- has joined #openstack-astara23:00
*** cleverdevil has quit IRC23:02
*** cleverdevil- has quit IRC23:07
openstackgerritAdam Gandelman proposed openstack/astara: Adds reno for release notes management  https://review.openstack.org/26394223:08
openstackgerritAdam Gandelman proposed openstack/astara: Dynamically allocate service port addresses  https://review.openstack.org/26394323:08
adam_g^ backports23:08
* adam_g goes to eye doctor23:08
*** cleverdevil has joined #openstack-astara23:10
openstackgerritEric Lopez proposed openstack/astara: Fixed astara-ctl ssh command  https://review.openstack.org/26295623:30

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!