*** ducttape_ has quit IRC | 00:01 | |
*** fnaval has quit IRC | 00:20 | |
*** amotoki has joined #openstack-lbaas | 00:29 | |
*** ducttape_ has joined #openstack-lbaas | 00:29 | |
rm_work | xgerman: hmm yeah i wonder | 00:31 |
---|---|---|
rm_work | I am imaging USB drives now | 00:31 |
rm_work | 8 at a time via two 4-port hubs, lol | 00:31 |
rm_work | fun | 00:31 |
*** ducttape_ has quit IRC | 00:33 | |
*** amotoki has quit IRC | 00:34 | |
*** minwang2 has quit IRC | 00:45 | |
johnsom | rm_work str.encode('_-', 'ascii') is giving me 'bytes' object has no attribute 'encode' | 00:46 |
johnsom | under py34 | 00:46 |
johnsom | hmmm, no, it must be the other string. NM | 00:47 |
*** crc32 has joined #openstack-lbaas | 00:51 | |
*** crc32 has quit IRC | 00:53 | |
*** bharathm has quit IRC | 01:08 | |
*** crc32 has joined #openstack-lbaas | 01:12 | |
*** yamamoto has quit IRC | 01:14 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Amphora Flows and Drivers for Active Standby https://review.openstack.org/206252 | 01:16 |
*** ducttape_ has joined #openstack-lbaas | 01:22 | |
*** bana_k has quit IRC | 01:26 | |
*** minwang2 has joined #openstack-lbaas | 01:30 | |
*** ducttape_ has quit IRC | 01:35 | |
*** ducttape_ has joined #openstack-lbaas | 01:36 | |
*** ducttape_ has quit IRC | 01:38 | |
*** ducttape_ has joined #openstack-lbaas | 01:39 | |
*** bana_k has joined #openstack-lbaas | 01:39 | |
*** bana_k has quit IRC | 01:44 | |
*** KunalGandhi has quit IRC | 01:47 | |
*** ducttape_ has quit IRC | 01:50 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: Adding new network driver for containers https://review.openstack.org/197858 | 01:53 |
openstackgerrit | Phillip Toohill proposed openstack/octavia: Updates for containers functionality https://review.openstack.org/199954 | 01:53 |
*** bharathm has joined #openstack-lbaas | 01:54 | |
*** minwang2 has quit IRC | 01:56 | |
*** vivek-ebay has quit IRC | 01:59 | |
*** yamamoto has joined #openstack-lbaas | 02:00 | |
*** bana_k has joined #openstack-lbaas | 02:03 | |
*** manjeets has joined #openstack-lbaas | 02:06 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: REST Amp Agent: Handle interfaces file too https://review.openstack.org/237421 | 02:21 |
*** ducttape_ has joined #openstack-lbaas | 02:23 | |
*** ducttape_ has quit IRC | 02:23 | |
*** ducttape_ has joined #openstack-lbaas | 02:24 | |
*** bana_k has quit IRC | 02:25 | |
*** minwang2 has joined #openstack-lbaas | 02:27 | |
*** amotoki has joined #openstack-lbaas | 02:30 | |
*** doug-fish has joined #openstack-lbaas | 02:34 | |
*** amotoki has quit IRC | 02:34 | |
*** doug-fish has quit IRC | 02:39 | |
*** minwang2 has quit IRC | 02:45 | |
*** crc32 has quit IRC | 02:46 | |
*** minwang2 has joined #openstack-lbaas | 02:47 | |
*** minwang2 has quit IRC | 02:52 | |
*** ducttape_ has quit IRC | 02:52 | |
*** minwang2 has joined #openstack-lbaas | 02:52 | |
openstackgerrit | min wang proposed openstack/octavia: Adds scenario test https://review.openstack.org/182554 | 03:05 |
openstackgerrit | min wang proposed openstack/octavia: Adds scenario test https://review.openstack.org/182554 | 03:07 |
*** minwang2 has quit IRC | 03:28 | |
*** vivek-ebay has joined #openstack-lbaas | 03:32 | |
*** doug-fish has joined #openstack-lbaas | 03:33 | |
*** doug-fish has quit IRC | 03:37 | |
*** minwang2 has joined #openstack-lbaas | 03:39 | |
*** doug-fish has joined #openstack-lbaas | 03:54 | |
*** doug-fish has quit IRC | 03:58 | |
rm_work | testing the OSX VMWare fusion DMG + image | 03:58 |
rm_work | is this the full product or a trial? | 03:59 |
rm_work | ah ok same installer, no license key mode | 04:00 |
rm_work | ok it takes about 4 minutes to copy the vmware images off the usb drive, so we might want to tell people to start doing that *immediately* | 04:01 |
openstackgerrit | min wang proposed openstack/octavia: Adds scenario test https://review.openstack.org/182554 | 04:10 |
*** manjeets has left #openstack-lbaas | 04:11 | |
*** Brian_shang has quit IRC | 04:11 | |
*** chlong_ has joined #openstack-lbaas | 04:17 | |
*** chlong_ has quit IRC | 04:17 | |
rm_work | xgerman: problem | 04:24 |
rm_work | xgerman: nova list doesn't work -- the system stores the IP for the endpoints when devstack is spun up, but VMWare assigns it a different IP when it is booted on a different machine, so you will get a connection refused error to a specific IP which is *not* the VM's current IP. | 04:24 |
rm_work | it was when you made it | 04:24 |
rm_work | but it isn't on a new boot | 04:24 |
rm_work | I remember running into this problem when min's VMWare was set to some weird network mode, where it wouldn't get a static IP | 04:25 |
xgerman | Ouch | 04:26 |
rm_work | stored in OS_AUTH_URL when you source the openrc | 04:26 |
rm_work | trying to figure out where THAT gets it | 04:27 |
rm_work | .stackenv | 04:27 |
rm_work | is generated by stack.sh run | 04:27 |
*** bana_k has joined #openstack-lbaas | 04:27 | |
rm_work | HOST_IP and SERVICE_HOST and KEYSTONE_AUTH_URI and KEYSTONE_SERVICE_URI all have a set IP based on whatever your IP was when it booted... I will see if changing them to 127.0.0.1 will fix it | 04:28 |
xgerman | Mmh, let me know if that works... | 04:29 |
rm_work | hmm | 04:30 |
rm_work | still taking a long time | 04:30 |
rm_work | is stack RUNNING? | 04:30 |
rm_work | or do we need to run it? | 04:30 |
rm_work | it's not in the instructions | 04:30 |
*** amotoki has joined #openstack-lbaas | 04:30 | |
xgerman | No it should be running | 04:31 |
rm_work | i'm trying to "blindly follow the script in the powerpoint" | 04:31 |
rm_work | because that is what people will do there | 04:31 |
xgerman | But maybe you need to rejoin | 04:31 |
rm_work | oh god ok | 04:31 |
rm_work | that doesn't help much | 04:31 |
rm_work | it now gets to identity | 04:31 |
rm_work | but all of identity's service endpoints are set with that same bad IP | 04:32 |
xgerman | Ok, so we hit a dead end | 04:32 |
rm_work | looking to see if i can fix it | 04:32 |
rm_work | i can seriously fix it manually ONCE here | 04:33 |
rm_work | and it'll be fine | 04:33 |
rm_work | because then I just put THAT image on the drives :P | 04:33 |
xgerman | :-) | 04:34 |
rm_work | woo hacking directly in the mysql DB for keystone endpoint URIs | 04:34 |
*** amotoki has quit IRC | 04:35 | |
rm_work | does mysql support some mass replace syntax? :/ | 04:35 |
rm_work | looks like yes | 04:36 |
rm_work | ok | 04:36 |
rm_work | use keystone; | 04:38 |
rm_work | update endpoint set url = replace(url, '127.16.90.132', '127.0.0.1'); | 04:38 |
rm_work | ^^ for reference | 04:38 |
rm_work | whelp | 04:39 |
rm_work | got a connection refused to 127.0.0.1:8774 | 04:39 |
rm_work | i wonder if it's not binding to 127.0.0.1 >_> | 04:39 |
*** amotoki has joined #openstack-lbaas | 04:40 | |
rm_work | umm | 04:40 |
rm_work | there is no screen running -- is this not devstack? | 04:40 |
rm_work | i literally ONLY see horizon and keystone running | 04:41 |
rm_work | xgerman: ^^ | 04:41 |
rm_work | ps ux | 04:41 |
rm_work | only gives me a few horizon processes and a bunch of keystone processes | 04:42 |
rm_work | that's it | 04:42 |
rm_work | don't see nova running at all | 04:42 |
rm_work | and I don't see a custom stackrc? | 04:44 |
rm_work | how was this stuff run | 04:44 |
rm_work | i don't think stack remains running | 04:45 |
rm_work | the image *booted* from an off state | 04:45 |
rm_work | services don't autostart from a stack.sh run | 04:46 |
rm_work | if you reboot the machine they go down | 04:46 |
rm_work | xgerman: was this image supposed to *resume*? because it didn't T_T | 04:46 |
rm_work | I can try again from scratch... | 04:46 |
rm_work | (from the tarball) | 04:46 |
*** Brian_shang has joined #openstack-lbaas | 04:46 | |
rm_work | resetting | 04:47 |
*** kobis has joined #openstack-lbaas | 04:47 | |
rm_work | xgerman: yeah so I think maybe it's supposed to be "resumable"? | 04:52 |
rm_work | but it isn't letting me | 04:52 |
rm_work | seeing if i can hack up the vmware configs to force it to let me | 04:52 |
rm_work | so there is a lockfile | 04:53 |
rm_work | but removing it and then opening the vmware image just boots it | 04:54 |
xgerman | I suspended that image in VMware. For me it came up ok... | 04:54 |
rm_work | there doesn't seem to be a resume state :/ | 04:54 |
rm_work | maybe the resume state is stored somewhere else outside the image folder? :/ | 04:54 |
rm_work | going to suspend this and compare | 04:54 |
xgerman | Ok. I am not sure | 04:54 |
rm_work | so, when *I* suspend this | 04:56 |
rm_work | the lockfile goes away | 04:56 |
rm_work | and it gives me a .vmss file | 04:56 |
rm_work | which I assume is a "VM Save State" | 04:56 |
rm_work | or Suspend State | 04:56 |
rm_work | or something | 04:56 |
rm_work | if I remove that, it boots from scratchit is about 130mb | 04:57 |
rm_work | OctaviaWorkshop-d41c0bae.vmss | 04:57 |
rm_work | and OctaviaWorkshop-d41c0bae.vmem | 04:57 |
rm_work | which is 8gb (memory size) | 04:57 |
rm_work | hmm | 04:58 |
rm_work | have to also delete the .vmem because my hard drive space is too low T_T | 04:59 |
rm_work | this takes a LOT of space | 04:59 |
rm_work | to include the savestate it would require shipping the vmss / vmem with this image | 04:59 |
rm_work | which is not feasible | 04:59 |
rm_work | that is too much data | 05:00 |
rm_work | so we will have to change the presentation to include a step to ./stack.sh I think :/ | 05:00 |
xgerman | Yeah, and then they need Internet + we have the vagaries of devstack not working that day | 05:01 |
rm_work | yeah... | 05:01 |
rm_work | umm | 05:01 |
rm_work | so, thoughts | 05:01 |
rm_work | we might need to do a non-devstack deploy | 05:02 |
rm_work | (ie, services actually start via init scripts) | 05:02 |
xgerman | Mmh, Stack might be ok | 05:02 |
xgerman | I think it can be configured to not clone | 05:03 |
xgerman | ajmiller: knows the most about that | 05:03 |
rm_work | hmmmm | 05:05 |
rm_work | that would fix the service URLs | 05:05 |
rm_work | but | 05:05 |
rm_work | still is a bit messy | 05:05 |
xgerman | Well, that's probably the best or we just ship more files... | 05:07 |
xgerman | But rejoin usually restarts the services for me... | 05:08 |
xgerman | Anyway, will sleep over that and pick it up tomorrow..: | 05:09 |
rm_work | ok will try rejoin | 05:09 |
rm_work | xgerman: looks like that ... almost works | 05:10 |
rm_work | so, a combination of that and a sql update | 05:10 |
*** bana_k has quit IRC | 05:23 | |
rm_work | ok... got FURTHER again | 05:25 |
*** Brian_shang has quit IRC | 05:32 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: REST Amp Agent: Handle interfaces file too https://review.openstack.org/237421 | 05:32 |
*** Brian_shang has joined #openstack-lbaas | 05:32 | |
rm_work | omg ok | 05:33 |
rm_work | got it to boot | 05:33 |
rm_work | so, fix the DB | 05:33 |
rm_work | then | 05:33 |
rm_work | rgrep '172.16.90.132' /etc/ | xargs sed -i 's/172.16.90.132/127.0.0.1/g' | 05:34 |
rm_work | then rejion-stack.sh | 05:34 |
rm_work | *rejoin | 05:34 |
rm_work | now nova list works! | 05:34 |
rm_work | but the nodes are "SHUTOFF" | 05:34 |
rm_work | need to figure out how to start them | 05:34 |
rm_work | don't know exactly what I'm doing with nova here | 05:42 |
*** minwang2 has quit IRC | 05:43 | |
*** armax has quit IRC | 05:46 | |
rm_work | ok started the servers but they aren't responding T_T | 05:50 |
rm_work | maybe I just need to wait? | 05:50 |
rm_work | i hope | 05:50 |
rm_work | ah they are on private network, need a LB to access them, right <_< | 05:52 |
rm_work | ok time to test this | 05:52 |
*** numans has joined #openstack-lbaas | 05:53 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: Adding new network driver for containers https://review.openstack.org/197858 | 06:06 |
rm_work | augh | 06:06 |
*** evgenyf has joined #openstack-lbaas | 06:07 | |
rm_work | failed to spin up amps for ... who knows why | 06:07 |
rm_work | and isn't timing out because our timeouts are stupidly long, lol | 06:07 |
openstackgerrit | Phillip Toohill proposed openstack/octavia: Updates for containers functionality https://review.openstack.org/199954 | 06:08 |
*** numans has quit IRC | 06:18 | |
rm_work | so it looks like it spun up the image successfully | 06:19 |
rm_work | err | 06:19 |
rm_work | the lb vm | 06:19 |
rm_work | but octavia just can't talk to it? | 06:19 |
rm_work | yeah the VM comes up immediately | 06:21 |
rm_work | but looks like it is supposed to be responding and isn't | 06:21 |
*** Kiall has quit IRC | 06:21 | |
rm_work | rest_api_driver Could not talk to instance | 06:21 |
rm_work | whatever service is supposed to start, isn't | 06:22 |
rm_work | and trying to ssh into the amp via the instructions don't work either | 06:22 |
rm_work | ssh -i /etc/octavia/.ssh/octavia_ssh_key ubuntu@ip | 06:22 |
*** vivek-ebay has quit IRC | 06:22 | |
rm_work | connection refused instantly | 06:23 |
rm_work | it's like it isn't the right username or something | 06:23 |
rm_work | or ssh just isn't running | 06:23 |
*** Kiall has joined #openstack-lbaas | 06:25 | |
rm_work | k i am super tired, will look at this again in the morning | 06:28 |
rm_work | but honestly might have to start over from scratch with this VM, something is pretty borked | 06:28 |
rm_work | will be on tomorrow afternoon and will try to get some help debugging this | 06:29 |
*** Kiall has quit IRC | 06:29 | |
rm_work | nmap doesn't show any open ports besides 80(open) and 443(filtered) | 06:31 |
rm_work | not sure if SSH is starting on the amps? :/ | 06:31 |
rm_work | and trying to curl the amps gives me no response, it just sits <_< | 06:31 |
rm_work | it says they're active/running | 06:31 |
rm_work | it doesn't refuse connections on 80 but it never returns any data | 06:33 |
rm_work | blegh | 06:33 |
*** Kiall has joined #openstack-lbaas | 06:35 | |
*** doug-fish has joined #openstack-lbaas | 06:48 | |
*** doug-fish has quit IRC | 06:53 | |
*** rm_work has quit IRC | 07:00 | |
*** doug-fish has joined #openstack-lbaas | 07:09 | |
*** doug-fish has quit IRC | 07:14 | |
*** bharathm has quit IRC | 07:16 | |
*** yamamoto has quit IRC | 07:16 | |
*** nmagnezi has joined #openstack-lbaas | 07:19 | |
*** rm_work has joined #openstack-lbaas | 07:29 | |
*** Kiall has quit IRC | 07:34 | |
*** Kiall has joined #openstack-lbaas | 07:39 | |
*** blogan_ has joined #openstack-lbaas | 07:40 | |
*** blogan__ has quit IRC | 07:40 | |
*** jschwarz has joined #openstack-lbaas | 07:56 | |
*** bharathm has joined #openstack-lbaas | 07:59 | |
*** yamamoto has joined #openstack-lbaas | 08:00 | |
*** woodster_ has quit IRC | 08:29 | |
*** kobis has quit IRC | 08:31 | |
*** kobis has joined #openstack-lbaas | 08:41 | |
*** openstackgerrit has quit IRC | 09:01 | |
*** openstackgerrit has joined #openstack-lbaas | 09:02 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: Updates for containers functionality https://review.openstack.org/199954 | 09:13 |
*** doug-fish has joined #openstack-lbaas | 09:30 | |
*** doug-fish has quit IRC | 09:38 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: Allow choice of upstart or sysvinit https://review.openstack.org/232294 | 09:46 |
*** evgenyf has quit IRC | 09:46 | |
*** openstackgerrit has quit IRC | 09:46 | |
*** openstackgerrit has joined #openstack-lbaas | 09:47 | |
*** evgenyf has joined #openstack-lbaas | 09:48 | |
*** yamamoto has quit IRC | 10:16 | |
*** evgenyf has quit IRC | 10:17 | |
*** Brian_shang has quit IRC | 10:41 | |
*** kobis has quit IRC | 10:41 | |
*** evgenyf has joined #openstack-lbaas | 10:54 | |
*** Brian_shang has joined #openstack-lbaas | 11:01 | |
*** Brian_shang has quit IRC | 11:06 | |
*** yamamoto has joined #openstack-lbaas | 11:06 | |
*** doug-fish has joined #openstack-lbaas | 11:18 | |
*** Brian_shang has joined #openstack-lbaas | 11:22 | |
*** Brian_shang has quit IRC | 11:27 | |
*** rtheis has joined #openstack-lbaas | 11:35 | |
*** yuanying has quit IRC | 11:49 | |
openstackgerrit | Bogdan Tabor proposed openstack/neutron-lbaas: Switch to using neutron.common.utils:replace_file() https://review.openstack.org/232454 | 11:52 |
*** apuimedo has joined #openstack-lbaas | 11:52 | |
*** yuanying has joined #openstack-lbaas | 11:52 | |
*** apuimedo has quit IRC | 12:00 | |
*** doug-fish has quit IRC | 12:01 | |
*** apuimedo has joined #openstack-lbaas | 12:02 | |
*** [1]evgenyf has joined #openstack-lbaas | 12:17 | |
*** yamamoto has quit IRC | 12:17 | |
*** evgenyf has quit IRC | 12:19 | |
*** [1]evgenyf is now known as evgenyf | 12:19 | |
*** yamamoto has joined #openstack-lbaas | 12:21 | |
*** Brian_shang has joined #openstack-lbaas | 12:24 | |
*** Brian_shang has quit IRC | 12:29 | |
*** evgenyf has quit IRC | 12:38 | |
*** doug-fish has joined #openstack-lbaas | 12:39 | |
*** doug-fish has quit IRC | 12:44 | |
*** nmagnezi_ has joined #openstack-lbaas | 13:02 | |
*** ducttape_ has joined #openstack-lbaas | 13:16 | |
*** ducttape_ has quit IRC | 13:27 | |
nmagnezi | blogan_, blogan, are you around? | 13:46 |
nmagnezi | blogan_, blogan, regarding https://review.openstack.org/#/c/238484/ | 13:46 |
*** evgenyf has joined #openstack-lbaas | 13:54 | |
*** ducttape_ has joined #openstack-lbaas | 14:02 | |
*** doug-fish has joined #openstack-lbaas | 14:03 | |
*** nmagnezi_ has quit IRC | 14:11 | |
*** yamamoto has quit IRC | 14:14 | |
*** nmagnezi has quit IRC | 14:16 | |
*** Brian_shang has joined #openstack-lbaas | 14:17 | |
*** Brian_shang has quit IRC | 14:22 | |
*** apuimedo has quit IRC | 14:31 | |
*** yamamoto has joined #openstack-lbaas | 14:35 | |
*** apuimedo has joined #openstack-lbaas | 14:44 | |
*** diogogmt has joined #openstack-lbaas | 14:46 | |
*** armax has joined #openstack-lbaas | 14:53 | |
*** bharathm_ has joined #openstack-lbaas | 14:57 | |
*** evgenyf has quit IRC | 14:58 | |
*** kfox1111_ has joined #openstack-lbaas | 15:00 | |
*** fnaval has joined #openstack-lbaas | 15:00 | |
*** davidlenwell_ has joined #openstack-lbaas | 15:02 | |
*** clev has joined #openstack-lbaas | 15:03 | |
*** rm_work| has joined #openstack-lbaas | 15:04 | |
*** rtheis_ has joined #openstack-lbaas | 15:06 | |
*** rtheis has quit IRC | 15:06 | |
*** bharathm has quit IRC | 15:06 | |
*** rm_work has quit IRC | 15:06 | |
*** kfox1111 has quit IRC | 15:06 | |
*** f13o has quit IRC | 15:06 | |
*** sbalukoff1 has quit IRC | 15:06 | |
*** xgerman has quit IRC | 15:06 | |
*** clev-away has quit IRC | 15:06 | |
*** davidlenwell has quit IRC | 15:06 | |
*** rm_work| is now known as rm_work | 15:06 | |
*** rm_work has quit IRC | 15:06 | |
*** rm_work has joined #openstack-lbaas | 15:06 | |
*** xgerman has joined #openstack-lbaas | 15:10 | |
*** Brian_shang has joined #openstack-lbaas | 15:18 | |
*** TrevorV has joined #openstack-lbaas | 15:24 | |
*** f13o has joined #openstack-lbaas | 15:26 | |
*** Brian_shang has quit IRC | 15:27 | |
*** mlavalle has joined #openstack-lbaas | 15:35 | |
*** sbalukoff1 has joined #openstack-lbaas | 15:38 | |
*** vivek-ebay has joined #openstack-lbaas | 15:41 | |
*** apuimedo has quit IRC | 15:45 | |
*** apuimedo has joined #openstack-lbaas | 15:45 | |
*** minwang2 has joined #openstack-lbaas | 15:46 | |
*** nmagnezi_ has joined #openstack-lbaas | 15:57 | |
*** orion__ has joined #openstack-lbaas | 15:59 | |
*** orion__ is now known as orionx | 15:59 | |
*** nmagnezi_ has quit IRC | 16:01 | |
*** bana_k has joined #openstack-lbaas | 16:02 | |
*** nmagnezi has joined #openstack-lbaas | 16:03 | |
*** apuimedo has quit IRC | 16:13 | |
*** vivek-ebay has quit IRC | 16:17 | |
*** apuimedo has joined #openstack-lbaas | 16:19 | |
*** mlavalle has quit IRC | 16:22 | |
*** Brian_shang has joined #openstack-lbaas | 16:23 | |
*** amotoki has quit IRC | 16:24 | |
*** Brian_shang has quit IRC | 16:28 | |
*** apuimedo has quit IRC | 16:29 | |
*** bana_k has quit IRC | 16:31 | |
*** vivek-ebay has joined #openstack-lbaas | 16:41 | |
*** thomasem_ is now known as thomasem | 16:42 | |
*** KunalGandhi has joined #openstack-lbaas | 16:43 | |
*** crc32 has joined #openstack-lbaas | 16:46 | |
*** nmagnezi has quit IRC | 16:49 | |
*** eranra has quit IRC | 16:56 | |
*** jschwarz has quit IRC | 16:57 | |
*** yamamoto has quit IRC | 16:57 | |
*** clev is now known as clev-away | 17:00 | |
*** davidlenwell_ is now known as davidlenwell | 17:00 | |
*** TrevorV has quit IRC | 17:01 | |
*** sbalukoff has quit IRC | 17:04 | |
*** crc32 has quit IRC | 17:13 | |
*** minwang2 has quit IRC | 17:15 | |
*** bana_k has joined #openstack-lbaas | 17:16 | |
*** minwang2 has joined #openstack-lbaas | 17:16 | |
*** Brian_shang has joined #openstack-lbaas | 17:24 | |
*** Brian_shang has quit IRC | 17:30 | |
*** Brian_shang has joined #openstack-lbaas | 17:42 | |
*** eranra has joined #openstack-lbaas | 17:45 | |
*** Brian_shang has quit IRC | 17:46 | |
openstackgerrit | Merged openstack/neutron-lbaas: Add ability for octavia to allocate vip https://review.openstack.org/214058 | 17:51 |
*** yamamoto has joined #openstack-lbaas | 17:58 | |
*** eranra has quit IRC | 17:59 | |
*** yamamoto has quit IRC | 18:02 | |
*** woodster_ has joined #openstack-lbaas | 18:04 | |
*** clev-away is now known as clev | 18:24 | |
*** Brian_shang has joined #openstack-lbaas | 19:01 | |
*** minwang2 has quit IRC | 19:01 | |
*** Brian_shang has quit IRC | 19:06 | |
*** doug-fish has quit IRC | 19:11 | |
*** sbalukoff has joined #openstack-lbaas | 19:12 | |
*** TrevorV has joined #openstack-lbaas | 19:13 | |
*** blogan__ has joined #openstack-lbaas | 19:24 | |
rm_work | blogan__: https://gist.github.com/rm-you/3fa00079749f93276ab5 | 19:25 |
*** TrevorV2 has joined #openstack-lbaas | 19:26 | |
*** TrevorV has quit IRC | 19:30 | |
*** ducttape_ has quit IRC | 19:31 | |
*** doug-fish has joined #openstack-lbaas | 19:36 | |
*** diogogmt has quit IRC | 19:41 | |
xgerman | rm_work johnsom says I packed it all wrong and he is redoing it with the Windows VMWare which works better for suspending VMs and sharing then Mac | 19:44 |
rm_work | ok | 19:45 |
rm_work | we are working on it here too | 19:45 |
rm_work | brandon is trying to take over where i left off fixing it | 19:45 |
rm_work | and i am trying to make another one from scratch to see if it is more effective | 19:45 |
rm_work | xgerman: i assume he'll give me a link as soon as he has something uploaded | 19:47 |
*** minwang2 has joined #openstack-lbaas | 19:47 | |
xgerman | yep, he is uploading as we speak | 19:47 |
*** bharathm_ has quit IRC | 19:52 | |
johnsom | Yeah, it is done, just compressing (I'm using heavy compression to make it fit) | 19:52 |
*** orionx_ has joined #openstack-lbaas | 19:52 | |
*** orionx has quit IRC | 19:56 | |
*** orionx_ has quit IRC | 19:56 | |
rm_work | lol... k | 19:57 |
rm_work | remember these USB drives are 8gb | 19:57 |
rm_work | so | 19:57 |
rm_work | if you include the memory dump i am honestly not sure it will fit | 19:57 |
rm_work | since that alone is 8gb and isn't sparse... | 19:57 |
rm_work | johnsom: ^^ | 19:57 |
johnsom | That is why I'm using "Ultra" | 19:57 |
xgerman | two drives? | 19:58 |
rm_work | ... lol | 19:58 |
rm_work | johnsom: so i need to just *put the tarball* on the drive? | 19:58 |
johnsom | So far it's dropped 5GB out of the size it has processed | 19:58 |
rm_work | i was planning to put the uncompressed files on the drive | 19:58 |
rm_work | lol | 19:58 |
rm_work | but i guess that isn't an option | 19:58 |
*** blogan__ has quit IRC | 19:58 | |
rm_work | which means we need to have people uncompress directly from the flashdrive? :/ | 19:58 |
rm_work | that alone may take 15 minutes, rofl | 19:59 |
rm_work | maybe not | 19:59 |
*** blogan__ has joined #openstack-lbaas | 19:59 | |
johnsom | Yeah, copy uncompress or uncompress directly. | 19:59 |
rm_work | well, if i uncompress... will it fit? | 19:59 |
johnsom | Nope | 20:00 |
*** crc32 has joined #openstack-lbaas | 20:01 | |
rm_work | lol. | 20:08 |
rm_work | k | 20:08 |
crc32 | ??? | 20:08 |
rm_work | [14:59:31] <johnsom>Yeah, copy uncompress or uncompress directly. | 20:09 |
rm_work | [14:59:52] <rm_work>well, if i uncompress... will it fit? | 20:09 |
rm_work | [15:00:22] <johnsom>Nope | 20:09 |
rm_work | crc32: ^^ | 20:09 |
rm_work | that | 20:09 |
crc32 | ok | 20:09 |
johnsom | Uncompress directly from USB stick to their laptop | 20:09 |
rm_work | yeah | 20:09 |
rm_work | have to do it via command-line | 20:09 |
rm_work | opening it via any GUI tries to read the whole file | 20:09 |
rm_work | lol | 20:09 |
johnsom | ??? Since when? | 20:10 |
rm_work | since that's how the Gnome Archive Viewer and the OSX archive system work | 20:10 |
rm_work | just ran into this on blogan_'s laptop T_T | 20:10 |
johnsom | I see your problem | 20:10 |
johnsom | grin | 20:11 |
*** bharathm has joined #openstack-lbaas | 20:16 | |
*** blogan__ has quit IRC | 20:17 | |
*** blogan__ has joined #openstack-lbaas | 20:17 | |
*** doug-fis_ has joined #openstack-lbaas | 20:19 | |
*** doug-fish has quit IRC | 20:22 | |
xgerman | mmh... | 20:24 |
*** blogan___ has joined #openstack-lbaas | 20:26 | |
*** blogan__ has quit IRC | 20:28 | |
*** kbyrne has quit IRC | 20:29 | |
rm_work | johnsom: i am not actually sure that other machine's VMWare will properly resume from a save-state... we'll see i guess | 20:30 |
johnsom | Oh yeah, it works great. That's how I did the demo in Vancouver | 20:30 |
rm_work | that was on your same machine wasn't it | 20:30 |
rm_work | ? | 20:30 |
rm_work | each vmware machine has like, a different hash-id | 20:31 |
rm_work | didn't seem earlier like they wanted to resume another machine's savestate | 20:31 |
rm_work | but maybe it was just wonky | 20:31 |
johnsom | No, only if you use the encrypted image | 20:31 |
rm_work | hmm k | 20:32 |
johnsom | xgerman saved it wrong plus he didn't have the open-vm-tools installed, so it could not resume | 20:32 |
rm_work | lol k | 20:32 |
rm_work | how's that upload going? :P | 20:32 |
xgerman | yeah, I had no idea what I was doing | 20:33 |
johnsom | It's the compression that is strangely slow. I have started a copy of it over to antoher system so I can try a linux compression tool at the same time | 20:33 |
rm_work | xgerman: http://cdn2.raywenderlich.com/wp-content/uploads/2015/05/dogAtKeyboard.jpg | 20:36 |
rm_work | johnsom: using pbzip? | 20:36 |
johnsom | 7zip on the first one | 20:36 |
rm_work | pbzip is totes | 20:36 |
*** blogan___ has quit IRC | 20:36 | |
rm_work | multi-threaded bzip compression | 20:36 |
rm_work | fastffast | 20:36 |
johnsom | Yeah, 7zip is supposed to be the same, but it's only using two out of 16 cores. | 20:37 |
johnsom | Odd | 20:37 |
rm_work | might have to do like | 20:37 |
*** blogan___ has joined #openstack-lbaas | 20:37 | |
rm_work | -j16 | 20:37 |
rm_work | or something | 20:37 |
johnsom | Yeah, that is set | 20:37 |
johnsom | I'm just wondering if it's because I set it to ultra which uses large dictionaries and block sizes | 20:38 |
rm_work | also | 20:38 |
rm_work | alias tar='tar --use-compress-program=pbzip2' | 20:38 |
rm_work | FTW | 20:38 |
rm_work | or apparently export TAR_OPTIONS="--use-compress-program=pbzip2" | 20:38 |
*** blogan___ has quit IRC | 20:38 | |
*** blogan___ has joined #openstack-lbaas | 20:39 | |
rm_work | ah -p16 | 20:39 |
rm_work | with pbzip2 | 20:39 |
*** blogan___ has quit IRC | 20:40 | |
johnsom | I wish I had better disks | 20:41 |
*** blogan___ has joined #openstack-lbaas | 20:41 | |
rm_work | johnsom: no SSDs? | 20:41 |
johnsom | Sadly not on these systems | 20:41 |
rm_work | gotta RAID-1 like 10 SSD | 20:41 |
johnsom | Though I have a meeting in about an hour where I will cover this very topic again | 20:42 |
rm_work | lol. | 20:42 |
rm_work | the topic of not having SSDs? | 20:42 |
johnsom | Getting better disks, yes | 20:42 |
rm_work | i'm attempting my own build from a blank slate | 20:42 |
rm_work | using my own scripts | 20:42 |
rm_work | to see whether i can get this in a better state | 20:42 |
rm_work | in case the compression thing doesn't work | 20:42 |
rm_work | I THINK I can get it in a state where it won't need to resume | 20:43 |
rm_work | one thing is putting "HOST_IP=127.0.0.1" in local.conf would have resolved a lot of these issues | 20:43 |
rm_work | because that will still be a problem | 20:43 |
johnsom | Yeah, I fixed that too. I set a static IP | 20:43 |
rm_work | k | 20:44 |
rm_work | did you set the static-ip to 172.16.90.whatever | 20:44 |
rm_work | or did you fix all the keystone entries to match | 20:44 |
johnsom | The range VMware uses for the NAT subnet | 20:44 |
johnsom | It's 192.168.134??.x | 20:44 |
rm_work | k, that may or may not stick | 20:45 |
johnsom | It sitcks | 20:45 |
rm_work | we'll see... | 20:45 |
rm_work | hopefully it will | 20:45 |
rm_work | but it isn't really necessary if you just set all the stuff to use 127.0.0.1 | 20:45 |
*** blogan___ has quit IRC | 20:45 | |
*** blogan__ has joined #openstack-lbaas | 20:45 | |
johnsom | Yep. This way they can still get out to the interwebs if necessary too | 20:46 |
rm_work | well, the default vmware networking options allow that two, i believe | 20:46 |
rm_work | it worked on my box | 20:46 |
rm_work | (from the one german sent) | 20:47 |
johnsom | Yeah, but that was dhcp and subject to change | 20:47 |
rm_work | isn't that MORE reliable? | 20:47 |
johnsom | No | 20:48 |
rm_work | for everything other than where the services are set to bind | 20:48 |
rm_work | which again, can be set to 127.0.0.1 easily | 20:48 |
rm_work | or 0.0.0.0 | 20:48 |
rm_work | for binding | 20:48 |
rm_work | and 127.0.0.1 for connecting | 20:48 |
johnsom | Geez, I actually wonder what that would look like, 0.0.0.0 bind to world, with all of those bridge interfaces | 20:49 |
rm_work | hmm | 20:49 |
rm_work | yeah that might be wonky :/ | 20:49 |
rm_work | truth | 20:49 |
rm_work | prolly wouldn't HURT anything | 20:49 |
rm_work | but bleh | 20:49 |
*** blogan__ has quit IRC | 20:50 | |
*** blogan___ has joined #openstack-lbaas | 20:50 | |
johnsom | Thank goodness uncompressing is a heck of a lot faster than compressing, otherwise we would use up the whole time | 20:51 |
rm_work | yeah | 20:52 |
rm_work | i am still worried a bit | 20:52 |
rm_work | but we'll see | 20:52 |
rm_work | 8gb takes about 6min just to read on these drives I think | 20:52 |
rm_work | they're USB2 | 20:52 |
rm_work | so | 20:52 |
*** blogan___ has quit IRC | 20:52 | |
*** blogan___ has joined #openstack-lbaas | 20:54 | |
*** blogan___ has quit IRC | 20:56 | |
johnsom | Hmmm, probably should have jumped through the compaction hoops too... | 20:58 |
johnsom | Maybe try that after | 20:58 |
rm_work | how big is it T_T | 20:58 |
johnsom | 19GB | 20:58 |
rm_work | uhh | 20:58 |
rm_work | lol | 20:58 |
rm_work | yeah | 20:58 |
johnsom | With the ram | 20:58 |
rm_work | that's kinda what i was saying | 20:58 |
rm_work | you can't compress the ram | 20:58 |
rm_work | it's ... Ram | 20:58 |
rm_work | ®am | 20:58 |
johnsom | It should be repetitive though and highly compress | 20:59 |
rm_work | ehh | 20:59 |
rm_work | I am doubtful | 20:59 |
rm_work | war doubtful | 20:59 |
rm_work | *was | 20:59 |
johnsom | Right now I'm over half way through and only using 3.5GB | 20:59 |
rm_work | ok... | 20:59 |
rm_work | so that's pretty good... will see | 20:59 |
rm_work | at any point it could get to a piece that has a worse ratio and we'd be hosed | 21:00 |
*** Brian_shang has joined #openstack-lbaas | 21:03 | |
*** blogan___ has joined #openstack-lbaas | 21:04 | |
*** blogan___ has quit IRC | 21:06 | |
*** blogan___ has joined #openstack-lbaas | 21:06 | |
*** blogan___ has quit IRC | 21:08 | |
*** Brian_shang has quit IRC | 21:08 | |
*** blogan___ has joined #openstack-lbaas | 21:08 | |
*** diogogmt has joined #openstack-lbaas | 21:09 | |
*** blogan___ has quit IRC | 21:12 | |
openstackgerrit | Merged openstack/octavia: Mock module import standardisation https://review.openstack.org/235861 | 21:12 |
*** blogan___ has joined #openstack-lbaas | 21:13 | |
openstackgerrit | Merged openstack/octavia: Fix argument order for assertEqual https://review.openstack.org/236917 | 21:14 |
openstackgerrit | Merged openstack/octavia: Use assertIn and assertNotIn https://review.openstack.org/236864 | 21:14 |
openstackgerrit | Merged openstack/octavia: Use assertTrue instead of assertEqual(True, ***) https://review.openstack.org/236863 | 21:15 |
*** Brian_shang has joined #openstack-lbaas | 21:19 | |
*** Brian_shang has quit IRC | 21:23 | |
*** rtheis_ has quit IRC | 21:28 | |
*** Brian_shang has joined #openstack-lbaas | 21:34 | |
*** Brian_shang has quit IRC | 21:39 | |
*** Piet has quit IRC | 21:39 | |
*** Piet has joined #openstack-lbaas | 21:46 | |
*** Brian_shang has joined #openstack-lbaas | 21:50 | |
*** Brian_shang has quit IRC | 21:54 | |
*** crc32 has quit IRC | 21:54 | |
rm_work | johnsom: any update? | 21:57 |
johnsom | The bz2 version is 7.1G | 22:00 |
*** Piet has quit IRC | 22:02 | |
*** Piet has joined #openstack-lbaas | 22:05 | |
rm_work | k | 22:05 |
rm_work | uploading it still? | 22:05 |
rm_work | that will fit on the drives | 22:05 |
rm_work | are the VMWare installers in that | 22:06 |
rm_work | or not | 22:06 |
rm_work | I was going to suggest you NOT put them in it | 22:06 |
rm_work | so they can be installed in parallel | 22:06 |
rm_work | but it doesn't really matter | 22:06 |
johnsom | VMware is included | 22:06 |
rm_work | k | 22:06 |
*** diogogmt has quit IRC | 22:10 | |
*** bharathm_ has joined #openstack-lbaas | 22:24 | |
*** crc32 has joined #openstack-lbaas | 22:24 | |
*** zigo has quit IRC | 22:25 | |
*** bharath__ has joined #openstack-lbaas | 22:26 | |
*** bharathm has quit IRC | 22:26 | |
*** zigo has joined #openstack-lbaas | 22:27 | |
*** bharathm_ has quit IRC | 22:28 | |
*** diogogmt has joined #openstack-lbaas | 22:31 | |
*** chlong has quit IRC | 22:32 | |
*** Brian_shang has joined #openstack-lbaas | 22:51 | |
*** Brian_shang has quit IRC | 22:55 | |
*** minwang2 has quit IRC | 23:04 | |
johnsom | 17% uploaded... | 23:06 |
*** minwang2 has joined #openstack-lbaas | 23:08 | |
*** vivek-ebay has quit IRC | 23:09 | |
rm_you | lol | 23:09 |
rm_you | wonderful | 23:09 |
rm_you | you stuck at the office while you wait for it to finish? :P | 23:10 |
johnsom | 150mbps down, but they only give like 10 up | 23:10 |
rm_you | I *really* hope this one "just works" | 23:10 |
rm_you | because I will have to be imaging USB drives like, on the plane | 23:10 |
johnsom | I am permanently stuck at the office these days (remote) | 23:10 |
rm_you | doing 8 at a time with 2x4 hubs | 23:10 |
rm_you | takes about an hour each | 23:11 |
rm_you | maybe a little more | 23:11 |
rm_you | we're going to have to have SLIDE #1 be "please begin unpacking this tar.bz2" | 23:12 |
johnsom | It's at 25% now | 23:12 |
rm_you | omg i don't even know if i have 20gb free on my macbook >_> | 23:13 |
johnsom | Time for some housekeeping | 23:13 |
rm_you | my whole disk is only like 120GB I think >_> | 23:14 |
rm_you | and i have all my real dev work on there | 23:14 |
*** klindgren has quit IRC | 23:16 | |
*** yamamoto has joined #openstack-lbaas | 23:22 | |
*** vivek-ebay has joined #openstack-lbaas | 23:35 | |
*** bharath__ has quit IRC | 23:36 | |
*** bharathm has joined #openstack-lbaas | 23:36 | |
*** yamamoto has quit IRC | 23:37 | |
*** chlong has joined #openstack-lbaas | 23:51 | |
*** Brian_shang has joined #openstack-lbaas | 23:52 | |
*** bharathm has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!