Wednesday, 2015-06-03

*** shakamunyi has joined #kolla00:13
*** barra204 has joined #kolla00:13
*** vinkman has joined #kolla00:19
*** rhallisey has quit IRC00:20
*** zhiwei has joined #kolla01:06
*** barra204 has quit IRC01:24
*** shakamunyi has quit IRC01:24
*** vinkman has quit IRC01:27
openstackgerritMartin AndrĂ© proposed stackforge/kolla: Fail image build when build script is missing  https://review.openstack.org/18783401:31
*** tobe has joined #kolla01:33
*** erkules_ has joined #kolla01:39
*** erkules has quit IRC01:41
*** vinkman has joined #kolla01:50
*** erkules_ has quit IRC01:50
*** erkules_ has joined #kolla01:52
*** sdake has quit IRC02:11
*** vinkman has quit IRC02:16
*** fangfenghua has joined #kolla02:56
*** dims__ has quit IRC02:56
SamYapleloth: ive talked to a few people outside kolla here and they all want docker volumes. i have no strong opinion so well do what the community wants02:57
SamYaplein the future they may be `docker volumes` comming as a command02:57
SamYapleso that would be cool02:57
*** vinkman has joined #kolla03:31
*** vinkman has left #kolla03:31
openstackgerritweiyu proposed stackforge/kolla: Check the result of compose cmd  https://review.openstack.org/18785503:39
*** weiyu-001 has joined #kolla04:20
*** weiyu-001 has left #kolla04:20
*** weiyu has joined #kolla04:20
*** bmace has quit IRC04:21
*** weiyu has quit IRC04:21
*** weiyu-001 has joined #kolla04:21
*** bmace has joined #kolla04:32
*** fangfenghua has quit IRC05:03
*** shakamunyi has joined #kolla06:16
*** barra204 has joined #kolla06:17
*** dasm|afk is now known as dasm06:44
*** shardy has joined #kolla06:55
*** inc0 has joined #kolla07:03
inc0good morning07:07
SamYaplemorning inc007:09
inc0SamYaple, do you ever sleep?07:09
SamYapleim asleep right now07:09
inc0where did you get irc-to-brain interface?07:10
SamYaplechina07:10
SamYaplehttps://code.google.com/p/irssi-connectbot/07:10
inc0:)07:11
inc0I salute your endurance;)07:12
SamYapleits actually my midday right now07:12
SamYaplei work 3rd shift07:12
inc0ah, I thought yesterday you've said that your midday is about us time?07:12
inc0did you travel?07:12
SamYapleno. i must not realize what time it is when i tal kto you07:13
SamYapleim normally up 2100-1200 central time07:13
inc0I'm almost UTC, 9am now07:14
*** athomas has joined #kolla07:14
SamYaple2am here07:14
inc02am midday?;) not 2pm? or 14?07:15
inc0sorry, I'm before my first coffee07:15
SamYaplei work 3rd shift "my midday"07:15
inc0ah.. I see now07:16
SamYapletime is a fluid concept that none of use can fully understand07:16
inc0yeah, I have particular trouble with it;)07:17
*** bradjones has quit IRC07:20
*** bradjones has joined #kolla07:22
*** tobe has quit IRC07:52
digaSamYaple: Hi07:56
digacan you give me link how to install kolla on VM ?07:56
*** dims_ has joined #kolla07:58
SamYaplediga: its poorly named, but https://github.com/stackforge/kolla/blob/master/docs/dev-quickstart.md07:58
SamYaplethat is the "install" guide atm I belive07:58
digaSamYaple: Thanks07:58
*** dims_ has quit IRC08:03
*** tobe has joined #kolla08:14
*** shardy_ has joined #kolla08:16
*** shardy has quit IRC08:17
*** shardy_ has quit IRC08:22
*** shardy has joined #kolla08:22
*** gfidente has joined #kolla08:24
*** pdb has quit IRC09:42
*** pdb has joined #kolla09:42
*** zhiwei has quit IRC09:48
inc0hmm...guys, I'm thinking how to determine master with multi node deployment09:55
inc0I'd need to add priority to keepalived09:55
inc0and master should be slighltly higher09:55
SamYaplesince "master" is arbitrary i just use the first host in the group as master in ansible09:55
*** erkules_ is now known as erkules10:02
*** erkules has joined #kolla10:02
inc0I'll see how keepalived works without any config out there10:02
inc0maybe it'll choose random, which would work10:03
SamYapleyou need to set the id10:03
inc0you mean router id?10:04
SamYapleyea10:04
inc0it should be the same at all nodes10:04
SamYapleerr the vid10:04
SamYaplehold on i cant rememebr10:04
inc0what should be different is priority10:05
inc0afaik10:05
SamYapleyea youre correct10:05
SamYaplevirtual_router_id  matches and priority is different10:06
*** dims_ has joined #kolla10:06
inc0yup, and I'm wondering if we set same priority, what will break:)10:06
inc0we'll see I guess10:06
SamYapleit doesnt work well, no :/10:07
SamYaplebeen down that road10:07
inc0meh10:07
SamYaplei cant remember if it just plain broke, or the vips ended up in both places10:07
SamYaplebut something bad happened10:07
SamYaplehttps://github.com/SamYaple/yaodu/blob/master/ansible/roles/keepalived/templates/keepalived.conf.j2#L1210:07
SamYaplei ended up doing that where  {{ loop.index }} would be unique10:08
inc0hmm...I have very nasty idea10:09
inc0;)10:09
SamYaplelalalala im not listening10:09
inc0:D10:09
inc0make it random with int big enough that risk of overlap will be lesser than risk of meteorite hitting datacenter;)10:10
SamYaplenah10:10
SamYaplethats not cool with me10:10
SamYapleplus i think yo ucan only go to 2^1610:11
inc0nah, it's as dirty as it can possibly be10:11
inc02^16 is still pretty big;)10:11
SamYapleonly 6500010:11
inc0another idea - env with name of master host10:12
inc0and if hostname == master: priority is bigger10:12
SamYaplestill have to have uniques per "slaves"10:12
inc0true10:13
SamYaplewhats wrong with the ansible approach? this doesnt break setting an environment variable for the non-ansible deploy10:13
inc0ansible needs to be involved, that's my worry10:14
SamYapletriple-o should be able to easily generate that unique10:14
inc0I'd rather make env variable for ansible, tripleo or whatever to fill10:14
SamYapleno ansible will be generating configs dynamically10:15
inc0like HOSTNAME_PRIORITY=host1:100;host2:9910:15
inc0but we're not there yet right?10:15
SamYaplethe dynamic config is all good ot go, i just havent been able to finalize the commit since my gear crashed10:15
inc0on what basis it will generate configs? env vars?10:15
SamYaplethe yaodu link i posted is a template, that template gets filled out when its transfered to a host10:16
SamYaplethat file on the host is unique per host10:16
SamYapleit is the nconverted into a variable that can be pasred dynamically in the container10:16
SamYapleso ansible still handles the config gneeration entirely10:16
inc0yeah, that's what I'm concerned about - tripleo guys won't like that10:17
SamYapletripleo guys can do it however they see fit10:17
inc0also, having several config generators isn't good idea as well10:17
SamYapleim not complaing about HOSTNAME_PRIORITY=host1:100;host2:9910:17
SamYapleits just not how ansible will do it10:17
inc0I get it, but I'll want to make it not-ansible-specifiv10:18
SamYaplewhat do you mean, several config generators?10:18
inc0with all my love to ansible (true and deep), this might be a problem10:18
inc0trilpleo uses puppet for that10:18
inc0and they have pretty advanced stuff like support for multiple physical networks and so on10:18
SamYaplethis is more a conversation about scope and our mission statement then10:19
inc0I agree10:19
SamYaplethe container build isnt in question, correct?10:19
inc0yup10:19
inc0but deployment orchiestration and variable generation might10:19
inc0heat can do that already10:20
SamYaplesure and thats certainly a conversation to have. i dont want to block triple-o, but none of that will block ansible10:20
inc0I agree, I just want to prepare containers in a way they will be agnostic to deployment tool10:20
SamYaplethere will be a kill switch to turn off all autoconfiguration i nthe container10:21
inc0personally I don't think autoconfig will be bad10:21
SamYapleif they community wants autoconfiguration with environment variables I am ok with that10:21
inc0if we consider option like we discussed before - pass a config, ansible will pack it to dict, and then fill conf inside container with exactly these values10:22
inc0thing to discuss for sure.10:22
inc0for now I'll do host1:10110:22
inc0and we'll change it when we decide on something10:23
SamYaplethe problem _I_ have with autoconfiguration, is it is not flexible. all the available options must be handcoded and i dont feel that is a good use of time and it is error prone personally10:23
SamYaplebut i wont block whatever anyone wants to do, as long as there is a kill switch10:23
inc0especially that those have to be maintained10:23
inc0configs in openstack change in time10:23
SamYapleyep10:23
SamYaplein yaodu the upgrade from juno to kilo required no container build changes at all10:24
inc0but, being able to pass default config + changes should be ok10:24
*** sdake has joined #kolla11:02
sdakemorning11:06
* sdake growls at 5am training 3 days in a row11:06
SamYaplemorning sdake11:07
SamYaplequit being lazy. get to work11:07
SamYapleso i was thinking about the "all packages from source" container that I wanted to do. I think gentoo might be the answer for that. I did an LFS container but i dont see any benefit over a gentoo container11:08
SamYapleplus the openstack ebuild package maintainer for gentoo works on my team now11:08
sdakefawk wife leaves for ansible fest for 3 days leaves 2 pepsis in the fridge11:11
sdakewtfawk!11:11
inc0ah, that's why you all want ansible so much;)11:16
pdbSamYaple: surely python virtualenvs are more portable11:17
inc0SamYaple, you want to make container for source installations?11:19
inc0and install *everything* from source?11:19
inc0(aka compile all the stuff \o/)11:19
SamYapleinc0: :D as a side side project, but yes11:19
inc0wow.11:19
SamYaplei have it working, but its not "accessible"11:20
SamYaplebits of manula stuff in it as well11:20
SamYaplepdb: im not opposed to virtualenvs. I dont see the benefit given the end product being a container. Can you expand on what it would give us?11:21
pdbSamYaple: maybe Im not up to speed on what your goal is. We want to remove the dependency on rpms/debs right?11:22
SamYaplepdb: correct.11:23
pdbso why would you tie yourself to emerge which only works on one OS? (gentoo)11:23
pdbwhereas virtualenvs will work pretty much anywhere11:23
SamYapleoh sorry for the confution pdb11:23
SamYapleno thats a side project. i shouldnt have brought it up11:24
SamYapleignore that11:24
pdbah :)11:24
SamYapleno i do a pip install in the container build for ubutnu/centos installs11:24
SamYaplei only have working for ubuntu, but havent attempted centos family yet11:24
*** weiyu-001 has quit IRC11:31
*** dwalsh has joined #kolla11:51
sdakeI find your lack of faith disturbing :)11:53
*** tobe has quit IRC11:56
*** tobe has joined #kolla11:57
*** tobe has quit IRC12:02
openstackgerritMichal Jastrzebski (inc0) proposed stackforge/kolla: Keepalived container  https://review.openstack.org/18798112:28
inc0and here I am, complaining about keepalived in ha spec...12:29
*** weiyu has joined #kolla12:30
*** zhiwei has joined #kolla12:30
*** athomas has quit IRC12:36
openstackgerritMichal Jastrzebski (inc0) proposed stackforge/kolla: Keepalived container  https://review.openstack.org/18798112:45
*** athomas has joined #kolla12:47
*** inc0 has quit IRC12:52
*** dwalsh has quit IRC12:56
*** mstachow has joined #kolla13:08
mstachowafternoon :)13:08
sdakeyour on the wrong tz mstachow :)13:08
mstachowtz :> ?13:09
sdakesay I noticed you reassigned the from source blueprint13:09
sdakeis that one of your cohorts? :)13:09
*** dwalsh has joined #kolla13:10
sdakehmm maybe wrong person sorry I meant inc013:10
sdakeI htink ;)13:10
dasmmstachow: tz == timezone13:10
sdakehey dasm13:10
dasmsdake: hello o/13:10
mstachowthanks dasm13:11
sdaketeam meeting today - hope folks can make it :)13:11
dasmtoday is 22UTC?13:11
sdakeyar13:11
dasmso, 0:00 CET :'(13:11
mstachowI understand now :D I and inc0 are from the same tz :)13:11
mstachowdasm :'( It hurts me too13:12
dasmmstachow: you're a student. you're working 'different' hours :)13:12
sdakemstachow are you the intel intern?13:12
sdakelots of new faces, trying to keep it all straight :)13:13
dasmsdake: he is13:13
sdakecool interning at intel was fantasitc for my career13:13
mstachowdasm, I know.. I'd got couple of exams today morning :<13:13
sdakedasm you an inteller too?13:13
dasmsdake: i am. the same team with inc0, mstachow and ala13:14
sdakestart there out of school?13:14
dasmala == akwasniew13:14
sdakeIf I was doing it over again today, there is 3 places I'd start my career, and intc would be one of em :)13:14
dasmsdake: me? no. i've been working in several other companies. mostly in web industries.13:15
sdakedamn nice13:15
dasmsdake: i'm wondering if openstack is still 'web' or not :P13:15
dasmif yes, i'm still in web. :D13:15
sdakeits more like infrastructure13:15
sdakesamyaple around?13:16
sdakewanted to talk about orchestration of the HA components13:16
dasmsdake: probably not. he was awake around 5AM CET so ~3AM UTC13:17
dasmbut if you'll look at logs, he talked a little with inc0 about it.13:17
sdakethanks for the log pointer13:23
sdakethat was helpful13:24
mstachowsdake: Do we need rsync as replication method for galera?13:24
sdakeyou tell me, your the expert13:29
sdakeif you want the question answered more directly consult danehans13:29
sdakehe is traveling atm13:29
mstachowYou see, we've got four method of replication. 3 of them are currently working well. Rsync is tricky one for me13:30
*** dasm is now known as dasm|afk13:33
*** dwalsh has quit IRC13:33
*** rhallisey has joined #kolla13:45
*** inc0 has joined #kolla13:47
pdbany reason the mariadb container isn't set to log to stdout?  It's failing to startup and can't get info from 'docker logs'13:50
mstachowmariadb as far as I know is putting every single note into log file. stdout by default is nearly empty13:52
pdbyes that's the problem13:52
*** dwalsh has joined #kolla13:53
mstachowI am not sure if mariadb daemon allow You to sending directly messages to stdout13:58
sdakehttps://mariadb.com/kb/en/mariadb/mysqld_safe/14:00
sdaketry --log-error option to mysql14:00
sdakemysql_safe14:00
mstachowyes, but it still logs into file14:01
mstachowworkaround: run mysqld_safe in background and listen output by tailf from log file14:02
mstachowthat requires of course some changes in mariadb-app container and in my galera container too14:03
*** apmelton_away is now known as apmelton14:03
inc0mstachow, also this gives us another set of problems - rotating logs14:04
pdbit also may interfere with the container lifecycle if mysql isn't pid 114:06
pdbim sure there's an option to log to stdout, will have a play around14:06
mstachowthat was just a quick workaround - I know that It isn't perfect :P14:06
*** inc0_ has joined #kolla14:13
*** inc0_ has quit IRC14:13
*** weiyu has quit IRC14:16
*** jruano has joined #kolla14:26
*** dasm|afk is now known as dasm14:32
*** barra204 has quit IRC14:36
*** shakamunyi has quit IRC14:36
*** zhiwei has quit IRC14:39
*** dwalsh has quit IRC14:43
sdakedamn my bottle of tl1 has evaporated14:46
inc0tl1? some kind of liquor?14:53
mstachow:O?!14:55
bmacehey sdake, did you get those rebuilt images pushed up to dockerhub yesterday?  the ones up there still look old (8 days)14:56
sdakei ran it last night14:56
sdakeit should have completed14:56
sdakei havem eeting now, willl be avilable in 1 hour to check the results14:56
*** vbel has quit IRC14:57
*** daneyon has joined #kolla14:57
*** vbel has joined #kolla14:58
*** daneyon_ has joined #kolla15:01
*** dwalsh has joined #kolla15:02
*** daneyon has quit IRC15:04
*** jtriley has joined #kolla15:08
*** dwalsh has quit IRC15:15
*** dasm is now known as dasm|afk15:16
*** dwalsh has joined #kolla15:25
*** vinkman has joined #kolla15:32
*** vinkman has quit IRC15:35
*** dwalsh has quit IRC15:37
*** rhallisey has quit IRC15:38
*** vinkman has joined #kolla15:53
*** bmace_ has joined #kolla15:56
*** dwalsh has joined #kolla15:58
*** bmace has quit IRC15:59
*** vinkman has quit IRC15:59
sdakebmace checking results moment16:04
sdakebmace my push failed because of credentail issues16:14
sdakesorting out now16:14
bmace_sdake excellent.16:16
*** dims_ has quit IRC16:18
*** dims_ has joined #kolla16:18
*** dims__ has joined #kolla16:20
*** dims_ has quit IRC16:24
mstachowharmw are You here ?16:26
*** vinkman has joined #kolla16:27
*** vinkman has quit IRC16:29
*** athomas has quit IRC16:35
*** cbaesema has joined #kolla16:51
*** rhallisey has joined #kolla16:51
sdakespartans, what is your profession!16:51
rhalliseyah wo!16:51
rhalliseygreat movie16:52
cbaesemahttps://github.com/stackforge/kolla/tree/stable/juno/docker/swift/swift-base missing config-swift.sh ?16:53
sdakeswift is in a state of complete disarray in terms of implementation16:53
sdakelooking for someone to take it on :)16:54
sdakecbaesema welcome to #kolla btw :)16:54
cbaesemathx just noticed while doing some builds yesterday16:54
*** gfidente is now known as gfidente|afk17:01
*** bmace_ is now known as bmace17:02
*** gfidente|afk is now known as gfidente17:20
*** gfidente is now known as gfidente|afk17:31
*** rhallisey has quit IRC17:49
*** rhallisey has joined #kolla17:50
openstackgerritRyan Hallisey proposed stackforge/kolla: Add cinder into the docker compose setup  https://review.openstack.org/17350717:50
sdakerhallisey did you test the mount /dev/pts in the container17:51
sdakeI'd like to see if  that solution works - tha tis my prefferred solution17:51
rhalliseyno I didn't yet17:51
sdakecan you add it into your queue17:51
rhalliseyyes17:52
sdakemount -t devfs /dev/pts should do it I htink17:52
rhalliseytalking with dwalsh about it17:52
sdakewfm17:53
sdakeget his advice17:53
sdakekeep in mind we can't wait until docker 1.817:53
sdakewe need to stop depending on new updates to docker to do the job17:53
sdakeor we will be waiting forever to get to a working solution17:53
sdaketell of victory17:54
sdakevictory? yes my lord17:54
sdakethis movie rocks17:54
sdakei'm more satisified with a workaround then waiting until docker 1.817:55
sdakei'm ok with waiting for docker .17 june 15th deadline17:55
sdake1.7 that is17:55
sdakemaybe .17 is more accurate ;-)17:55
rhalliseyya ha17:56
rhalliseywell this is using 1.717:56
sdakewell we are using thee dev verison17:56
sdakemaybe dan can jam in a fix into 1.717:56
sdakebut i'm not sure if they are taking bug fixes at this point17:57
rhalliseyya I think they are at a freeze17:57
sdakefuzzy-freeze17:57
sdakethey take certain thigns and not others17:57
sdakebut libcontainer is locked in I think17:57
sdakeand that is where this code is contained17:57
sdakefrom my understanding of the situation17:57
*** mstachow has quit IRC18:00
dwalshsdake, What is the problem.18:02
sdakedwalsh /dev/pts/ptmx ends up with 00 permissiosn18:02
dwalsh<dwalsh> <dwalsh> RIght but libvirt in the container is running as root. with privs turned off.18:02
dwalsh<dwalsh> <dwalsh> ls -lZ /dev/pts/ptmx18:02
dwalsh<dwalsh> <dwalsh> crw-rw-rw-. root root system_u:object_r:svirt_sandbox_file_t:s0:c642,c891 /dev/pts/ptmx18:02
dwalsh<dwalsh> <dwalsh> Permissions in a normal container.18:02
dwalsh<dwalsh> <dwalsh> ls -lZ /dev/pts/ptmx18:02
dwalsh<dwalsh> <dwalsh> c---------. 1 root root system_u:object_r:devpts_t:s0 5, 2 Jun  2 15:14 /dev/pts/ptmx18:02
dwalsh<dwalsh> <dwalsh> Weird.  But the only reason a root process would not be allowed to ouch /dev/pts/ptmx is if it did not have DAC_OVERRIDE.18:02
dwalsh<dwalsh> <dwalsh> I can change the permisions from within the container.  I guess I need to see the failure.18:02
dwalshsdake, Right but that is what it is on my host system, even with libvirtd installed and it handles it.18:03
dwalshNot sure why it is 666 inside the container.18:03
sdakeit is 666 inside the container because rhallisey chmoded it in start.sh18:03
sdakeI am not sure what it should be on a fresh install18:03
dwalshBut why is it needed are you running libvirtd as a non privileged user?18:04
sdakei agree selinux handles it, we only see a problem when we bindmount /dev18:04
sdakerather let me restart18:04
dwalshIf a process is running as root and has DAC_OVERRIDE it should be able to handle it.18:04
sdakeI am not running with selinux18:04
dwalshRIght18:04
sdakethe process is running as root18:04
dwalshThen the process should have access.18:04
*** mstachow has joined #kolla18:04
sdakeis DAC_OVERRIDE a default permission?18:04
sdakein the capabilties for root18:05
dwalshin a --privileged container yes18:05
sdakethis is a privileged container18:05
dwalshThen it should have access, unless something else is breaking.18:05
sdakeonly way to know for sur eis to run libvirt in strace I suspect18:05
dwalshI just rand a --privileged -v /dev:/dev and I can modify the permissions on it.18:05
sdakethe permissions canbe modified18:06
sdakebut the default permissions dont' allow libvirt to create its monitor device18:06
dwalshIs libvirtd putting something in its log files?18:06
sdakeI haven't pulled down rhallisey's change and debugged personally18:06
sdakeso I'm the wrong guy to ask :)18:06
rhalliseydwalsh, ya http://pastebin.test.redhat.com/28773918:06
sdakerhallisey change the libvirt container to run in strace18:07
sdakeand get that output of that18:07
sdakethat will tell us precisely what is going on18:07
sdakeone with bindmounting one without18:07
dwalshIf libvirtd can handle 000 on ptmx on the host, it should be able to handle it in the container.18:07
sdakei hear what your saying and agree18:07
rhalliseydwalsh, agreed that's what confuses me too18:08
sdakebut it is not18:08
rhalliseyit get's that above error18:08
rhalliseylibvirtError: internal error: process exited while connecting to monitor: 2015-06-03T17:58:30.071758Z qemu-kvm: -chardev pty,id=charserial1: Failed to create chardev18:08
sdakerhallisey how about putting that on a public pastebin18:08
sdakeso I can access it :)18:08
rhalliseyya hold on ha :D18:08
sdakeI've dealt with /dev/pts/ptmx since the beginning of this damn project :(18:08
rhalliseyhttp://paste.fedoraproject.org/228551/14333549/18:09
rhalliseythat's comes out of nova-compute18:09
sdakewe need the libvirt logs18:09
rhalliseythat*18:09
sdakedocker exec livirt-container cat /var/log/libvirt/instances/000x.log18:09
sdakewhatever 000x is18:09
sdakeyou can determine that by using the ls command18:10
sdakesicne docker doesn't do shell expansion on exec inside the container18:10
rhalliseyhttp://paste.fedoraproject.org/228552/55075143/18:11
sdakeya i've seen that before18:11
sdakeI was never able to root cause it18:11
sdakei've seen itt before *ALOT*18:11
sdakebut it seems to never happen now18:11
rhalliseythis is the first i've seen it18:12
sdakeI'm not sure what fixed it18:12
rhalliseydocker probably18:12
rhallisey:)18:12
sdakeoh I remember what fixed it18:12
sdakebrain just cooperated  :)18:12
sdakeI stopped bindmounting /dev ;-)18:12
rhalliseywill a volume mount work in this case?18:13
dwalshSo this works with 666 correct?  Does not work with 600?18:13
sdakenot sure but I'd definately prefer 60018:13
* rhallisey checking18:13
sdakeand over that I'd prefer mount -t devfs /dev/pts18:13
sdakemaybe our default libvirt config is running with a specific uid/gid18:14
dwalshWon't that cause a problem with libvirt exiting and restarting, where it could not see other pts devices it created.18:14
sdakedwalsh you may be correct18:15
sdakelets go with 600 if that works18:15
sdakei'd be satisified with that solution18:16
sdakealthough something is still busted somewhere18:16
sdakesamyaple's thinking got me thinking it may have something to do with the new mount propogation feature18:16
sdakebut I recall removing /dev from the bindmounting in the libvirt container fixed this d/ev/pts/ptmx problem18:16
sdakeso this was prior to the rwork to add /dev bindmounting18:16
sdake(in docker 1.5)18:16
rhalliseygotta run18:19
rhalliseyI'll beck back later18:19
*** rhallisey has quit IRC18:19
sdakewell dwalsh since rhallisey just disappared18:21
sdakeand I have no idea how to use cinder18:21
sdakeI guess we will have to revisit this permission issue18:21
lothSamYaple: you around?18:24
*** mstachow has quit IRC18:39
*** jtriley has quit IRC18:43
*** jtriley has joined #kolla18:54
*** dwalsh has quit IRC19:03
*** shardy_ has joined #kolla19:06
*** shardy has quit IRC19:08
harmwwasn't thre a meeting tonight?19:09
harmwlike, an hour ago?19:09
*** cbaesema has quit IRC19:11
*** cbaesema has joined #kolla19:11
sdake3 hours harmw19:12
*** shardy_ has quit IRC19:12
*** shardy has joined #kolla19:12
harmwoh, it's an even week19:13
sdakeya confusign huh19:16
sdakeif only the earth didn't rotate ;)19:16
harmwyea, fixing that is still on my TODO19:16
sdakeblow up the moon19:16
sdakeproblem solved ;-)19:16
*** dwalsh has joined #kolla19:19
*** rhallisey has joined #kolla19:24
openstackgerritHarm Weites proposed stackforge/kolla: Add the Designate DNSaaS services.  https://review.openstack.org/18279919:26
harmwfingers crossed I got *all* crap this time :P19:27
harmwSamYaple: sdake mandre , check it out :)19:27
sdakeharmw otp with wife19:28
harmwso? hangup19:28
sdakeshe already wants to fire me19:28
harmwhehe19:28
*** jtriley has quit IRC19:29
*** rhallisey has quit IRC19:37
*** rhallisey has joined #kolla19:37
*** jtriley has joined #kolla19:38
*** ryansb has left #kolla19:53
*** inc0 has quit IRC19:53
*** daneyon_ has quit IRC20:08
*** daneyon has joined #kolla20:08
*** daneyon_ has joined #kolla20:11
*** daneyon has quit IRC20:14
*** loth has left #kolla20:16
sdakeyo danyeon glad to see you back from off the road ;-)20:17
sdakeBBL dentist torture session20:17
*** dwalsh has quit IRC20:19
*** pdb-mobile has joined #kolla20:53
*** pdb-mobile has quit IRC20:59
*** jtriley has quit IRC21:06
*** dasm has joined #kolla21:12
*** jtriley has joined #kolla21:14
SamYaplehey guys21:29
dasmwelcome back SamYaple. o/21:30
SamYapleyea dasm21:30
SamYapleloth you here?21:31
*** jruano has quit IRC21:34
SamYaplemost of my replacement gear just arrived21:36
*** jtriley has quit IRC21:38
*** loth has joined #kolla21:47
*** mstachow has joined #kolla21:49
* mstachow feel drowsy21:50
sdakeboy its hot in arizona21:50
dasmmstachow: be a man.21:51
sdakeirc meeting in t-15 minutes21:51
lothsdake: native? :)21:51
sdakeyar21:51
sdakeborn and raised21:51
sdakelived in flagstaff during university21:51
sdakeand for about 6 years in my middle 30s21:51
lothpfft should be immune :)21:51
sdakebut needed to live near a proper airport21:52
sdakeits not like I can put on an air conditioned jacket ;-)21:52
mstachowI woke up ~15 hours ago after 4 hours of sleeping. I'm looking forward on my bed ^^21:52
dasmsdake: what does it mean 'hot'?21:52
sdake105f?21:52
sdakento sure21:52
dasmmstachow: you can sit in bed, while chatting on irc :)21:52
sdakeits hot21:52
sdakedasm thats how I roll ;-)21:52
loth97 now21:53
dasmsdake: let me check how much is it.21:53
mstachowdasm in this case I will fall asleep soon ;)21:53
dasm40.5 *C21:53
dasmpretty hot :D21:53
sdakeit gets up to118f21:53
SamYaplehows the humidity21:53
sdakein august21:53
sdake0% typical21:53
sdake10-20 sometimes21:54
SamYaplepsshhh21:54
SamYapletry 100% humidity in 100F weather21:54
sdakebeen there21:54
SamYapleits awful21:54
lothpeople here just hop from ac sources21:54
sdakeagree21:54
SamYapleyou feel like youre drowning21:54
sdakemy panamera needs more ac power21:54
sdakedamn germans and their thinking people don't need ac21:55
dasmSamYaple: where are described conditions? 100% + 100F?21:55
sdaketexas and luiousana21:55
sdakeand carolinas21:55
sdakemaybe elsewhere21:55
dasmsdake: ok, noted. this is place where i don't want to leave. when i'll move to US, it won't be there :P21:56
SamYaplei live in TX atm, but im from SC dasm21:56
mandrehey guys, I'm going to make it this time for the meeting21:56
mandregood morning :)21:56
sdakemandre morning ;)21:56
dasmmandre: good evening21:57
sdakewhat time is it in jp mandre?21:57
mandre7AM21:57
mstachowhi ! mandre21:57
dasmor even good midnight, mstachow21:57
SamYaplehey mandre21:57
SamYaplei too will maek this one21:57
dasms/mstachow/mandre :P21:57
mandreit will be war zone soon when the kids get ready for school21:57
sdakeya thats how my household rolls in the morning during the school year21:57
sdakechaotic21:57
dasmso, we have jp with 7AM, pl with 12AM and us around 4PM?21:59
sdake3pm here21:59
sdake7pm on east coast21:59
dasmit would be much simpler to stick just to utc :P21:59
SamYaple6pm east coast21:59
*** pdb-mobile has joined #kolla21:59
*** akwasnie has joined #kolla22:02
*** vinkman has joined #kolla22:07
*** pdb-mobile has quit IRC22:39
*** jruano has joined #kolla22:46
*** jtriley has joined #kolla22:52
*** smeisner has joined #kolla22:56
*** pdb-home has joined #kolla22:56
dasmso, do we know already, what's the mission of Kolla? ;)22:57
SamYapleand in the docker bind them22:57
sdakepretty sure we don't know :)22:57
sdakethat is what this exercise was all about22:57
sdakefinish up voting and we will select 3 top votes to merge22:58
sdaketop 3 voted missions22:58
bmaceto see the competition driven before us, and hear the lamentation their developers?22:58
sdakebmace huh?22:59
bmaceconan reference?22:59
bmace:/22:59
sdakefolks if people could vote on SamYaplels proposal again, he fixed the wordness22:59
*** jruano has quit IRC22:59
SamYapleno need to revote i dont think, im no wordsmith. i like others better23:00
SamYaplethey better capture what i mean23:00
sdakewhen you have finished voting can you pin in the channel23:00
sdakeping voting done23:00
bmacevoting done23:01
dasmvoting done23:02
sdakefolks remember one of the rule we set for voting, if you dont' like the exact wording, but agee with the mission please vote +1 and we can edit as necessary23:02
rhalliseysdake, done23:03
rhalliseysdake, I have to go though23:03
sdakeack23:03
rhalliseyI'll check back later23:03
*** rhallisey has quit IRC23:03
jpeelersame23:03
sdakewe are done after voting :)23:03
sdakeits my birday and after that I have to drink heaviy23:03
pdb-homedone23:03
daneyon_done23:03
pdb-homehappy birthday23:03
SamYapleone foot in the grave now23:04
daneyon_sdake happy birthday... finally you are the legal age to drink!!!23:04
mstachowvoting done23:04
bmacehappy bday23:04
sdakewhich cat is blahrus23:04
pdb-homeadding a few +1s based on above rule23:04
mstachowsdake happy birthday !23:04
sdakethanks ;-)23:04
sdakeblahrus if your gonna vote once, you gotta vote on all the proposals :)23:05
mstachowOk, meeting is over and I'm almost sleeping on my keyboard. Goodnight everyone ! (:23:05
blahRussdake: I'm dog ;)23:05
blahRussdake: I'll go through the rest now23:05
sdakeblahrus thanks23:05
lothi think im done23:05
sdakethanks guys23:05
sdakeI knwo that was painful23:06
sdakeplease don't edit  from here23:06
sdakeafter you finish voting23:06
sdakeI'd like folks to have a look over peoples comments23:06
sdakeand votes23:06
sdakeand understand what people think we should  be doing23:06
pdb-homescanning the statements/comments, it seems people are a little unclear on the scope of the deployment tooling23:08
bmacethe most disagreement seems to be pretty clearly around the role of deployment of containers in kolla.  as far as i can tell most are for some sort of deployment / ha ability.23:08
bmacestop reading my mind pdb! ;)23:08
dasmso, are we there yet? which one has the most +1?23:08
pdb-homei.e. are we just a reference/demo/poc type thing with the intent to offload to third party, or will the kolla bundled tool be the recommended method23:08
sdakethese are questions for the next meeting23:09
bmacewell, i don't even know if we need to say "recommended" method, versus actually having "a" method, period.23:09
sdakejust read and absorb23:09
pdb-homekk23:09
blahRussdake: done23:10
SamYaplei like the idea of a working supported deployment too that can be consumed as a template for downstream projects23:11
*** mstachow has quit IRC23:12
sdakepdb why do you think i wanted to mention Ansible?23:12
lothI don't agree with mentioning specifics in a major mission statement, 6-12 months from now we may have chef/puppet/ansible methods23:13
bmaceansible is good, but to make something that actually works for deployment downstream projects would all need to do the same sort of custom work to seed the playbook data.23:13
SamYapleloth: im eyeing saltstack23:14
lothwatch your sodium levels :)23:14
SamYaplethats saltlick, also delicious23:14
pdb-homeim glad the mission statement is being looked at as it provides at least some level of stability regardless of underlying tech used23:15
*** jtriley has quit IRC23:15
bmacepuppet is too heavy imho.. or at least heavier than is needed for the container approach.23:15
SamYaplepdb-home: thats a must for me "production" usage23:15
dasmguys, got to go. it's 1AM here. next meeting at wednesday?23:16
*** dasm is now known as dasm|afk_23:16
lothre: "danehans -1 they can be used for dev, CI, etc.. too" IMO production usability implies dev usability etc23:16
pdb-homesame, bed time.  apologies if I was unfair to any mission statements, all were good and it was pretty hectic :)23:16
*** pdb-home has quit IRC23:17
*** dasm|afk_ has quit IRC23:18
lothmissing some votes23:20
sdakegoodnight folks that stayed up late - appreciate it :)23:28
sdakehope you enjoyed that - I thought it was fun :)23:29
*** jtriley has joined #kolla23:29
SamYaplesee ya sdake23:29
*** sdake has quit IRC23:35
*** vinkman has quit IRC23:44
*** dims_ has joined #kolla23:51
*** dims__ has quit IRC23:55
*** diga_ has joined #kolla23:56
*** blahRus has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!