openstackgerrit | Merged openstack/astara-neutron: allow DHCP from router interfaces https://review.openstack.org/272269 | 00:14 |
---|---|---|
openstackgerrit | Adam Gandelman proposed openstack/astara: Make test suite backward compat with identity v2 https://review.openstack.org/274934 | 00:27 |
*** shashank_hegde has quit IRC | 01:07 | |
*** xiayu has joined #openstack-astara | 01:07 | |
xiayu | Hi, 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 |
elo | xiayu: how easily would this to back port to liberty or kilo? | 01:16 |
xiayu | very easy.. | 01:17 |
elo | cool. I just looked at trying to back port to liberty and didn't see any real issues. wasn't sure about kilo | 01:17 |
xiayu | just switch sudo to sudo astara-rootwrap and add some config file. | 01:17 |
xiayu | elo, did you run astara in a production environment? | 01:24 |
xiayu | i want to use astara to replace neutron-dhcp-agent in my company's juno environment | 01:25 |
xiayu | about 500 networks and in 600 host. | 01:26 |
markmcclain | xiayu: that's cool.. should be doable | 01:27 |
markmcclain | the kilo branch should be mostly compatible with juno | 01:28 |
adam_g | xiayu, 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 wel | 01:31 |
adam_g | xiayu, were you working on that? i thought that you said you were, so i re-targetted the BP to m3 | 01:31 |
xiayu | yes, still some test work to do. | 01:32 |
adam_g | xiayu, ok cool! once we have that in i'll close out that BP as done | 01:33 |
xiayu | ok | 01:33 |
openstackgerrit | Merged openstack/astara: Make test suite backward compat with identity v2 https://review.openstack.org/274934 | 02:29 |
openstackgerrit | Merged openstack/astara-appliance: Add vim package back to image https://review.openstack.org/274224 | 04:08 |
*** shashank_hegde has joined #openstack-astara | 04:14 | |
*** shashank_hegde has quit IRC | 05:17 | |
*** shashank_hegde has joined #openstack-astara | 06:26 | |
*** shashank_hegde has quit IRC | 06:48 | |
*** shashank_hegde has joined #openstack-astara | 07:18 | |
*** shashank_hegde has quit IRC | 08:19 | |
*** prithiv has joined #openstack-astara | 09:11 | |
*** openstackgerrit has quit IRC | 10:17 | |
*** openstackgerrit has joined #openstack-astara | 10:17 | |
*** prithiv has quit IRC | 12:16 | |
*** phil_h has quit IRC | 12:18 | |
*** j_king_ has joined #openstack-astara | 12:35 | |
*** j_king has quit IRC | 12:36 | |
*** prithiv has joined #openstack-astara | 13:05 | |
*** davidlenwell has quit IRC | 13:24 | |
*** prithiv has quit IRC | 13:29 | |
*** davidlenwell has joined #openstack-astara | 13:29 | |
*** prithiv has joined #openstack-astara | 14:04 | |
*** phil_h has joined #openstack-astara | 14:12 | |
*** phil_h has quit IRC | 15:03 | |
stupidnic | Is there a setting in orchestrator.ini to override the use of publicURL to use internalURL instead? | 15:22 |
markmcclain | stupidnic: for which services? | 15:22 |
stupidnic | markmcclain: I think it was hitting neutron (9696) | 15:22 |
markmcclain | stupidnic: 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 IRC | 15:25 | |
stupidnic | I checked the current orchestrator.ini sample but nothing jumped out at me | 15:25 |
*** phil_h has joined #openstack-astara | 15:47 | |
phil_h | adam_g: does anyone have any notes about setting up ha, load balancers or pez? | 16:00 |
openstackgerrit | Merged openstack/astara-appliance: Make the management interface MTU configurable https://review.openstack.org/274281 | 16:49 |
*** justinlund1 has joined #openstack-astara | 17:06 | |
*** justinlund has quit IRC | 17:08 | |
*** prithiv has joined #openstack-astara | 17:19 | |
*** openstackgerrit has quit IRC | 17:32 | |
*** openstackgerrit has joined #openstack-astara | 17:32 | |
*** prithiv has quit IRC | 17:50 | |
openstackgerrit | Ryan Petrello proposed openstack/astara: Fixed astara-ctl ssh command https://review.openstack.org/275345 | 17:52 |
ryanpetrello | elopez adam_g markmcclain mind peeking at ^? | 17:58 |
ryanpetrello | currently working on a similar backport for liberty | 17:59 |
elopez | ok | 17:59 |
ryanpetrello | it's a backport of a fix you wrote a few weeks back for HEAD, elopez | 17:59 |
ryanpetrello | you all have any idea if the router username in liberty is astara or akanda? | 18:00 |
elopez | on my system its aster | 18:08 |
elopez | ^aster^astara | 18:08 |
ryanpetrello | for kilo? | 18:11 |
ryanpetrello | I thought the image for kilo still used akanda at that point | 18:11 |
adam_g | phil_h, some slightly out of date lbaas notes are here https://etherpad.openstack.org/p/akanda-lbaas | 18:21 |
adam_g | phil_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 to | 18:21 |
phil_h | I think I have the loadbalancer stuff figured out and yes a few minutes on HA and pez would be helpful. | 18:22 |
adam_g | phil_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_g | http://docs.openstack.org/developer/tooz/drivers.html | 18:23 |
adam_g | we use memcache for testing in devstack, zookeeper is a better option for production | 18:24 |
adam_g | with that set in config and copied across nodes, you can spin up multiple astara-orchestrator processes across nodes and have them cluster for HA/scale | 18:24 |
markmcclain | ryanpetrello: akanda for <kilo and astara for liberty+ | 18:29 |
ryanpetrello | k, that's what I thought | 18:29 |
ryanpetrello | working on a patch right now for liberty | 18:29 |
ryanpetrello | wait | 18:29 |
ryanpetrello | so akanda for <= kilo right? | 18:29 |
markmcclain | yeah.. the ranges are inclusive | 18:29 |
ryanpetrello | k | 18:29 |
markmcclain | in an upgraded env | 18:30 |
ryanpetrello | should have a liberty patchset soon | 18:30 |
markmcclain | the ssh command will be funky | 18:30 |
ryanpetrello | spinning up devstack | 18:30 |
markmcclain | ideally an rolling appliance upgrade will be required | 18:30 |
elo | is the patch you did for liberty or kilo? | 18:30 |
phil_h | adam_g, thanks, I will look at them this afternoon and if I run into a problem you will hear from me!!! | 18:30 |
markmcclain | we might consider making backport to kilo that makes the used name configurable to astara | 18:30 |
markmcclain | and default to akanda | 18:30 |
markmcclain | so new clouds could plan for future upgrade | 18:31 |
ryanpetrello | yea, maybe | 18:31 |
ryanpetrello | adam_g markmcclain what do I do about this docs failure :/ https://review.openstack.org/#/c/275345/ | 18:36 |
adam_g | ryanpetrello, ill get it fixed soon, just added that job to our gate. | 18:37 |
ryanpetrello | okay, cool | 18:37 |
*** shashank_hegde has joined #openstack-astara | 18:38 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Fixed astara-ctl ssh command https://review.openstack.org/275345 | 18:47 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Add sphinx to test-requirements.txt https://review.openstack.org/275374 | 18:47 |
adam_g | ryanpetrello, ^ that should do it, i think | 18:47 |
ryanpetrello | +2a | 18:52 |
cleverdevil | elo, you around? | 19:30 |
cleverdevil | I'll email :) | 19:32 |
markmcclain | adam_g: https://jenkins07.openstack.org/job/gate-functional-dsvm-astara/116/console | 19:47 |
markmcclain | interesting failure of something that passed previously | 19:47 |
adam_g | markmcclain, hmm what patch? | 19:48 |
markmcclain | mtu change | 19:48 |
markmcclain | https://review.openstack.org/#/c/274293/ | 19:49 |
openstackgerrit | Merged openstack/astara: Add sphinx to test-requirements.txt https://review.openstack.org/275374 | 19:49 |
openstackgerrit | Merged openstack/astara: Fixed astara-ctl ssh command https://review.openstack.org/275345 | 19:49 |
adam_g | markmcclain, ya, thats weird. looks like the mgt port never bound to the server | 19:52 |
adam_g | and then it timed out in cleanup, wonder if nova dropped the ball somewhere | 19:52 |
markmcclain | possibly | 19:52 |
markmcclain | adam_g: http://logs.openstack.org/93/274293/2/gate/gate-functional-dsvm-astara/c468441/logs/screen-n-cpu.txt.gz?level=WARNING | 19:54 |
adam_g | interesting | 19:55 |
markmcclain | thinking 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=WARNING | 19:56 |
markmcclain | seems to be agent confusion between local and the image hostname | 19:56 |
openstackgerrit | Ryan Petrello proposed openstack/astara: Fixed astara-ctl ssh command https://review.openstack.org/275390 | 19:59 |
ryanpetrello | adam_g ^ for liberty | 20:00 |
elopez | yes i'm around | 20:02 |
phil_h | adam_g: I am struggling to get neuton.conf set right for lbaas | 20:12 |
phil_h | what do you have for the service_provider line? | 20:13 |
phil_h | I need something for LOADBALANCERV2 | 20:13 |
adam_g | phil_h, do you mean service_plugins ? | 20:14 |
phil_h | no, I am getting this error: ERROR neutron.services.service_base No providers specified for 'LOADBALANCERV2' service, exiting | 20:15 |
phil_h | that came after I got the service_plugins set | 20:16 |
phil_h | and api_extensions | 20:17 |
adam_g | phil_h, give me a few i need to recreate an environment with it enabled to confirm | 20:19 |
adam_g | phil_h, oh wait | 20:19 |
adam_g | service_provider = LOADBALANCERV2:LoggingNoop:neutron_lbaas.drivers.logging_noop.driver.LoggingNoopLoadBalancerDriver:default | 20:19 |
adam_g | set that in neutron_lbaas.conf | 20:19 |
phil_h | thanks | 20:19 |
adam_g | and when you restart neutron-ap, ensure you also pass --config-file /etc/neuton/neutron_lbaas.conf | 20:19 |
phil_h | easier to add a [service | 20:21 |
phil_h | [service | 20:21 |
phil_h | sorry | 20:21 |
phil_h | [service_provider] section to neutron.conf | 20:22 |
*** j_king_ is now known as j_king | 21:01 | |
ryanpetrello | anybody have time for a +a https://review.openstack.org/#/c/275390/ markmcclain rods ? | 21:46 |
* rods looks | 21:47 | |
* markmcclain fight through series of 503 errors to view | 21:48 | |
rods | ryanpetrello is that ""AKANDA:MGT:%s" correct? | 21:48 |
rods | shouldn't be astara? | 21:48 |
rods | I might be wrong | 21:49 |
phil_h | do our lbaas v2 commands compare to the ones that Octavia implement? | 21:49 |
ryanpetrello | not in liberty: https://github.com/openstack/astara/blob/stable/liberty/akanda/rug/api/neutron.py#L671 | 21:49 |
rods | k | 21:49 |
markmcclain | ryanpetrello: +2/A | 21:50 |
ryanpetrello | thanks | 21:50 |
markmcclain | phil_h: we implement the neutron LBaaS API, so should be same | 21:50 |
markmcclain | we currently don't support any extra extensions | 21:50 |
phil_h | great | 21:50 |
phil_h | thanks - just trying to get everything working so I can document it. | 21:51 |
*** shashank_hegde has quit IRC | 22:00 | |
*** shashank_hegde has joined #openstack-astara | 22:03 | |
ryanpetrello | btw markmcclain adam_g that `rug-ctl ssh` backport works for us in our kilo cluster | 22:07 |
ryanpetrello | just tested it in production | 22:07 |
ryanpetrello | \o/ | 22:07 |
adam_g | ryanpetrello, nice. happy ssh'ing. | 22:07 |
openstackgerrit | Merged openstack/astara: Fixed astara-ctl ssh command https://review.openstack.org/275390 | 22:19 |
*** markmcclain has quit IRC | 22:25 | |
openstackgerrit | Merged openstack/astara: Add variable MTU support to the orchestrator. https://review.openstack.org/274293 | 22:26 |
*** markmcclain has joined #openstack-astara | 22:26 | |
*** shashank_hegde has quit IRC | 22:35 | |
*** shashank_hegde has joined #openstack-astara | 22:58 | |
*** shashank_hegde has quit IRC | 23:21 | |
*** shashank_hegde has joined #openstack-astara | 23:35 | |
*** shashank_hegde has quit IRC | 23:44 | |
*** justinlund has joined #openstack-astara | 23:49 | |
*** shashank_hegde has joined #openstack-astara | 23:49 | |
*** justinlund1 has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!