openstackgerrit | Adam Gandelman proposed openstack/astara: Adds a functional test for router interfaces https://review.openstack.org/264515 | 00:07 |
---|---|---|
openstackgerrit | Adam Gandelman proposed openstack/astara: Add astara-ctl + API functional tests https://review.openstack.org/243874 | 00:07 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Enrich functional test suite https://review.openstack.org/219952 | 00:07 |
openstackgerrit | Adam Gandelman proposed openstack/astara: fail func tests early (do not merge) https://review.openstack.org/266666 | 00:07 |
openstackgerrit | Merged openstack/astara: gate fixer: Fix devstack auth issue and new PEP8 violation https://review.openstack.org/267165 | 00:34 |
*** ryanpetrello has quit IRC | 00:49 | |
*** ryanpetrello has joined #openstack-astara | 00:50 | |
*** ryanpetrello has quit IRC | 00:55 | |
*** cleverdevil has quit IRC | 00:56 | |
*** ryanpetrello has joined #openstack-astara | 00:57 | |
*** ryanpetrello has quit IRC | 01:02 | |
*** ryanpetrello has joined #openstack-astara | 01:06 | |
*** ryanpetrello has quit IRC | 01:11 | |
*** ryanpetrello has joined #openstack-astara | 01:13 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Log error on functional gate job failure https://review.openstack.org/256086 | 01:19 |
*** elo has quit IRC | 01:21 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Rename self.driver to self.resource where applicable https://review.openstack.org/266590 | 01:22 |
openstackgerrit | Adam Gandelman proposed openstack/astara: WIP Add clustering capabilities to instance manager https://review.openstack.org/267263 | 01:22 |
*** xiayu has joined #openstack-astara | 01:35 | |
xiayu | why we always got a test_appliance_is_alive ... FAIL? | 01:37 |
adam_g | xiayu, there's a bug, which i believe is due to the job landing on slow slaves, where the first config update to the appliance hangs in the applinace VM | 01:48 |
adam_g | you'll notice it when you look at the astara log for a faile djob and the last line is: http://logs.openstack.org/39/263839/1/check/gate-functional-dsvm-astara/8d3abc9/logs/screen-astara.txt.gz#_2016-01-13_20_53_41_195 | 01:49 |
adam_g | im hoping patch #256086 can echo an error msg when we hit it so we can have ER catch it and comment on the patch | 01:50 |
adam_g | although, we also did have a bug in os-client-config break our gate job today | 01:50 |
xiayu | ok, i got it | 01:54 |
*** stanchan has quit IRC | 01:54 | |
*** elo has joined #openstack-astara | 02:11 | |
openstackgerrit | Yang Li proposed openstack/astara: Fix loadbalancer typo in unittest https://review.openstack.org/267272 | 02:13 |
openstackgerrit | xiayu proposed openstack/astara: Automatically generate etc/orchestrator.ini file https://review.openstack.org/265576 | 02:23 |
openstackgerrit | Merged openstack/astara: devstack: Use trueorfalse function https://review.openstack.org/265625 | 02:28 |
openstackgerrit | Merged openstack/astara: Use the router driver to remove the vrrp ports https://review.openstack.org/266012 | 02:28 |
openstackgerrit | Merged openstack/astara: Remove 'FIXME' if it's already be done https://review.openstack.org/266643 | 02:34 |
*** elo has quit IRC | 02:42 | |
openstackgerrit | Yang Hongyang proposed openstack/astara: Refactor ensure_cache for loadbalancer driver https://review.openstack.org/266741 | 02:45 |
openstackgerrit | Yang Hongyang proposed openstack/astara: Refactor ensure_cache for router driver https://review.openstack.org/266742 | 02:45 |
*** xiayu1 has joined #openstack-astara | 02:51 | |
*** xiayu has quit IRC | 02:52 | |
*** yanghy has joined #openstack-astara | 02:57 | |
*** leonstack has quit IRC | 03:39 | |
*** leonstack has joined #openstack-astara | 03:40 | |
*** xiayu1 has quit IRC | 03:45 | |
*** xiayu has joined #openstack-astara | 03:47 | |
*** ryanpetrello has quit IRC | 04:33 | |
*** ryanpetrello has joined #openstack-astara | 04:38 | |
*** ryanpetrello has quit IRC | 04:43 | |
*** stanchan has joined #openstack-astara | 04:44 | |
*** stanchan has quit IRC | 04:52 | |
*** ryanpetrello has joined #openstack-astara | 05:00 | |
*** ryanpetrello has quit IRC | 05:06 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: ensure_cache() during router pre_plug() https://review.openstack.org/267309 | 05:39 |
xiayu | we use firewall/rules interface to get astara-appliance's alive info, why? | 06:41 |
xiayu | def is_alive(host, port): | 06:41 |
xiayu | path = ASTARA_BASE_PATH + 'firewall/rules' | 06:41 |
xiayu | try: | 06:41 |
xiayu | s = _get_proxyless_session() | 06:41 |
xiayu | r = s.get(_mgt_url(host, port, path), timeout=cfg.CONF.alive_timeout) | 06:41 |
xiayu | if r.status_code == 200: | 06:42 |
xiayu | return True | 06:42 |
xiayu | except Exception as e: | 06:42 |
xiayu | LOG.debug('is_alive for %s failed: %s', host, str(e)) | 06:42 |
xiayu | return False | 06:42 |
*** elo has joined #openstack-astara | 07:09 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Add astara-ctl + API functional tests https://review.openstack.org/243874 | 08:04 |
openstackgerrit | Adam Gandelman proposed openstack/astara: ensure_cache() during router pre_plug() https://review.openstack.org/267309 | 08:04 |
openstackgerrit | Adam Gandelman proposed openstack/astara: fail func tests early (do not merge) https://review.openstack.org/266666 | 08:04 |
*** ronis has joined #openstack-astara | 08:37 | |
leonstack | hi xiayu. I think it make sense...It just wants to make sure it can get request data from astara. After that astara will sent data to astara-appliance, then astara-appliance config the firewall rules in instance..:) | 08:40 |
xiayu | this API just get firewall rules already config in instance, if we want to check the instance's live, why not use another api. | 08:46 |
*** reedip is now known as outofmemory | 08:57 | |
leonstack | xiayu, I saw it was used in InstanceManager.update_state function, and in this function it just want to make sure it can be arrived by astara and update its status, no matter it's configured or not. And the final purpose of this function is to communicate with astara-application, so I think it's fine here.... | 09:32 |
openstackgerrit | Yang Hongyang proposed openstack/astara: Enable pez unit tests https://review.openstack.org/267435 | 09:45 |
openstackgerrit | Yang Hongyang proposed openstack/astara: Enable pez unit tests https://review.openstack.org/267435 | 09:55 |
openstackgerrit | Rosario Di Somma proposed openstack/astara: Delete detached vrrp ports when a newtork is removed https://review.openstack.org/267088 | 09:56 |
openstackgerrit | Merged openstack/astara: Modify 'router' to 'loadbalancer' for loadbalancer driver https://review.openstack.org/266191 | 11:47 |
openstackgerrit | Yang Li proposed openstack/astara: Modify xrange() to six.moves.range() for both python2 and python3 https://review.openstack.org/267522 | 12:43 |
*** justinlund has quit IRC | 14:16 | |
*** xiayu has quit IRC | 14:32 | |
*** yanghy has quit IRC | 14:51 | |
*** justinlund has joined #openstack-astara | 15:13 | |
*** ryanpetrello has joined #openstack-astara | 15:13 | |
*** ronis has quit IRC | 16:06 | |
*** ronis has joined #openstack-astara | 16:17 | |
*** ronis has quit IRC | 16:23 | |
*** xiayu has joined #openstack-astara | 16:40 | |
*** justinlund has quit IRC | 16:41 | |
*** prithiv has joined #openstack-astara | 16:47 | |
*** prithiv has quit IRC | 16:48 | |
*** prithiv has joined #openstack-astara | 16:49 | |
*** cleverdevil has joined #openstack-astara | 16:51 | |
*** prithiv has quit IRC | 16:54 | |
*** prithiv has joined #openstack-astara | 17:06 | |
*** cleverdevil has quit IRC | 17:35 | |
*** cleverdevil has joined #openstack-astara | 17:37 | |
*** ronis has joined #openstack-astara | 17:46 | |
*** justinlund has joined #openstack-astara | 17:46 | |
*** cleverdevil- has joined #openstack-astara | 17:51 | |
*** cleverdevil has quit IRC | 17:54 | |
*** cleverdevil has joined #openstack-astara | 17:56 | |
*** cleverdevil_ has joined #openstack-astara | 17:57 | |
*** cleverdevil- has quit IRC | 17:58 | |
*** prithiv has quit IRC | 18:01 | |
*** cleverdevil has quit IRC | 18:01 | |
*** prithiv has joined #openstack-astara | 18:01 | |
*** prithiv has quit IRC | 18:22 | |
openstackgerrit | mark mcclain proposed openstack/astara: Adds reno for release notes management https://review.openstack.org/263942 | 18:41 |
openstackgerrit | Merged openstack/astara: Enable pez unit tests https://review.openstack.org/267435 | 18:53 |
openstackgerrit | Merged openstack/astara: Fix loadbalancer typo in unittest https://review.openstack.org/267272 | 18:56 |
openstackgerrit | Merged openstack/astara: Astara oslo.rootwrap https://review.openstack.org/264759 | 18:57 |
openstackgerrit | Merged openstack/astara: Modify xrange() to six.moves.range() for both python2 and python3 https://review.openstack.org/267522 | 18:57 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Add astara-ctl + API functional tests https://review.openstack.org/243874 | 19:03 |
openstackgerrit | Adam Gandelman proposed openstack/astara: ensure_cache() during router pre_plug() https://review.openstack.org/267309 | 19:03 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Enrich functional test suite https://review.openstack.org/219952 | 19:03 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Allow API listening address to be specified in config https://review.openstack.org/246005 | 19:03 |
openstackgerrit | Adam Gandelman proposed openstack/astara: fail func tests early (do not merge) https://review.openstack.org/266666 | 19:03 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Drop astara.openstack and astara.service https://review.openstack.org/267130 | 19:06 |
adam_g | markmcclain, fixed a trivial pep8 on that last one if you wanna re +W it | 19:06 |
openstackgerrit | Merged openstack/astara: Ignore AttributeError for instance provider https://review.openstack.org/265045 | 19:12 |
*** ronis has quit IRC | 19:24 | |
openstackgerrit | Merged openstack/astara: Remove response body from cli output https://review.openstack.org/265113 | 19:33 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Push orchestrator config into the appliance https://review.openstack.org/255612 | 19:44 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Cleanup SM management during rebalance events. https://review.openstack.org/259216 | 19:44 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Adds a new rebalance takeover state https://review.openstack.org/260748 | 19:44 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Push orchestrator config into the appliance https://review.openstack.org/255612 | 19:55 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Cleanup SM management during rebalance events. https://review.openstack.org/259216 | 19:55 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Adds a new rebalance takeover state https://review.openstack.org/260748 | 19:55 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Cleanup deleted resource from the tenant resource cache https://review.openstack.org/264340 | 20:02 |
openstackgerrit | Adam Gandelman proposed openstack/astara: Cleanup deleted resource from the tenant resource cache https://review.openstack.org/264340 | 20:03 |
openstackgerrit | Merged openstack/astara: Use assertEqual instead of assertEquals https://review.openstack.org/266804 | 20:03 |
*** cleverdevil_ has quit IRC | 20:05 | |
markmcclain | elo, adam_g: have you all had a chance to test: https://review.openstack.org/#/c/266586/ ? | 20:12 |
adam_g | markmcclain, planning on doing it in a few mins here | 20:12 |
adam_g | waiting on a restack | 20:12 |
markmcclain | cool | 20:13 |
elo | not yet. | 20:29 |
elo | will test it out now | 20:29 |
adam_g | markmcclain, FYI trying to reproduce the issue, im hitting the issue addressed by https://review.openstack.org/#/c/264935/ pretty trivial fix | 20:35 |
markmcclain | I've reviewed it.. ryanpetrello or rods: ^^^^ | 20:37 |
rods | looking | 20:38 |
*** nolan has quit IRC | 20:43 | |
*** nolan has joined #openstack-astara | 20:43 | |
adam_g | markmcclain working good for me | 20:45 |
adam_g | markmcclain, gonna put a patch that adds reno to astara-neutron and rebase it on that with a relnote | 20:46 |
markmcclain | adam_g: perfect | 20:48 |
*** cleverdevil has joined #openstack-astara | 20:48 | |
adam_g | using reno across multiple repos for a single project will actually kinda PITA | 20:49 |
adam_g | wonder if neutron or any of the other projects have a good way to collect all sub-projects relnotes in a central place | 20:49 |
markmcclain | not that I know of | 20:53 |
openstackgerrit | Adam Gandelman proposed openstack/astara-neutron: allow DHCP from router interfaces https://review.openstack.org/266586 | 21:04 |
openstackgerrit | Adam Gandelman proposed openstack/astara-neutron: Add reno for release notes management https://review.openstack.org/267812 | 21:04 |
adam_g | markmcclain, rods ^ theres another patch adding reno to astara-appliance that could use a quick approval at https://review.openstack.org/#/c/264943/ | 21:07 |
*** ryanpetrello has quit IRC | 21:18 | |
*** ryanpetrello has joined #openstack-astara | 21:18 | |
*** cleverdevil has quit IRC | 21:18 | |
*** cleverdevil has joined #openstack-astara | 21:20 | |
*** nolan has quit IRC | 21:35 | |
*** nolan has joined #openstack-astara | 21:35 | |
*** justinlund has quit IRC | 21:39 | |
openstackgerrit | Merged openstack/astara: Python3: replace dumps with dump_as_bytes https://review.openstack.org/266335 | 21:44 |
openstackgerrit | Merged openstack/astara: Log rendered cloud-init to debug log https://review.openstack.org/264049 | 21:44 |
adam_g | hmm new pep8 err in astara-appliance | 22:18 |
openstackgerrit | Merged openstack/astara: Allow running individual test using tox https://review.openstack.org/266758 | 22:31 |
openstackgerrit | Adam Gandelman proposed openstack/astara-appliance: Remove lambda usage, fix pep8 E731 violation https://review.openstack.org/267849 | 22:42 |
adam_g | rods, markmcclain ^ | 22:42 |
*** justinlund has joined #openstack-astara | 23:06 | |
*** stanchan has joined #openstack-astara | 23:25 | |
openstackgerrit | Adam Gandelman proposed openstack/astara: Add astara-ctl + API functional tests https://review.openstack.org/243874 | 23:33 |
openstackgerrit | Adam Gandelman proposed openstack/astara: fail func tests early (do not merge) https://review.openstack.org/266666 | 23:33 |
openstackgerrit | Adam Gandelman proposed openstack/astara: gate fixer: Fix devstack auth issue and new PEP8 violation https://review.openstack.org/267862 | 23:39 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!