Tuesday, 2016-02-02

openstackgerritMerged openstack/astara-neutron: allow DHCP from router interfaces  https://review.openstack.org/27226900:14
openstackgerritAdam Gandelman proposed openstack/astara: Make test suite backward compat with identity v2  https://review.openstack.org/27493400:27
*** shashank_hegde has quit IRC01:07
*** xiayu has joined #openstack-astara01:07
xiayuHi, Adam,Mark, i noticed that you change the bp rootwarp's state and add a todo. I have finished the code work and testing it.01:14
eloxiayu: how easily would this to back port to liberty or kilo?01:16
xiayuvery easy..01:17
elocool. I just looked at trying to back port to liberty and didn't see any real issues. wasn't sure about kilo01:17
xiayujust switch sudo to sudo astara-rootwrap and add some config file.01:17
xiayuelo, did you run astara in a production environment?01:24
xiayui want to use astara to replace neutron-dhcp-agent in my company's juno environment01:25
xiayuabout 500 networks and in 600 host.01:26
markmcclainxiayu: that's cool.. should be doable01:27
markmcclainthe kilo branch should be mostly compatible with juno01:28
adam_gxiayu, hi xia, the rootwrap patch for the main astara repo is merged, there is still some shelling out we do in the astara-appliance repo that i'd like to convert to using rootwrap as wel01:31
adam_gxiayu, were you working on that? i thought that you said you were, so i re-targetted the BP to m301:31
xiayuyes, still some test work to do.01:32
adam_gxiayu, ok cool! once we have that in i'll close out that BP as done01:33
xiayuok01:33
openstackgerritMerged openstack/astara: Make test suite backward compat with identity v2  https://review.openstack.org/27493402:29
openstackgerritMerged openstack/astara-appliance: Add vim package back to image  https://review.openstack.org/27422404:08
*** shashank_hegde has joined #openstack-astara04:14
*** shashank_hegde has quit IRC05:17
*** shashank_hegde has joined #openstack-astara06:26
*** shashank_hegde has quit IRC06:48
*** shashank_hegde has joined #openstack-astara07:18
*** shashank_hegde has quit IRC08:19
*** prithiv has joined #openstack-astara09:11
*** openstackgerrit has quit IRC10:17
*** openstackgerrit has joined #openstack-astara10:17
*** prithiv has quit IRC12:16
*** phil_h has quit IRC12:18
*** j_king_ has joined #openstack-astara12:35
*** j_king has quit IRC12:36
*** prithiv has joined #openstack-astara13:05
*** davidlenwell has quit IRC13:24
*** prithiv has quit IRC13:29
*** davidlenwell has joined #openstack-astara13:29
*** prithiv has joined #openstack-astara14:04
*** phil_h has joined #openstack-astara14:12
*** phil_h has quit IRC15:03
stupidnicIs there a setting in orchestrator.ini to override the use of publicURL to use internalURL instead?15:22
markmcclainstupidnic: for which services?15:22
stupidnicmarkmcclain: I think it was hitting neutron (9696)15:22
markmcclainstupidnic: Right by default it is going to request the public URL from keystone.  There is a way to request that the internalURL be used.15:24
*** prithiv has quit IRC15:25
stupidnicI checked the current orchestrator.ini sample but nothing jumped out at me15:25
*** phil_h has joined #openstack-astara15:47
phil_hadam_g: does anyone have any notes about setting up ha, load balancers or pez?16:00
openstackgerritMerged openstack/astara-appliance: Make the management interface MTU configurable  https://review.openstack.org/27428116:49
*** justinlund1 has joined #openstack-astara17:06
*** justinlund has quit IRC17:08
*** prithiv has joined #openstack-astara17:19
*** openstackgerrit has quit IRC17:32
*** openstackgerrit has joined #openstack-astara17:32
*** prithiv has quit IRC17:50
openstackgerritRyan Petrello proposed openstack/astara: Fixed astara-ctl ssh command  https://review.openstack.org/27534517:52
ryanpetrelloelopez adam_g markmcclain mind peeking at ^?17:58
ryanpetrellocurrently working on a similar backport for liberty17:59
elopezok17:59
ryanpetrelloit's a backport of a fix you wrote a few weeks back for HEAD, elopez17:59
ryanpetrelloyou all have any idea if the router username in liberty is astara or akanda?18:00
elopezon my system its aster18:08
elopez^aster^astara18:08
ryanpetrellofor kilo?18:11
ryanpetrelloI thought the image for kilo still used akanda at that point18:11
adam_gphil_h, some slightly out of date lbaas notes are here https://etherpad.openstack.org/p/akanda-lbaas18:21
adam_gphil_h, pez and the ha stuff isn't really captured anywhere, but its a relatively simple setup i could walk you through if you wanted to18:21
phil_hI think I have the loadbalancer stuff figured out and yes a few minutes on HA and pez would be helpful.18:22
adam_gphil_h, for HA, all you really need to do is set, in the [coordination] sectino of config, enabled=True and url=$url_for_a_tooz_supported_service (ie, memcache or zookeeper)18:23
adam_ghttp://docs.openstack.org/developer/tooz/drivers.html18:23
adam_gwe use memcache for testing in devstack, zookeeper is a better option for production18:24
adam_gwith that set in config and copied across nodes, you can spin up multiple astara-orchestrator processes across nodes and have them cluster for HA/scale18:24
markmcclainryanpetrello: akanda for <kilo and astara for liberty+18:29
ryanpetrellok, that's what I thought18:29
ryanpetrelloworking on a patch right now for liberty18:29
ryanpetrellowait18:29
ryanpetrelloso akanda for <= kilo right?18:29
markmcclainyeah.. the ranges are inclusive18:29
ryanpetrellok18:29
markmcclainin an upgraded env18:30
ryanpetrelloshould have a liberty patchset soon18:30
markmcclainthe ssh command will be funky18:30
ryanpetrellospinning up devstack18:30
markmcclainideally an rolling appliance upgrade will be required18:30
elois the patch you did for liberty or kilo?18:30
phil_hadam_g, thanks, I will look at them this afternoon and if I run into a problem you will hear from me!!!18:30
markmcclainwe might consider making backport to kilo that makes the used name configurable to astara18:30
markmcclainand default to akanda18:30
markmcclainso new clouds could plan for future upgrade18:31
ryanpetrelloyea, maybe18:31
ryanpetrelloadam_g markmcclain what do I do about this docs failure :/ https://review.openstack.org/#/c/275345/18:36
adam_gryanpetrello, ill get it fixed soon, just added that job to our gate.18:37
ryanpetrellookay, cool18:37
*** shashank_hegde has joined #openstack-astara18:38
openstackgerritAdam Gandelman proposed openstack/astara: Fixed astara-ctl ssh command  https://review.openstack.org/27534518:47
openstackgerritAdam Gandelman proposed openstack/astara: Add sphinx to test-requirements.txt  https://review.openstack.org/27537418:47
adam_gryanpetrello, ^ that should do it, i think18:47
ryanpetrello+2a18:52
cleverdevilelo, you around?19:30
cleverdevilI'll email :)19:32
markmcclainadam_g: https://jenkins07.openstack.org/job/gate-functional-dsvm-astara/116/console19:47
markmcclaininteresting failure of something that passed previously19:47
adam_gmarkmcclain, hmm what patch?19:48
markmcclainmtu change19:48
markmcclainhttps://review.openstack.org/#/c/274293/19:49
openstackgerritMerged openstack/astara: Add sphinx to test-requirements.txt  https://review.openstack.org/27537419:49
openstackgerritMerged openstack/astara: Fixed astara-ctl ssh command  https://review.openstack.org/27534519:49
adam_gmarkmcclain, ya, thats weird. looks like the mgt port never bound to the server19:52
adam_gand then it timed out in cleanup, wonder if nova dropped the ball somewhere19:52
markmcclainpossibly19:52
markmcclainadam_g: http://logs.openstack.org/93/274293/2/gate/gate-functional-dsvm-astara/c468441/logs/screen-n-cpu.txt.gz?level=WARNING19:54
adam_ginteresting19:55
markmcclainthinking it's a hostname problem: http://logs.openstack.org/93/274293/2/gate/gate-functional-dsvm-astara/c468441/logs/screen-q-svc.txt.gz?level=WARNING19:56
markmcclainseems to be agent confusion between local and the image hostname19:56
openstackgerritRyan Petrello proposed openstack/astara: Fixed astara-ctl ssh command  https://review.openstack.org/27539019:59
ryanpetrelloadam_g ^ for liberty20:00
elopezyes i'm around20:02
phil_hadam_g: I am struggling to get neuton.conf set right for lbaas20:12
phil_hwhat do you have for the service_provider line?20:13
phil_hI need something for LOADBALANCERV220:13
adam_gphil_h, do you mean service_plugins ?20:14
phil_hno, I am getting this error: ERROR neutron.services.service_base No providers specified for 'LOADBALANCERV2' service, exiting20:15
phil_hthat came after I got the service_plugins set20:16
phil_hand api_extensions20:17
adam_gphil_h, give me a few i need to recreate an environment with it enabled to confirm20:19
adam_gphil_h, oh wait20:19
adam_gservice_provider = LOADBALANCERV2:LoggingNoop:neutron_lbaas.drivers.logging_noop.driver.LoggingNoopLoadBalancerDriver:default20:19
adam_gset that in neutron_lbaas.conf20:19
phil_hthanks20:19
adam_gand when you restart neutron-ap, ensure you also pass --config-file /etc/neuton/neutron_lbaas.conf20:19
phil_heasier to add a [service20:21
phil_h[service20:21
phil_hsorry20:21
phil_h[service_provider] section to neutron.conf20:22
*** j_king_ is now known as j_king21:01
ryanpetrelloanybody have time for a +a https://review.openstack.org/#/c/275390/ markmcclain rods ?21:46
* rods looks21:47
* markmcclain fight through series of 503 errors to view21:48
rodsryanpetrello is that ""AKANDA:MGT:%s" correct?21:48
rodsshouldn't be astara?21:48
rodsI might be wrong21:49
phil_hdo our lbaas v2 commands compare to the ones that Octavia implement?21:49
ryanpetrellonot in liberty: https://github.com/openstack/astara/blob/stable/liberty/akanda/rug/api/neutron.py#L67121:49
rodsk21:49
markmcclainryanpetrello: +2/A21:50
ryanpetrellothanks21:50
markmcclainphil_h: we implement the neutron LBaaS API, so should be same21:50
markmcclainwe currently don't support any extra extensions21:50
phil_hgreat21:50
phil_hthanks - just trying to get everything working so I can document it.21:51
*** shashank_hegde has quit IRC22:00
*** shashank_hegde has joined #openstack-astara22:03
ryanpetrellobtw markmcclain adam_g that `rug-ctl ssh` backport works for us in our kilo cluster22:07
ryanpetrellojust tested it in production22:07
ryanpetrello\o/22:07
adam_gryanpetrello, nice. happy ssh'ing.22:07
openstackgerritMerged openstack/astara: Fixed astara-ctl ssh command  https://review.openstack.org/27539022:19
*** markmcclain has quit IRC22:25
openstackgerritMerged openstack/astara: Add variable MTU support to the orchestrator.  https://review.openstack.org/27429322:26
*** markmcclain has joined #openstack-astara22:26
*** shashank_hegde has quit IRC22:35
*** shashank_hegde has joined #openstack-astara22:58
*** shashank_hegde has quit IRC23:21
*** shashank_hegde has joined #openstack-astara23:35
*** shashank_hegde has quit IRC23:44
*** justinlund has joined #openstack-astara23:49
*** shashank_hegde has joined #openstack-astara23:49
*** justinlund1 has quit IRC23:51

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