16:00:25 #startmeeting kolla 16:00:28 Meeting started Wed Aug 17 16:00:25 2016 UTC and is due to finish in 60 minutes. The chair is ajpower. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:30 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:32 The meeting name has been set to 'kolla' 16:00:49 ajafo, wrong location 16:01:05 ajpower, , #openstack-meeting-4 16:01:12 ajafo, sorry wrong person 16:04:33 #openstack-meeting-4 16:05:49 Merged openstack/kolla: Replace horizon default config with custom config https://review.openstack.org/306928 16:07:31 ajafo, `/join #openstack-meeting-4` 16:07:36 ajpower, ^ 16:07:40 sorry ajafo 16:07:44 :/ 16:08:32 join #openstack-meeting-4 16:08:58 ajafo, add a / 16:17:13 So what's the procedure/strategy in kolla to upgrade a single container? 16:33:11 Is there an individual runbook I can deploy to move horizon between versions, for example? 16:33:34 kbaegis, you can run play specific for a service with tags 16:33:54 so you can run the upgrade play with the horizon tags and that should get what you want 16:35:00 so the command would be kolla-ansible upgrade horizon? 16:35:16 or would I alter globals and select a horizon version? 16:36:55 kbaegis, kolla-ansible upgrade --tags horizon 16:37:06 Oh, nice :) 16:47:04 Latest issue: http://hastebin.com/pijeqimofi.vbs 16:47:24 Anyone played around with non-cooperative iptables implementations and willing to help? 16:48:11 Tap device is created successfully, bridge too 16:48:22 It's just these dang iptables rules :) 16:50:30 Running the commands from the log against iptables manually I get errors like 16:50:34 iptables: No chain/target/match by that name. 16:50:42 or iptables: Index of insertion too big 16:53:26 Huh. Maybe it needs CONFIG_INET_DIAG_DESTROY 16:53:29 coolsvap, so ad rally 16:53:47 * britthouser listens in 16:53:49 it should work now, we just need to change deployments 16:53:53 hey sdake_, the bug, do we have any replacement for deprecated tag option? 16:53:55 cuz access creds are invalid 16:54:03 hey inc0 I'm running into an issue with my cinder/ceph deployment in kolla, do you have a moment? 16:54:08 sure 16:54:13 what's up Nate? 16:54:30 duonghq i dont have a clear picture of the issue yet duonghq 16:54:31 inc0: so everything is starting up fine and I can create and attach volumes and all, but the backup service isn't working 16:54:37 duonghq - but there are docs in teh queue addressing it 16:54:39 they are just wrong 16:54:49 inc0: basically whenever I try to backup a volume, it hangs in the 'creating' phase forever 16:54:52 duonghq so the solution first is to document a workaround 16:54:56 inc0: hi 16:54:57 and no errors? 16:54:57 duonghq then to fix the pbr issue 16:54:59 and it seems like privsep just isn't starting up 16:55:13 inc0: where are we currently wrt rally 16:55:19 in the logs, here's mine: http://paste.openstack.org/show/558606/ and here's one where it works: http://paste.openstack.org/show/558537/ 16:55:33 the privsep daemon isn't starting, but there's no errors 16:55:54 sdake_: I look through the code and cannot find any replacement for deprecated option, I don't think its normal 16:56:02 coolsvap, can you fix deployments in rally? our creds are wrong 16:56:03 sdake_ fix me if I wrong :) 16:56:27 ntpttr___, it might be a bug 16:56:43 inc0: sure let me connect to vpn 16:56:44 I haven't seen this before 16:56:54 inc0: it looks like that might be the case, this is on a clean install with no errors or anything 16:57:12 has anyone here deployed cinder w/ ceph and then successfully used the backup service before? 16:57:45 our tests on osic cluster should show that 16:58:57 sdake_: I think it should be a option in kolla-build.conf for tagging? 16:59:19 i dont think --tag should be a deprecated option at all 16:59:20 inc0: do you think I should go ahead and file a bug against kolla? 16:59:21 i dont know why it is 17:00:14 inc0: we can update the credentials in osic.json file on the node 17:00:14 ntpttr___, yeah, file it 17:00:16 sdake_: somebody marked it deprecated? 17:01:03 coolsvap, might doing that? 17:01:07 inc0: i am updating it from /etc/kolla/admin-openrc.sh 17:01:07 I dunno where it is 17:01:08 yes 17:01:23 tmux a plz 17:01:28 I'll watch it 17:01:35 yeah sorry 17:01:38 just a min 17:01:42 np:) 17:03:53 okay got the bug report up https://bugs.launchpad.net/kolla/+bug/1614180 17:03:53 Launchpad bug 1614180 in kolla "Backup w/ ceph hangs when creating a backup" [Undecided,New] 17:09:18 Kevin Fox proposed openstack/kolla-kubernetes: WIP- openvswitch ip https://review.openstack.org/356114 17:10:21 inc0: do we need to be installing oslo.privsep somewhere? I don't see it anywhere in the kolla repo, or in this file where I see a lot of other oslo libraries https://github.com/openstack/kolla/blob/5f4ef0d84bf1d1f5f72f245a0dc9e95d25e0b92d/docker/openstack-base/Dockerfile.j2 17:10:37 in devstack they're installing it https://github.com/openstack-dev/devstack/blob/06f3639a70dc5884107a4045bef5a9de1fb725a5/lib/oslo 17:11:17 Kevin Fox proposed openstack/kolla-kubernetes: WIP- openvswitch ip https://review.openstack.org/356114 17:19:49 evening everyone 17:20:35 Swapnil Kulkarni (coolsvap) proposed openstack/kolla: Update cirros image visibility in init-runonce https://review.openstack.org/353933 17:26:08 gah. Linuxbridging broken still on gentoo 17:27:01 pbourke: do yo uwhave the kolla-rally-tests.sh script open in your terminal? 17:31:14 sbezverk: rhallisey: so, for the glance bootstrap one. we postponed talking about dealing with the init-container templating thing for dealing with the json as we didn't have access to jq. that patch just merged though. 17:32:13 kfox1111: I would suggest to merge what I have now as I tested it multiple times and it is working 17:32:17 can we reconsider this: https://review.openstack.org/#/c/353740/4..6/services/neutron/neutron-bootstrap-job.yml.j2 17:32:17 kfox1111: patch 353740 - kolla-kubernetes - Neutron bootstrap to create service/project/role 17:32:27 kbaegis was it you asking about deploying only 1 of the images with kolla-ansible yesterday? 17:32:44 kfox1111, I mean we can iterate on it 17:32:44 if you feel like modifying it, please submit PS and we can have discussion 17:32:57 k. 17:33:20 it is just so many things are hanging because of this 17:34:10 sure. but I just want to avoid having to do more when we add more bootstrapping to nova and friends too. 17:34:34 kfox1111: I do not think we add more than just nova 17:34:39 any time soon 17:34:48 we can merge these 2 as is. 17:34:49 cinder? 17:34:53 heat? 17:34:58 so if you propose PS after, I will help you to apply on other components 17:35:09 k 17:35:51 If I undersatand the primary goal is get VM 17:36:17 ah. we can claim vm without cinder/heat, true. 17:36:46 kfox1111 yep, I think it make sense 17:37:12 one more thing and I think the glance one's good then. 17:37:22 do we actually need the pvc in the bootstrap? 17:38:02 I don't really see where its used, and it shouldn't be there if using the ceph backend. 17:38:09 I think we can probably just drop it all together. 17:39:31 kfox1111: I will need to retest it 17:40:22 pbourke you still around? 17:40:41 i dont blame ya 17:40:49 sweet dreams :) 17:42:58 wait.. 17:43:03 its used here: 17:43:26 https://review.openstack.org/#/c/346215/11/services/glance/glance-bootstrap-job.yml.j2 line 76 17:43:27 kfox1111: patch 346215 - kolla-kubernetes - Glance bootstrap to create service/project/role 17:43:38 whats the api container being used for? 17:44:32 kfox1111: it looks like it is used during bootstrap process. 17:44:43 where? 17:44:59 I see database creation, and keystone registration. but not much else? 17:46:53 kfox1111: it does this sudo chown -R glance: /var/lib/glance/ 17:47:27 hmm.... 17:47:42 oh. cause the KOLLA_BOOTSTRAP. 17:47:47 kfox1111: if we do not have it mounted, it will be done against virtual directory 17:47:59 kfox1111: right 17:48:13 k. 17:48:17 kfox1111: it is not much but please do not ask me to move it somewhere else 17:48:30 so then I think we just need to do something like: https://review.openstack.org/#/c/354895/4/services/glance/glance-api-pod.yml.j2 17:48:30 kfox1111: patch 354895 - kolla-kubernetes - WIP - Deployment, Safe Shutdown, & Scaling for gla... 17:48:47 with glance_backend_ceph 17:49:08 around the volume and volumeMount. 17:49:35 Pavo Yes :) 17:49:37 kfox1111: can you add it on top after it is merged? 17:49:57 I will not be able to test it 17:50:03 I just do not have means 17:50:07 k. 17:50:19 you can use the --tags argument to only deploy whatever containers you want 17:50:43 +2 17:51:10 kfox1111: thank you, as soon as it is merged please submit your patch 17:51:20 I guess I can just rebase and fix in https://review.openstack.org/#/c/354895/4/services/glance/glance-api-pod.yml.j2 once merged. 17:51:20 kfox1111: patch 354895 - kolla-kubernetes - WIP - Deployment, Safe Shutdown, & Scaling for gla... 17:51:40 Pavo Or so I've been told :) 17:51:56 It's a cool feature 17:52:56 example kolla-ansible deploy -i ansible/inventory/multinode --tags horizon, will only redeploy horizon on the node thats in your inventory list 17:55:20 kfox1111: rhallisey: we need to decide what to do with secret generator. All these bootstraps are consuming secrets. So it would make sense to include it now just for a timebeing as a separate tool.. 17:55:52 sbezverk, I think we might be putting the cart ahead of the horse a little 17:56:07 I'm ok merging the secret generator as is for now. 17:56:09 we need to focus on a few things, accomplish them, and tackle new ones 17:56:22 we have a bunch of efforts happening and it's hard to track 17:56:27 kfox1111: did not want to ack without it ;-) 17:56:41 sbezverk: makes sense. 17:56:51 1) lets get the core services working 17:56:57 2) CLI/ansible 17:57:14 so hold on to this script for noew 17:57:32 the secrets bit let's handle after we get the services working 17:57:39 coolsvap, O 17:57:41 I'm backl 17:57:48 kfox1111, sbezverk is that ok? 17:58:01 we need to focus on the big tasks first 17:58:05 then we need to revert bootstrap changes 17:58:12 rhallisey: the secrets are already staring to land. we just need a way to get them into k8s now. 17:58:21 inc0: i am logging off 17:58:23 the script is less then ideal, but pretty simple and works. 17:58:32 kfox1111, I'm saying let's not block on that 17:58:38 we can just merge it and then refactor it later when we have more time. 17:58:39 service can land 17:58:42 then we can do that 17:58:42 coolsvap, did you move anything forward? 17:58:46 i validate the scenarios, some amount of work is needed 17:58:53 ah. 17:58:53 validated the scenarios 17:58:58 ok. that works too. 17:59:10 we can review the generator independendly then. 17:59:23 kfox1111, ya let's tackle these problems in smaller bits 17:59:27 its just weird to leave trunk unusable. without other patches. 17:59:36 though we have the same issue with kolla. 17:59:40 kfox1111, it 17:59:51 it's the nature of master in a new project to be a little unstbale 18:00:10 yup. I get that. 18:00:17 cool cool 18:00:20 kk. 18:00:44 kfox1111: rhallisey: we need to revert back to old bootstraps if you do not want to use the script.. 18:01:15 sbezverk, is there a way we can have it for one service? 18:01:20 glance has it right? 18:01:22 sbezverk: he's saying we should just note that you need the extra script from review xxx to work. 18:01:33 glance, neutron and keystone 18:01:35 sbezverk, we can doc it 18:01:53 we're already doing that with kolla too. 18:02:04 Merged openstack/kolla-kubernetes: Glance bootstrap to create service/project/role https://review.openstack.org/346215 18:02:04 we're getting close to landing the core services so we can return to this soon 18:02:06 rhallisey eitherway works for me as lons as we move forward :-) 18:02:32 kfox1111, yes true, it will be growing pains for now 18:02:38 rhallisey: thoughts on https://review.openstack.org/#/c/356114 18:02:38 kfox1111: patch 356114 - kolla-kubernetes - WIP- openvswitch ip 18:02:55 we won't really get a sense of stability until we have all the core services in place with our CLI/workflow done 18:03:19 I think we can probably pull the WIP off of it, but I haven't really been able to test it yet. 18:03:55 brb guys 18:05:11 yeah, I was alittle afraid of that... all the json stuff in the kolla-config all conflict with each other. 18:05:20 so neutron/keystone bootstrap secret reviews now have merge issues. 18:12:11 Serguei Bezverkhi proposed openstack/kolla-kubernetes: Neutron bootstrap to create service/project/role https://review.openstack.org/353740 18:13:08 kfox1111: resolved it 18:13:43 +2'ed it. :) 18:19:49 rhallisey: sbezverk: we should probably talk more about https://review.openstack.org/#/c/354895 too. 18:20:14 kfox1111: patch 354895 - kolla-kubernetes - WIP - Deployment, Safe Shutdown, & Scaling for gla... 18:20:48 I think we will need to set the api address to 127.0.0.1 for it to work properly, but then all services will need similar patches as there is only one var for api ip right now. 18:21:17 Kevin Fox proposed openstack/kolla-kubernetes: WIP - Deployment, Safe Shutdown, & Scaling for glance-api https://review.openstack.org/354895 18:23:46 Kevin Fox proposed openstack/kolla-kubernetes: WIP - Deployment, Safe Shutdown, & Scaling for glance-api https://review.openstack.org/354895 18:29:32 kfox1111: have you tested this patch with other services communicating between each other? 18:30:11 cause this approach chnages also interprocess communication if I undersatnd correctly the idea 18:31:32 I have not yet, as I need a solution to configuring it to listen on 127.0.0.1 instead of 0.0.0.0 18:31:54 I didn't think glance did rpc. does it? 18:32:43 I think for now, so I don't break everything to test, I can use an init container and override the config from 0.0.0.0 to 127.0.0.1. 18:32:49 but I need the crudini patch to land in kolla. 18:33:36 then we should be able to apply the same pattern to the other apis. 18:33:49 we probably want to split the rpc services from the api services anyway. 18:34:06 mostly I think thats already done, except maybe neutron-server I think does both. 18:34:58 the neutron-server api's should be deployments and the neutron-server rpc's should be petsets I think. 18:35:17 thought neturon did say its safe to restart a neutron-server these days. 18:35:39 so the rpc stuff should in theory be safe to do mixed up in the api server with a deployment if that actually is true. 18:52:02 Kevin Fox proposed openstack/kolla-kubernetes: WIP - Deployment, Safe Shutdown, & Scaling for glance-api https://review.openstack.org/354895 18:52:24 k. once the crudini kolla patch lands, I think that one should probably work. needs a bit of testing once landed. 18:52:57 we should then be able to apply the pattern to the other api services. 19:08:27 30 mintes afk 19:08:27 bbiaf 19:14:32 So I'm getting timeouts 19:14:43 between ovsdb and openvswitch 19:15:28 Leon Zachery proposed openstack/kolla: Simplify install process for faster quickstart execution https://review.openstack.org/356181 19:24:47 http://hastebin.com/xiyenufera.vbs 19:25:27 Linux bridging isn't working for me because of the iptables implementation, ovs is having timeouts between ovsdb and ovs-vswitchd 19:25:52 So I can create volumes, upload images, spawn instances, but the network doesn't work for the L2 agents available 19:26:37 All devices are getting created just fine (taps and bridges). 19:26:53 OVS isn't up for more than 10 seconds due to not being able to reach ovsdb 19:29:03 Kevin Fox proposed openstack/kolla-kubernetes: WIP - Deployment, Safe Shutdown, & Scaling for glance-api https://review.openstack.org/354895 19:30:48 kbaegis my bet is rtnetlink 19:31:12 but it could be the iptables integration with gentoo - which there probabyl sin't any 19:32:20 sdake_ I need to become an authority on rtnetlink then. :) 19:32:41 i think my second guess might yield more results 19:32:46 but not sure 19:32:55 sdake_ Like I said, it's able to create functioning tap devices 19:32:57 they are both speculation 19:33:09 And they'll be plugged into the bridge 19:33:12 i missed that part 19:33:41 probably some iptables issue 19:33:48 do you hae iptables enabled by default in gentoo? 19:33:52 It fails on the secgroup rules, yes 19:33:56 Here's the traceback http://hastebin.com/pijeqimofi.vbs 19:34:14 And yes, iptables is fully implemented in the kernel (all opts), and installed with all use-flags 19:34:29 I rebuilt/repushed centos from source after 19:34:46 I can validate that this is the only remaining issue for a base deployment on gentoo 19:35:03 So if I can crack this, I don't have to use fuel-cpp on k8s 19:35:11 Which is my personal preference :) 19:36:21 not sure - it could be either rtnetlink or iptables implementation in neutron 19:36:31 it is debuggable 19:36:36 since you can get a backtrace 19:36:40 protip print ftw :) 19:37:10 before doing that though, did you have iptables enabled by default in gentoo? 19:37:14 not built into the kernel 19:37:19 but enabled in the sysv scripts 19:37:27 or systemd or whatever one your using 19:38:44 Hmm 19:39:14 yikes. https://wiki.gentoo.org/ is down 19:39:48 wfm 19:41:26 Huh. Did /etc/init.d/iptables restart and now I'm getting a new error- modprobe: FATAL: Module openvswitch not found 19:41:35 ya 19:41:36 Is ovs required as a module, not as a builtin? 19:41:38 dont do that 19:41:47 not sure on ovs being a module 19:41:57 iptables should be disabled 19:42:01 not in an enabled state 19:42:09 i wanted to know if you had it enabled previously 19:42:27 chkconfig status iptables ought to do it 19:43:06 I hadn't 19:43:47 so it wasn't enabled? 19:43:50 I just saved the default rules and 19:43:57 ok 19:43:59 It wasn't setup by sysvinit 19:44:01 lets start fresh 19:44:04 reboot your boxes 19:44:10 cleanup first 19:44:12 :'( okay 19:44:15 Leon Zachery proposed openstack/kolla: Simplify install process for faster quickstart execution https://review.openstack.org/356181 19:44:19 but dont delete your image 19:44:19 s 19:44:29 all we are going to do is iptables --flush 19:44:32 prior to deploy 19:44:38 Okay 19:44:46 on the reboot 19:44:57 so whtaever you ahve eto do to make that happen, i'm sure you know by now :) 19:45:10 do on all nodes 19:45:17 kolla-ansible destroy runs all the cleanup scripts, correct? 19:45:30 So just do that, reboot, iptables —flush, deploy? 19:45:45 remind me - your aio atm? 19:46:07 if multinode - need to specify an inventory file 19:46:10 I don't know what aio stands for :) 19:46:14 Oh, all-in-one 19:46:15 aio = all in one 19:46:24 Yes. That's step 1 19:46:37 Then I'm going to spin the controllers up on 2 additional nodes (primarily into swap) 19:46:43 if your aio then destroy will do the job 19:46:50 Since I only have 4gigs ram on those two 19:47:28 it may not be iptables --flush as well 19:47:39 i have a meeting in 10 mins to prep for, so i don't have time to read the manual page 19:47:46 okay 19:47:57 ill be back in an hourish 19:48:00 good prepping, ty for all the help 19:48:13 ya 19:48:27 if you could write down what you did to make it all work that might come in handy 19:48:35 I will. 19:48:35 for others that follow in your path 19:48:48 etherpad is good 19:49:01 or an email to the mailing list 19:49:05 There's a lot of dependencies for those compiling everything from source. Assumptions you get to make w/ distros :) 19:49:24 I think this will help the Kolla community as well. When Ubuntu decides to change something in the kernel, for instance. 19:49:27 quetion, did the buildl keepalived binary work for you? 19:49:39 I have it disabled at present 19:49:44 i see 19:49:48 so two things to solve not 1 :) 19:49:50 I could workaround earlier (centos-bin) 19:49:55 you will need keepalived for step 2 19:49:56 by manually assigning the vip 19:50:07 But that's a hack against your checking scripts 20:00:37 It was iptables —flush 20:01:03 Redeploying, fingers crossed :) 20:12:26 anyone know what this error means? https://paste.pound-python.org/show/tXwye4n3DaYxKl95Rv20/ 20:13:59 Pavo I'm guessing it's a pip problem. Not able to find files 20:14:07 Did you do pip2 install -U git/ 20:14:29 and pip2 install -U ansible 20:14:33 no, the docs only say pip install -U docker-py 20:14:47 It's in there 20:14:51 installed ansible using yum 20:15:53 Could work :) 20:15:55 idk 20:20:33 Well, I have an ovsdb-server.log now at least 20:22:40 Evidently it requires ovs as a module 20:23:00 Breaks on compiling it in. You guys may want to fix that, idk 20:24:18 Easy enough for me to change; I don't personally care for managing kernel modules 20:26:08 More concerningly, this may actually tie the host and guest kernel versions together by necessity. idk 20:30:11 this error doesn't make sense 20:35:32 kbaegis - that is the openvswitch project's domain 20:35:40 kbaegis we have no input into their development 20:35:49 they are pretty much not directly part of openstack 20:35:57 i mean i could dsend a message to them 20:35:58 but i'm not sure it would do much :) 20:36:27 kbaegis we load kernel modules from the host - iirc 20:37:27 sdake mind taking a look at my error 20:37:34 https://paste.pound-python.org/show/tXwye4n3DaYxKl95Rv20/ 20:38:43 Serguei Bezverkhi proposed openstack/kolla: Start using orchestration_engine variable https://review.openstack.org/356538 20:58:00 Merged openstack/kolla-kubernetes: Neutron bootstrap to create service/project/role https://review.openstack.org/353740 20:58:12 recompiled;rebooted;checking to see if ovs will start without redeploy now 21:03:03 Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding NOTE for Kubernetes Secret Generator https://review.openstack.org/356719 21:06:09 Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding NOTE for Kubernetes Secret Generator https://review.openstack.org/356719 21:08:14 Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding NOTE for Kubernetes Secret Generator https://review.openstack.org/356719 21:19:27 Serguei Bezverkhi proposed openstack/kolla-kubernetes: Modifying Keystone bootstrap to use secrets https://review.openstack.org/356098 21:25:27 pavo 21:25:27 i'm beat 21:25:33 been up since 4am 21:25:40 need power nap - can it wait 21:26:57 Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding NOTE for Kubernetes Secret Generator https://review.openstack.org/356719 21:28:46 sure 21:29:14 weird... they make symlinks for configmaps... 22:14:24 Kevin Fox proposed openstack/kolla-kubernetes: Deployment, Readiness, Safe Shutdown, & Scaling for glance-api https://review.openstack.org/354895 22:15:01 sbezverk: I think that one's ready for review now. 22:16:44 sdake_ do you know where the openvswitch module is expected to be found? 22:20:00 sbezverk: with that review, and a ceph backed glance, you should be able to do a no downtime minor version rolling upgrade. 22:51:13 lol 22:51:17 "modprobe: ERROR: could not insert 'openvswitch': Exec format error" 22:51:19 Great 22:52:50 Falling back to linuxbridging, trying the iptables —flush option 23:27:31 Sadly, no. iptables —flush didn't work :'( 23:28:14 Oh well 23:33:34 is there a way to manually insert those rules? 23:33:39 To see rejections/conflicts? 23:34:53 Alright, I'm going to cave and install centos 23:34:54 :/ 23:35:06 Not happy about it, but it'll to in a pinch 23:35:07 :) 23:35:23 And I'd rather have a functioning lab than one done right :) 23:45:54 Wish I knew more than that iptables.manager generically fails on COMMIT 23:46:03 I feel like that's solvable 00:28:47 Jeffrey Zhang proposed openstack/kolla: Bump the ansible version to 2.1.1.0 in kolla-toolbox https://review.openstack.org/356311 00:36:55 pavo back alive 00:37:53 morning sdake 00:38:19 duonghq afternon actuallyy 00:38:23 powernap + powerdinner 00:38:25 ready to rck 00:38:28 any9one need any help 00:39:08 what is current temperature sdake? 00:39:19 hot 00:39:36 dose the winter is better? 00:39:39 5pm 00:39:49 winter is much better 00:39:50 prorbably 105-1110 atm 00:40:20 110 that is 00:41:04 good weather, huh? does it rain? 00:41:39 I mean winter 00:42:41 during summer yes 00:42:44 during winter no 00:42:50 during summer we have monsoons 00:43:07 monsoons festival? 00:43:20 monsoons are like a big rain storm 00:43:32 ah 00:43:37 which cools off the heat 00:43:49 peopel in arizona are angry during summer time 00:43:51 and happy during winter 00:43:54 its kind of wierd 00:44:00 i think its opposite to the rest of the us ;) 00:44:10 there is storm come here in about 1-2 days :(, long time no storm go here 00:44:12 angry might be the wrong word 00:44:19 displeased might be better 00:44:32 I like the winter, too 00:44:54 i've lost 10 punds in the lat 1 month because of the heat affecting my appetite 00:44:59 continuous problem in ariona 00:45:25 arizona isn't problem free 00:45:32 but all the datacentres in the us are here 00:45:36 becuase nothing ever goes wrong 00:45:41 except its hotter then hell ;) 00:45:50 yay 00:46:07 no tornadoes no earthquakes no nothing 00:46:29 just hot? 00:46:39 yup just hot 00:46:49 and 280% murder rate above avereage 00:46:52 although i don't live in that part of town 00:47:19 town/city 00:47:41 murder rate increases in summer time - presumably because of resource constraints 00:47:56 bad "habbit" 00:48:54 i feel safe all the time 00:48:57 i dont even lock my doors 00:49:19 others - in other parts of town - have 5 deadbolts on their door 00:49:32 so good for you 00:49:39 location location location 00:49:50 Most of the year, it’s the valley of the sun. Part of the year, it’s the surface of the sun. 00:50:07 wirehead_ wow - never picked up on that 00:50:18 the chant spirit from list meeting still around, 00:50:29 wirehead_ surpried- and i'm 42 years old :) 00:50:29 One of my grand-bosses at Rackspace lived in Phoenix and said that. 00:50:55 he must have been grand 00:51:00 and more experienced then I 00:51:36 wirehead_ do you use jabber 00:51:48 I think I’m supposed to, but I don't. 00:51:49 i see your not on 00:51:57 would you mind indulging me for a moment 00:54:13 battery at 2% brb if power dies out 00:55:27 K, well the Jabber client is forcing me to download a 65 meg update. But I think I’m on. 00:56:38 wirehead_ I see some issue with neutron boostrap, wondering if you see something similar 00:57:57 wirehead_ when it tries to run db upgrade on neutron db and is it was already upgraded, I see continuous restart of bootstrap process 00:58:16 hmmmm. 00:58:42 wirehead_ wondering if there is way to check if db was already upgraded and then ignore upgrade 00:59:20 sdake cool, I am setting up nodes agan 00:59:31 That seems like a bug in the update process. 00:59:33 lol like for the 6th time 01:00:04 sdake: how about the SAP case? 01:00:37 wirehead_ most likely, they should handle it more gracefully 01:01:01 will open a bug tomorrow against neutron 01:01:08 so whats the most stable release 2.0.3? 01:03:00 sdake: how about the SAP case? 01:03:27 wirehead_ around on jabber? 01:03:28 i lost power 01:03:29 duonghq huh? 01:03:56 SAP use our work without license include 01:04:25 duonghq someone told me that had been fixed 01:04:28 sbezverk: When I test, I usually nuke everything and start from scratch. 01:04:30 have a link to the offending repo? 01:15:30 sdake: still there? 01:17:37 sdake I still need help :) 01:26:24 I guess another way to go would be to build my own l2 agent 01:26:45 kbaegis: from scratch? 01:29:19 No alternative :) 01:29:37 duonghq so I guess so. Centos works for EVERYTHING but ovs or linux bridging 01:29:47 there's vikraman/gentoo 01:29:55 how about the ubuntu ones? 01:35:56 Might do. I didn't test that. 01:38:16 I'll hardcode and reset. I'm pretty sure it's a kernel version thing though 01:38:54 who's responsible for the centos one ooc? Could give me pointers? 01:42:38 sdake ping 01:43:10 sbezverk: he is go out 01:43:31 duonghq thank you will try to catch him later 01:45:47 (try stop openstack meeting bot from logging from last meeting, insane bug) 01:45:50 #endmeeting