*** ducttape_ has joined #openstack-lbaas | 00:01 | |
rm_work | looking at other stuff, it does seem to use /opt/stack/requirements/upper-constraints.txt | 00:03 |
---|---|---|
rm_work | that said, I think I'm fine with the way you're doing it | 00:03 |
greghaynes | I think you keep it the way it is and then in the job set DIB_REPOLOCATION_upper_constraints=/opt/stack/requirements/upper-constraints.txt | 00:09 |
greghaynes | similar to the amphora-agent | 00:09 |
*** armax has quit IRC | 00:13 | |
*** ipsecguy_ has quit IRC | 00:30 | |
johnsom | Well, argh. That isn't working. It keeps saying the file isn't present. so I guess "file" in the source-repo thing isn't working right. | 00:30 |
*** ipsecguy has joined #openstack-lbaas | 00:31 | |
johnsom | I see is successfully downloads it, but when it comes back to use it, it's not there. So, my guess is that it's placing it in the wrong place. | 00:31 |
rm_work | oh errr | 00:35 |
rm_work | hmm dunno | 00:35 |
rm_work | i guess /opt/stack/requirements actually ISN'T there, since this is inside the image build, isn't it | 00:35 |
johnsom | Right | 00:35 |
rm_work | erg. | 00:35 |
greghaynes | the path is to a path outside the chroot | 00:36 |
johnsom | Let me see if I can debug the "file" mode | 00:36 |
greghaynes | got a link? | 00:36 |
greghaynes | ok | 00:36 |
johnsom | http://logs.openstack.org/56/409956/3/check/gate-neutron-lbaasv2-dsvm-scenario-ubuntu-xenial-nv/5fe063b/logs/devstacklog.txt.gz#_2016-12-13_00_00_29_299 | 00:36 |
johnsom | I have it configured the same way we have the amphora-agent configured, so it should drop it in the chroot path | 00:36 |
greghaynes | oh, because the dest was set to /opt/amphora-agent | 00:37 |
greghaynes | oh nvm, you changed it | 00:38 |
johnsom | Yeah, I thought a checkout might be squashing it, so I tried a different path | 00:38 |
*** ipsecguy has quit IRC | 00:39 | |
johnsom | Maybe I need to specify the filename for the destination. It seems to be copying the mangled cache filename. | 00:42 |
greghaynes | yea could be, im trying to figure out why were not seeing the cp in the log | 00:42 |
greghaynes | we see the wget but theres no other info | 00:43 |
greghaynes | ah, dib isnt run with -x | 00:43 |
johnsom | Yeah, I saw the same missing | 00:43 |
*** ipsecguy has joined #openstack-lbaas | 00:44 | |
openstackgerrit | greghaynes proposed openstack/octavia: Add support for diskimage-builder tracing https://review.openstack.org/409990 | 00:46 |
openstackgerrit | greghaynes proposed openstack/octavia: Add support for diskimage-builder tracing https://review.openstack.org/409990 | 00:47 |
greghaynes | there, then ^ should probably be used in you all's job definition | 00:47 |
johnsom | We might want to add that to the devstack plugin | 00:48 |
greghaynes | ah, yes | 00:48 |
openstackgerrit | greghaynes proposed openstack/octavia: Add support for diskimage-builder tracing https://review.openstack.org/409990 | 00:49 |
johnsom | Missed the x in the getopts | 00:50 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Fix the agent install to use pip -U https://review.openstack.org/409956 | 00:50 |
greghaynes | oops | 00:51 |
openstackgerrit | greghaynes proposed openstack/octavia: Add support for diskimage-builder tracing https://review.openstack.org/409990 | 00:52 |
johnsom | Yep, it was copying the cached filename, so explicitly setting it for the destination fixes the issue. | 00:53 |
greghaynes | nice | 00:54 |
rm_work | trying on my side too | 01:00 |
rm_work | gonna let it run and do dinner and stuff | 01:01 |
*** diogogmt has joined #openstack-lbaas | 01:01 | |
*** yuanying has quit IRC | 01:11 | |
*** yuanying has joined #openstack-lbaas | 01:11 | |
johnsom | Hmm, ok, I'm leaning toward not having that on by default. It makes that log so much harder to read.... | 01:13 |
rm_work | can you tie it to the rest of the DEBUG stuff? | 01:15 |
*** ducttape_ has quit IRC | 01:16 | |
johnsom | Yeah, but we have that on by default. I'm thinking we just leave it as an option on the command and don't have devstack enable it. | 01:17 |
johnsom | Maybe I am just too used to reading the old way. What do you think? http://logs.openstack.org/90/409990/4/check/gate-octavia-v1-dsvm-scenario-ubuntu-xenial-nv/7e270b0/logs/devstacklog.txt.gz#_2016-12-13_01_08_48_710 | 01:17 |
johnsom | From there down. | 01:18 |
johnsom | It's not like we debug DIB itself that often | 01:18 |
rm_work | everything is already so freaking noisy in there it's hard for me to even tell a difference immediately | 01:21 |
rm_work | oh actually, does -x propagate? | 01:21 |
johnsom | Yeah, to me it seems like it is adding to the noise problem | 01:21 |
rm_work | if i run a script with -x, and it runs another script, does that script get it too? | 01:21 |
rm_work | or no | 01:22 |
johnsom | no | 01:22 |
rm_work | hmm k | 01:22 |
*** ducttape_ has joined #openstack-lbaas | 01:22 | |
rm_work | yeah there's so much there i really can't read much of it anyway, i just rely on being able to see the few lines before any error that pops up | 01:22 |
rm_work | which usually causes devstack to end | 01:22 |
rm_work | regardless, we need all those dib patches to land, so hopefully greghaynes can push those in front of the right people to get them moving soon :P | 01:33 |
rm_work | and then it looks like I'm pretty much up and running again with my environments, assuming nothing horrific pops up once I actually get a full end to end test going on a LB | 01:33 |
rm_work | so I'll be able to actually get to some of these pending reviews | 01:34 |
rm_work | whelp, bbl | 01:34 |
*** tovin07_ has joined #openstack-lbaas | 01:35 | |
*** fnaval has joined #openstack-lbaas | 01:35 | |
johnsom | Ugh, it got farther. We booted the amp, create the LB ok, but create listener blew up | 01:37 |
johnsom | ERROR octavia.amphorae.backends.agent.api_server.server TypeError: write() argument must be str, not bytes | 01:55 |
johnsom | So, yeah, we are looking at a bunch of these | 02:07 |
johnsom | File "/usr/local/lib/python3.5/dist-packages/octavia/amphorae/backends/utils/haproxy_query.py", line 52, in _query | 02:07 |
johnsom | Dec 13 02:03:34 amphora-f74cbd15-6e67-483f-b9c3-baa04adbfd63 amphora-agent[1722]: sock.send(query + '\n') | 02:07 |
johnsom | Dec 13 02:03:34 amphora-f74cbd15-6e67-483f-b9c3-baa04adbfd63 amphora-agent[1722]: TypeError: a bytes-like object is required, not 'str' | 02:07 |
johnsom | ERROR octavia.amphorae.backends.agent.api_server. | 02:08 |
johnsom | server File "/usr/local/lib/python3.5/dist-packages/octavia/amphorae/backends/ | 02:08 |
johnsom | agent/api_server/listener.py", line 109, in upload_haproxy_config | 02:08 |
johnsom | Dec 13 01:55:24 amphora-f74cbd15-6e67-483f-b9c3-baa04adbfd63 amphora-agent[1144] | 02:08 |
johnsom | : 2016-12-13 01:55:24.659 1284 ERROR octavia.amphorae.backends.agent.api_server. | 02:08 |
johnsom | server file.write(b) | 02:08 |
johnsom | Dec 13 01:55:24 amphora-f74cbd15-6e67-483f-b9c3-baa04adbfd63 amphora-agent[1144] | 02:08 |
johnsom | : 2016-12-13 01:55:24.659 1284 ERROR octavia.amphorae.backends.agent.api_server. | 02:08 |
johnsom | server TypeError: write() argument must be str, not bytes | 02:08 |
johnsom | So, we will need to look at that tomorrow. | 02:08 |
johnsom | I will be available off and on as I have meetings/internal stuff tomorrow. | 02:08 |
*** yuanying has quit IRC | 02:11 | |
*** ducttape_ has quit IRC | 02:26 | |
*** gongysh has joined #openstack-lbaas | 02:35 | |
*** chenhb has joined #openstack-lbaas | 02:37 | |
*** chlong has quit IRC | 02:45 | |
*** chlong has joined #openstack-lbaas | 02:59 | |
*** ducttape_ has joined #openstack-lbaas | 03:26 | |
*** raginbajin has quit IRC | 03:27 | |
*** raginbajin has joined #openstack-lbaas | 03:32 | |
*** ducttape_ has quit IRC | 03:32 | |
*** gongysh has quit IRC | 03:39 | |
*** zhouyaguo has joined #openstack-lbaas | 03:41 | |
*** harlowja has quit IRC | 03:43 | |
*** gongysh has joined #openstack-lbaas | 03:54 | |
diltram | python2 vs python3 compatibility | 03:56 |
diltram | this is why johnsom I was asking about dropping py2.7 especially in amphora | 03:56 |
johnsom | Let's not start that war up here. | 03:59 |
diltram | :P | 03:59 |
diltram | we need to change testing | 03:59 |
diltram | mock on go a little deeper | 04:00 |
diltram | I will try one thing | 04:00 |
diltram | maybe will help | 04:00 |
*** diogogmt has quit IRC | 04:00 | |
*** fnaval has quit IRC | 04:08 | |
diltram | johnsom: so we can use six.b | 04:11 |
diltram | to convert that value | 04:11 |
diltram | and it will work in 2.7 and 3.x | 04:11 |
diltram | I need to apply all patches (this about -U, from remove tripleo) to test is it working? | 04:17 |
diltram | johnsom: ^^ | 04:18 |
*** reedip_ has joined #openstack-lbaas | 04:19 | |
johnsom | Yeah, six can help. Most of the code already handles this, so there are examples. | 04:19 |
johnsom | So, to get setup, you can "checkout" the last (top) patch in the chain. It will get them all. You also need to grab those dependent patches in DIB | 04:20 |
*** harlowja has joined #openstack-lbaas | 04:21 | |
*** links has joined #openstack-lbaas | 04:22 | |
johnsom | I agree on the testing. I thought we had pretty good coverage for the py3 testing, but the open stuff has to be mocked out, so, yeah, that is biting us | 04:23 |
diltram | yeah, we need to somehow find a way how to test this first layer API | 04:24 |
diltram | like this socket.socket | 04:24 |
diltram | with statement | 04:24 |
diltram | and other | 04:25 |
*** reedip_ is now known as outofmemory | 04:33 | |
*** yuanying has joined #openstack-lbaas | 04:33 | |
*** ducttape_ has joined #openstack-lbaas | 04:42 | |
*** outofmemory has quit IRC | 04:53 | |
*** outofmemory has joined #openstack-lbaas | 04:54 | |
*** amotoki has joined #openstack-lbaas | 04:55 | |
*** ducttape_ has quit IRC | 04:59 | |
*** csomerville has quit IRC | 05:01 | |
*** reedip has quit IRC | 05:07 | |
*** yatin_on_leave has quit IRC | 05:07 | |
*** harlowja has quit IRC | 05:08 | |
*** reedip has joined #openstack-lbaas | 05:20 | |
*** yatin_on_leave has joined #openstack-lbaas | 05:21 | |
*** reedip has quit IRC | 05:28 | |
*** yatin_on_leave has quit IRC | 05:28 | |
*** outofmemory has quit IRC | 05:28 | |
*** yatin_on_leave has joined #openstack-lbaas | 05:40 | |
*** outofmemory has joined #openstack-lbaas | 05:40 | |
*** reedip has joined #openstack-lbaas | 05:41 | |
*** yatin_on_leave has quit IRC | 05:50 | |
*** reedip has quit IRC | 05:50 | |
*** harlowja has joined #openstack-lbaas | 05:56 | |
*** ducttape_ has joined #openstack-lbaas | 06:00 | |
*** tovin07_ has quit IRC | 06:01 | |
*** tovin07_ has joined #openstack-lbaas | 06:01 | |
*** reedip has joined #openstack-lbaas | 06:02 | |
*** yatin_on_leave has joined #openstack-lbaas | 06:03 | |
*** ducttape_ has quit IRC | 06:05 | |
*** tovin07 has quit IRC | 06:06 | |
*** tovin07__ has joined #openstack-lbaas | 06:06 | |
*** yuanying has quit IRC | 06:12 | |
*** yuanying has joined #openstack-lbaas | 06:12 | |
*** yuanying has quit IRC | 06:12 | |
*** yuanying has joined #openstack-lbaas | 06:13 | |
*** yuanying has quit IRC | 06:17 | |
*** outofmemory has quit IRC | 06:27 | |
*** yatin_on_leave has quit IRC | 06:27 | |
*** tovin07_ is now known as tovin0 | 06:32 | |
*** tovin0 is now known as tovin07 | 06:32 | |
*** links has quit IRC | 06:34 | |
*** tovin07__ has quit IRC | 06:34 | |
*** tovin07__ has joined #openstack-lbaas | 06:35 | |
*** tovin07__ has quit IRC | 06:35 | |
*** tovin07__ has joined #openstack-lbaas | 06:35 | |
*** links has joined #openstack-lbaas | 06:39 | |
*** eezhova_ has joined #openstack-lbaas | 06:39 | |
*** yatin_on_leave has joined #openstack-lbaas | 06:41 | |
*** tovin07__ is now known as tovin07_afk | 06:42 | |
korean101 | rm_work: hi. rm | 06:49 |
korean101 | rm_work: can i use this package? (http://mirror.centos.org/centos/7/cloud/x86_64/openstack-newton/) | 06:49 |
*** tovin07_afk has quit IRC | 06:50 | |
korean101 | rm_work: So far I have used Ubuntu, but I want to move to CentOS | 06:50 |
korean101 | rm_work: CentOS rpm packages OK? | 06:50 |
*** amotoki has quit IRC | 06:52 | |
*** amotoki has joined #openstack-lbaas | 06:52 | |
*** kevo has joined #openstack-lbaas | 06:59 | |
*** tovin07 has left #openstack-lbaas | 07:05 | |
*** eezhova_ has quit IRC | 07:16 | |
*** harlowja has quit IRC | 07:25 | |
*** ducttape_ has joined #openstack-lbaas | 07:31 | |
*** ducttape_ has quit IRC | 07:35 | |
*** yuanying has joined #openstack-lbaas | 07:51 | |
*** yamamoto has quit IRC | 07:55 | |
*** ihrachys has joined #openstack-lbaas | 07:56 | |
*** eezhova_ has joined #openstack-lbaas | 07:58 | |
*** jsheeren has joined #openstack-lbaas | 08:02 | |
*** basilAB has quit IRC | 08:04 | |
*** rcernin has joined #openstack-lbaas | 08:05 | |
*** basilAB has joined #openstack-lbaas | 08:09 | |
*** pcaruana has joined #openstack-lbaas | 08:10 | |
*** rcernin has quit IRC | 08:22 | |
*** rcernin has joined #openstack-lbaas | 08:25 | |
*** kobis has joined #openstack-lbaas | 08:28 | |
*** amotoki_ has joined #openstack-lbaas | 08:29 | |
*** amotoki has quit IRC | 08:32 | |
*** yamamoto has joined #openstack-lbaas | 08:32 | |
*** Alex_Stef has joined #openstack-lbaas | 08:33 | |
*** yamamoto_ has joined #openstack-lbaas | 08:33 | |
*** yamamoto has quit IRC | 08:37 | |
*** ihrachys has quit IRC | 08:38 | |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology Initial Distributor Noop Driver https://review.openstack.org/313006 | 08:38 |
*** ihrachys has joined #openstack-lbaas | 08:41 | |
*** ihrachys has quit IRC | 08:49 | |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Backend https://review.openstack.org/320422 | 08:51 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE - network driver related changes https://review.openstack.org/322494 | 08:51 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE - controller network tasks https://review.openstack.org/323481 | 08:52 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation https://review.openstack.org/403594 | 08:52 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager https://review.openstack.org/405238 | 08:52 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor related tasks https://review.openstack.org/406951 | 08:53 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE - distributor certificate tasks https://review.openstack.org/406952 | 08:53 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - distributor creation flow https://review.openstack.org/406953 | 08:53 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - create shared distributor https://review.openstack.org/406954 | 08:53 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - create distributor network flow https://review.openstack.org/409763 | 08:53 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: Active-Active Topology - Cluster DB Tasks https://review.openstack.org/409764 | 08:53 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: Active-Active Topology - register/uregister amphorae tasks https://review.openstack.org/409765 | 08:54 |
*** nmagnezi has joined #openstack-lbaas | 09:00 | |
*** ducttape_ has joined #openstack-lbaas | 09:01 | |
*** ihrachys has joined #openstack-lbaas | 09:02 | |
*** ihrachys has quit IRC | 09:04 | |
*** ducttape_ has quit IRC | 09:06 | |
*** yatin_on_leave has quit IRC | 09:33 | |
*** reedip has quit IRC | 09:34 | |
*** amotoki has joined #openstack-lbaas | 09:36 | |
*** gongysh has quit IRC | 09:36 | |
*** reedip has joined #openstack-lbaas | 09:46 | |
*** yamamoto_ has quit IRC | 09:46 | |
*** yuanying has quit IRC | 09:47 | |
*** yatin_on_leave has joined #openstack-lbaas | 09:47 | |
*** yamamoto has joined #openstack-lbaas | 09:47 | |
*** yatin_on_leave has quit IRC | 09:54 | |
*** reedip has quit IRC | 09:55 | |
*** ihrachys has joined #openstack-lbaas | 09:59 | |
*** amotoki has quit IRC | 10:00 | |
*** ihrachys has quit IRC | 10:03 | |
*** yatin_on_leave has joined #openstack-lbaas | 10:07 | |
*** reedip has joined #openstack-lbaas | 10:08 | |
*** yatin_on_leave has quit IRC | 10:13 | |
*** reedip has quit IRC | 10:14 | |
*** yamamoto has quit IRC | 10:14 | |
*** yamamoto has joined #openstack-lbaas | 10:15 | |
*** links has quit IRC | 10:16 | |
*** reedip has joined #openstack-lbaas | 10:25 | |
*** yatin_on_leave has joined #openstack-lbaas | 10:26 | |
*** yamamoto has quit IRC | 10:26 | |
*** yamamoto has joined #openstack-lbaas | 10:27 | |
*** links has joined #openstack-lbaas | 10:30 | |
*** yatin_on_leave has quit IRC | 10:31 | |
*** reedip has quit IRC | 10:31 | |
*** ducttape_ has joined #openstack-lbaas | 10:32 | |
*** ihrachys has joined #openstack-lbaas | 10:33 | |
*** ducttape_ has quit IRC | 10:37 | |
*** zhouyaguo has quit IRC | 10:41 | |
*** yamamoto has quit IRC | 10:41 | |
*** reedip has joined #openstack-lbaas | 10:42 | |
*** zhouyaguo has joined #openstack-lbaas | 10:43 | |
*** yatin_on_leave has joined #openstack-lbaas | 10:43 | |
*** woodster_ has quit IRC | 10:45 | |
*** yamamoto has joined #openstack-lbaas | 10:46 | |
*** zhouyaguo has quit IRC | 10:47 | |
*** zhouyaguo has joined #openstack-lbaas | 10:49 | |
*** amotoki_ has quit IRC | 11:01 | |
*** ihrachys has quit IRC | 11:04 | |
*** ihrachys has joined #openstack-lbaas | 11:05 | |
*** yatin_on_leave has quit IRC | 11:06 | |
*** reedip has quit IRC | 11:06 | |
*** yamamoto has quit IRC | 11:08 | |
*** links has quit IRC | 11:15 | |
*** reedip has joined #openstack-lbaas | 11:18 | |
*** yatin_on_leave has joined #openstack-lbaas | 11:18 | |
*** yamamoto has joined #openstack-lbaas | 11:21 | |
*** yamamoto has quit IRC | 11:22 | |
*** yatin_on_leave has quit IRC | 11:23 | |
*** reedip has quit IRC | 11:24 | |
*** amoralej|off is now known as amoralej | 11:25 | |
*** yamamoto has joined #openstack-lbaas | 11:26 | |
*** links has joined #openstack-lbaas | 11:32 | |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager https://review.openstack.org/405238 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology Initial Distributor Noop Driver https://review.openstack.org/313006 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - create distributor network flow https://review.openstack.org/409763 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: Active-Active Topology - register/uregister amphorae tasks https://review.openstack.org/409765 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: Active-Active Topology - Cluster DB Tasks https://review.openstack.org/409764 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Driver https://review.openstack.org/317629 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Backend https://review.openstack.org/320422 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor related tasks https://review.openstack.org/406951 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE - controller network tasks https://review.openstack.org/323481 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation https://review.openstack.org/403594 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE - network driver related changes https://review.openstack.org/322494 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE - distributor certificate tasks https://review.openstack.org/406952 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - distributor creation flow https://review.openstack.org/406953 | 11:35 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - create shared distributor https://review.openstack.org/406954 | 11:35 |
*** yatin_on_leave has joined #openstack-lbaas | 11:35 | |
*** ducttape_ has joined #openstack-lbaas | 12:02 | |
*** ducttape_ has quit IRC | 12:07 | |
*** yamamoto has quit IRC | 12:33 | |
*** ducttape_ has joined #openstack-lbaas | 12:36 | |
*** yamamoto has joined #openstack-lbaas | 12:54 | |
*** ihrachys has quit IRC | 13:05 | |
*** ihrachys has joined #openstack-lbaas | 13:06 | |
*** yamamoto has quit IRC | 13:10 | |
*** yamamoto has joined #openstack-lbaas | 13:11 | |
*** yamamoto has quit IRC | 13:16 | |
*** amotoki has joined #openstack-lbaas | 13:18 | |
*** ducttape_ has quit IRC | 13:22 | |
*** gongysh has joined #openstack-lbaas | 13:33 | |
*** gongysh has quit IRC | 13:36 | |
*** amoralej is now known as amoralej|lunch | 13:44 | |
openstackgerrit | Merged openstack/octavia: Add keystone authentication of token https://review.openstack.org/265065 | 13:45 |
*** amotoki has quit IRC | 13:45 | |
*** yatin_on_leave has quit IRC | 13:53 | |
*** yatin_on_leave has joined #openstack-lbaas | 14:05 | |
*** ducttape_ has joined #openstack-lbaas | 14:08 | |
*** nmagnezi has quit IRC | 14:11 | |
*** yamamoto has joined #openstack-lbaas | 14:14 | |
*** ducttape_ has quit IRC | 14:15 | |
*** yatin_on_leave has quit IRC | 14:16 | |
*** yamamoto has quit IRC | 14:26 | |
*** amoralej|lunch is now known as amoralej | 14:36 | |
*** fnaval has joined #openstack-lbaas | 14:41 | |
*** ducttape_ has joined #openstack-lbaas | 14:50 | |
*** outofmemory has joined #openstack-lbaas | 15:04 | |
*** jsheeren has quit IRC | 15:07 | |
*** chlong has quit IRC | 15:13 | |
*** Alex_Stef has quit IRC | 15:17 | |
*** nmagnezi has joined #openstack-lbaas | 15:22 | |
*** benoit has quit IRC | 15:33 | |
*** links has quit IRC | 15:42 | |
*** benoit_ has joined #openstack-lbaas | 15:46 | |
*** kobis has quit IRC | 15:51 | |
*** _ducttape_ has joined #openstack-lbaas | 16:00 | |
*** ducttape_ has quit IRC | 16:03 | |
*** rcernin has quit IRC | 16:04 | |
*** pcaruana has quit IRC | 16:09 | |
diltram | morning | 16:15 |
xgerman | O/ | 16:19 |
*** _ducttape_ has quit IRC | 16:22 | |
*** ducttape_ has joined #openstack-lbaas | 16:24 | |
*** ducttape_ has quit IRC | 16:24 | |
blogan | morning | 16:24 |
blogan | xgerman: getting settled in? | 16:24 |
diltram | anyone able to login into gerrit? | 16:24 |
xgerman | nope | 16:24 |
diltram | ok | 16:24 |
blogan | diltram: its down | 16:24 |
xgerman | blogan, figured out slack, video, and such | 16:25 |
xgerman | Still settling | 16:25 |
*** ducttape_ has joined #openstack-lbaas | 16:27 | |
*** benoit_ has quit IRC | 16:31 | |
*** eezhova_ has quit IRC | 16:32 | |
*** outofmemory has quit IRC | 16:41 | |
*** benoit_ has joined #openstack-lbaas | 16:44 | |
*** chlong has joined #openstack-lbaas | 16:46 | |
*** rcernin has joined #openstack-lbaas | 17:00 | |
*** ducttape_ has quit IRC | 17:02 | |
rm_work | xgerman: you guys using slack now? lol | 17:02 |
*** ducttape_ has joined #openstack-lbaas | 17:02 | |
xgerman | everybody does | 17:03 |
xgerman | there are even conferences with their own slack channel | 17:03 |
*** strigazi is now known as strigazi_AFK | 17:07 | |
johnsom | FYI, I have a few minutes before my next meeting, so working on the agent python3 bytes issues | 17:13 |
rm_work | bytes issue? | 17:16 |
johnsom | Yeah, the agent has some py3 issues. I posted a few last night in the irc channel | 17:18 |
johnsom | I thought we had them all in good shape, but I guessed we missed a few issues in the agent code | 17:19 |
rm_work | hmm | 17:19 |
greghaynes | woo, sounds like at least theres been some good value out of all the py3k derpage | 17:20 |
rm_work | ah i see it | 17:20 |
johnsom | I have two changes I'm about to test | 17:21 |
rm_work | also, korean101 yeah the newton packages SHOULD work, I believe, and there shouldn't be anything wrong with running on centos | 17:21 |
*** diogogmt has joined #openstack-lbaas | 17:23 | |
*** eezhova_ has joined #openstack-lbaas | 17:23 | |
*** rcernin has quit IRC | 17:24 | |
*** rcernin has joined #openstack-lbaas | 17:35 | |
*** rcernin has quit IRC | 17:35 | |
*** kobis has joined #openstack-lbaas | 17:40 | |
*** ihrachys has quit IRC | 17:44 | |
*** kobis has quit IRC | 17:51 | |
*** kevo has quit IRC | 17:51 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Fix some python3 string issues in amphora agent https://review.openstack.org/410345 | 17:57 |
johnsom | rm_work ^^^ That isn't finished. I need to go to a bunch of meetings, can you work on fixing the rest of the string/byte issues. | 17:57 |
rm_work | Ok, i'll take a look. | 17:57 |
johnsom | There might be a better way than I was doing it as well | 17:57 |
rm_work | I was about to ask what you were doing | 17:58 |
johnsom | Making a mess probably | 17:58 |
*** kobis has joined #openstack-lbaas | 17:58 | |
rm_work | hmm k | 18:00 |
rm_work | still trying to get one spun up where i can actually ssh in | 18:00 |
* greghaynes commented | 18:00 | |
johnsom | With that and the dependencies, I can get as far as the lb creating and ssh. It's listener that falls over | 18:01 |
rm_work | k i'll probably have to build a new stack | 18:02 |
*** kobis has quit IRC | 18:05 | |
*** fnaval_ has joined #openstack-lbaas | 18:09 | |
*** fnaval__ has joined #openstack-lbaas | 18:11 | |
*** fnaval has quit IRC | 18:11 | |
*** kobis has joined #openstack-lbaas | 18:12 | |
*** fnaval has joined #openstack-lbaas | 18:12 | |
*** kobis has quit IRC | 18:12 | |
*** fnaval_ has quit IRC | 18:13 | |
*** fnaval_ has joined #openstack-lbaas | 18:14 | |
*** fnaval__ has quit IRC | 18:15 | |
*** fnaval__ has joined #openstack-lbaas | 18:16 | |
*** fnaval has quit IRC | 18:17 | |
*** fnaval___ has joined #openstack-lbaas | 18:17 | |
*** klindgren has joined #openstack-lbaas | 18:19 | |
*** fnaval has joined #openstack-lbaas | 18:19 | |
*** fnaval_ has quit IRC | 18:19 | |
*** klindgren_ has quit IRC | 18:20 | |
*** fnaval__ has quit IRC | 18:20 | |
*** diogogmt has quit IRC | 18:22 | |
*** fnaval___ has quit IRC | 18:23 | |
*** eezhova_ has quit IRC | 18:23 | |
rm_work | you might be out of your meeting by the time i get set up for this >_< | 18:30 |
*** cody-somerville has joined #openstack-lbaas | 18:38 | |
*** cody-somerville has quit IRC | 18:38 | |
*** cody-somerville has joined #openstack-lbaas | 18:38 | |
*** eezhova has joined #openstack-lbaas | 18:52 | |
*** eezhova has quit IRC | 19:01 | |
*** eezhova has joined #openstack-lbaas | 19:01 | |
*** diogogmt has joined #openstack-lbaas | 19:03 | |
*** diogogmt has quit IRC | 19:04 | |
*** diogogmt has joined #openstack-lbaas | 19:05 | |
johnsom | Not likely, I'm basically booked for the next 3-4 hours... Ping me though if you have questions | 19:06 |
*** eezhova has quit IRC | 19:06 | |
*** rcernin has joined #openstack-lbaas | 19:14 | |
amoralej | ping ankur-gupta-f re. dashboard status, i've seen in last meeting log that you may take a look | 19:16 |
*** madhu_ak has joined #openstack-lbaas | 19:17 | |
ankur-gupta-f | amoralej: Indeed. In fact I am trying to build the VM right now. But stable/mitaka is fighting me with all its got | 19:17 |
ankur-gupta-f | by all mean if you can get it up and running and solve it that would be awesome. But yes, trying to take a crack at it :) | 19:18 |
amoralej | i tested it in RDO and found some issues, https://bugs.launchpad.net/neutron-lbaas-dashboard/+bug/1629258 https://bugs.launchpad.net/neutron-lbaas-dashboard/+bug/1629261 https://bugs.launchpad.net/neutron-lbaas-dashboard/+bug/1629266 | 19:18 |
openstack | Launchpad bug 1629258 in Neutron LBaaS Dashboard ""Error: source_type" when trying to create a loadbalancer" [Undecided,New] | 19:18 |
openstack | Launchpad bug 1629261 in Neutron LBaaS Dashboard "Error when i try to edit a load balancer" [Undecided,New] | 19:18 |
openstack | Launchpad bug 1629266 in Neutron LBaaS Dashboard "Error when i try to terminate a load balancer" [Undecided,New] | 19:18 |
ankur-gupta-f | ooohhh boy. Fun. | 19:21 |
ankur-gupta-f | amoralej: how did you get your env up and running? | 19:21 |
amoralej | unfortunately, my experience with dashboard stuff is none :( | 19:21 |
amoralej | i used packstack | 19:21 |
amoralej | and symply install the lbaas dashboard and it's automatically enabled | 19:22 |
amoralej | so, setting the environment is the easy part | 19:22 |
amoralej | have you used packstack? | 19:22 |
ankur-gupta-f | nice and easy. I am trying to build on an Ubuntu VM with devstack and its getting all sorts of crazy errors. | 19:22 |
ankur-gupta-f | Not yet | 19:23 |
ankur-gupta-f | reading up on docs to install with packstack right now | 19:23 |
amoralej | create a centos7 vm | 19:23 |
amoralej | enable newton repo by "yum install -y *newton" | 19:24 |
amoralej | and install it with "yum install openstack-packstack" | 19:24 |
johnsom | ankur-gupta-f I can help you with your devstack errors. It's likely the diskimage-builder breakage. | 19:25 |
ankur-gupta-f | its breaking on keystone and for whatever reason openstacksdk | 19:26 |
johnsom | Hmm, ok, so not getting down to diskimage-builder yet. If you want me to take a look we can jump in the hangout | 19:26 |
ankur-gupta-f | johnsom: yea give me a second. | 19:27 |
*** eezhova has joined #openstack-lbaas | 19:29 | |
nmagnezi | johnsom, hello sir :) | 19:31 |
*** kevo has joined #openstack-lbaas | 19:37 | |
*** eezhova has quit IRC | 19:43 | |
nmagnezi | johnsom, where can i list an item for the weekly meeting tomo | 20:13 |
nmagnezi | tomorrow* | 20:13 |
*** amoralej is now known as amoralej|off | 20:17 | |
rm_work | the wiki page for our meeting agenda | 20:19 |
rm_work | uhh, where is that... i usually google for it | 20:19 |
johnsom | https://wiki.openstack.org/wiki/Octavia | 20:20 |
rm_work | the ToC on the meeting page is getting out of hand <_< | 20:23 |
*** eezhova has joined #openstack-lbaas | 20:25 | |
johnsom | Yeah, it's getting towards the end of the year | 20:25 |
*** eezhova has quit IRC | 20:26 | |
ankur-gupta-f | amoralej|off: the bugs you submitted. Which branch of neutron-lbaas-dashboard was being used... since apparently stable/newton doesn't exist... | 20:39 |
*** fnaval_ has joined #openstack-lbaas | 20:39 | |
*** fnaval has quit IRC | 20:43 | |
johnsom | ankur-gupta-f Correct, there was not enough change to cut a newton release. So, use Mitaka | 20:56 |
*** csomerville has joined #openstack-lbaas | 21:02 | |
rm_work | johnsom: PostVIPPlug is causing a revert for me still, even with your latest :( | 21:03 |
rm_work | trying to get an amp just *up* and SSH-able | 21:03 |
johnsom | rm_work Ugh, really? Can you check octavia / elements/amphora-agent/install.d/75-run_setup_install and make sure the -U is in there? | 21:05 |
*** cody-somerville has quit IRC | 21:05 | |
johnsom | rm_work Don't forget, with that cache change to pull octavia from local, you have to have all the changes committed before building the image, otherwise it pulls master | 21:06 |
rm_work | yeah it should be | 21:06 |
rm_work | sec | 21:06 |
rm_work | yeah the -U is there | 21:07 |
johnsom | And you can't ssh? Check /opt/stack/data/nova/instances/<uuid>/console.log | 21:07 |
rm_work | k sec, i lost it to the HM | 21:12 |
rm_work | waited too long | 21:13 |
amoralej|off | ankur-gupta-f, i used master | 21:15 |
johnsom | Yeah, I kill that. Also, you can edit octavia/common/base_taskflow.py, add never_resolve=True, to the engine load. That will stop the revert flow from starting. | 21:15 |
ankur-gupta-f | johnsom: amoralej|off: kk thanks | 21:18 |
rm_work | k | 21:18 |
rm_work | i keep getting connection timeouts when ssh-ing to the amp... i'm thinking it just *takes that long* though, lol | 21:21 |
rm_work | need to up that timeout i guess | 21:21 |
johnsom | You can watch it boot in by tailing that console log | 21:21 |
rm_work | yeah i did | 21:22 |
rm_work | and it booted | 21:22 |
johnsom | If you see a login in that log, you should be able to ssh in | 21:22 |
rm_work | yeah | 21:22 |
rm_work | it just takes FOREEEEVER | 21:23 |
rm_work | setting the ConnectTimeout to like infinity | 21:23 |
rm_work | hopefully will get in | 21:23 |
johnsom | The boot or ssh to connect? | 21:23 |
rm_work | the ssh | 21:23 |
rm_work | -o ConnectTimeout=100000 hopefully will work | 21:24 |
* rm_work crosses fingers | 21:24 | |
johnsom | I am skeptical, it connects fast for me. | 21:24 |
rm_work | it's always been that slow for me, even when it worked | 21:25 |
rm_work | hmmm weird, it still timed out quicker | 21:25 |
*** madhu_ak has quit IRC | 21:28 | |
rm_work | still times out in ... apparently 127 seconds >_> | 21:29 |
*** chlong has quit IRC | 21:30 | |
rm_work | networking may just be borked | 21:34 |
rm_work | ah nm got it | 21:35 |
rm_work | i'm dumb | 21:35 |
rm_work | you can prolly guess how :P | 21:35 |
rm_work | anyway, should be good now | 21:35 |
*** amoralej|off is now known as amoralej | 21:36 | |
rm_work | does the agent log somewhere? I thought it did but the path i thought i remembered seems empty | 21:38 |
xgerman | the flask agent logged in /var/logs | 21:42 |
*** kobis has joined #openstack-lbaas | 21:43 | |
xgerman | upstart | 21:43 |
xgerman | not sure if gunicorn logs to stdout/stderr which we can forward with upstart? | 21:44 |
rm_work | yeah it seems maybe gunicorn isn't doing logging like i expected | 21:44 |
rm_work | it's set to log to stdout | 21:45 |
rm_work | and yeah i expected the init stuff to handle capturing that | 21:45 |
rm_work | but maybe not | 21:45 |
nmagnezi | johnsom, thanks :-) I added a few items to the agenda | 21:45 |
rm_work | I might tweak that to just ... force it to log to a specific place | 21:47 |
rm_work | which does work, i just did it locally and forced a restart of the agent | 21:47 |
*** nmagnezi has quit IRC | 21:51 | |
xgerman | yeah, having a good log location is goodness | 21:54 |
openstackgerrit | Dirk Mueller proposed openstack/neutron-lbaas-dashboard: Allow hacking 0.12.x https://review.openstack.org/410416 | 21:57 |
rm_work | johnsom: what is the old expected log location, so i can match it? | 21:59 |
xgerman | let me check | 22:00 |
*** csomerville has quit IRC | 22:00 | |
*** amoralej is now known as amoralej|off | 22:01 | |
xgerman | https://usercontent.irccloud-cdn.com/file/cExDnvfT/Screen%20Shot%202016-12-13%20at%205.01.24%20PM.png | 22:02 |
openstackgerrit | Sindhu Devale proposed openstack/octavia: [WIP] Octavia developer quick start guide https://review.openstack.org/410419 | 22:02 |
openstackgerrit | Dirk Mueller proposed openstack/neutron-lbaas-dashboard: Add Constraints support https://review.openstack.org/410420 | 22:02 |
xgerman | ^^ rm_work | 22:02 |
rm_work | lol ok nm | 22:02 |
rm_work | i guess i'm not going to use the same path | 22:02 |
johnsom | rm_work /var/log/syslog now with systemd images | 22:02 |
rm_work | because that's very very upstart-specific | 22:03 |
rm_work | aaaah ok johnsom | 22:03 |
rm_work | weird, not seeing the error there | 22:05 |
rm_work | postvipplug fails hard in o-cw but there's nothing in the amp's syslog about it even attempting to connect | 22:05 |
rm_work | i was expecting it to spew stuff there | 22:05 |
rm_work | ok now i'm in business... got myself set up to send arbitrary requests to the agent | 22:13 |
*** csomerville has joined #openstack-lbaas | 22:13 | |
*** kobis has quit IRC | 22:19 | |
*** yamamoto has joined #openstack-lbaas | 22:28 | |
johnsom | rm_work How is it going? Anything I can help with? | 22:56 |
rm_work | just throwing all the types of requests at it | 22:57 |
rm_work | and seeing what breaks | 22:57 |
rm_work | and fixing it | 22:57 |
rm_work | only found one so far | 22:57 |
rm_work | though some of these requests are tricky to format manually | 22:57 |
rm_work | so if you have a better way... | 22:58 |
rm_work | shit, i let it revert by accident | 23:00 |
johnsom | Short of code inspection, nope | 23:03 |
*** armax has joined #openstack-lbaas | 23:04 | |
*** ducttape_ has quit IRC | 23:12 | |
xgerman | rm_work you should note those requests and put them in some script so we ca run tests | 23:30 |
rm_work | hmm | 23:31 |
rm_work | might be difficult | 23:31 |
rm_work | the way i got it to work was by spinning up python, importing our client, and making some fake objects | 23:31 |
rm_work | well, i guess i could make a python script that does that | 23:31 |
rm_work | having trouble emulating a plug_vip tho | 23:32 |
rm_work | keep getting Invalid request | 23:32 |
rm_work | '{\n "error": "400: Bad Request", \n "http_code": 400\n}\n' | 23:32 |
rm_work | ah i know why, nm | 23:32 |
rm_work | now i'm getting a 404?! not sure how that's possible actually | 23:38 |
xgerman | magic? | 23:39 |
rm_work | ah got it | 23:48 |
rm_work | johnsom: what do I have to pass in for mac_address for a vip_plug operation | 23:52 |
rm_work | port = amphorae_network_config.get(amphora.id).vrrp_port | 23:52 |
rm_work | 'mac_address': port.mac_address | 23:52 |
rm_work | trying to trace that down in the DB | 23:52 |
rm_work | but i think maybe it's outside of our DB? :/ | 23:52 |
johnsom | It is the mac address of the neutron port for the vip. We get it from neutron | 23:52 |
rm_work | yeah | 23:53 |
rm_work | ugh k | 23:53 |
johnsom | It gets us around the interface naming issues | 23:53 |
rm_work | ok so lets see | 23:53 |
rm_work | i have a vrrp_port id, so i just need to look that up in neutron right? | 23:53 |
rm_work | got it | 23:54 |
johnsom | You could probably just do an ip link too | 23:54 |
johnsom | since you are doing it manually | 23:54 |
rm_work | hmm .. /etc/netns/amphora-haproxy | 23:54 |
rm_work | gets created once on the first vip_plug | 23:55 |
johnsom | Correct | 23:55 |
rm_work | and if you run it again, it's already there and explodes? | 23:55 |
rm_work | is that ... right? | 23:55 |
johnsom | I think it just gets overwriten | 23:55 |
rm_work | FileExistsError: [Errno 17] File exists: '/etc/netns/amphora-haproxy' | 23:55 |
rm_work | i wonder if that's a py3 thing | 23:55 |
johnsom | There is a check in there about not running all of this again because flask was doing stupid things | 23:56 |
johnsom | https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/plug.py#L85 | 23:56 |
johnsom | Yeah, that stops this from running a second time | 23:57 |
rm_work | uhh ... k | 23:58 |
johnsom | BTW, no, that is the same in py27 | 23:58 |
rm_work | hmm | 23:58 |
rm_work | yeah k | 23:58 |
rm_work | i got it in a weird state | 23:59 |
rm_work | that i think isn't normal | 23:59 |
rm_work | so i'll ignore that for now | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!