*** Hui has quit IRC | 00:01 | |
*** cloudnau_ has joined #kolla | 00:01 | |
*** cfarquhar has quit IRC | 00:05 | |
*** cfarquhar has joined #kolla | 00:06 | |
*** cfarquhar has quit IRC | 00:06 | |
*** cfarquhar has joined #kolla | 00:06 | |
*** cloudnautique has quit IRC | 00:06 | |
*** cloudnau_ has quit IRC | 00:06 | |
*** Kennan has joined #kolla | 00:07 | |
*** tpot has quit IRC | 00:10 | |
*** daneyon has joined #kolla | 00:12 | |
*** daneyon_ has quit IRC | 00:15 | |
*** slagle has quit IRC | 00:19 | |
SamYaple | asalkeld: We shall soon have multinode (in a single node) gating.... mwahaha! | 00:20 |
---|---|---|
SamYaple | i smell a talk for the next summit | 00:20 |
asalkeld | cool | 00:20 |
SamYaple | ive got it all worked out locally | 00:20 |
asalkeld | other teams could use that | 00:20 |
SamYaple | indeed | 00:21 |
asalkeld | one way to sell kolla as a devstack replacement | 00:21 |
SamYaple | i just launched 6 "nodes" locally | 00:21 |
asalkeld | (for the gate) | 00:21 |
SamYaple | using OVS (so it should even be able to test DVR) | 00:21 |
*** kproskurin has quit IRC | 00:22 | |
SamYaple | whats very interesting about the gates is that they could be done one of two ways, everyone building master (time is clearly not the issue here) or the same way as devstack with a cached version for hours or days ago | 00:23 |
SamYaple | everyone building master would be the best for finding breakage... but also the best at breaking :) | 00:23 |
asalkeld | well most projects could get away with only rebuilding their own image and having old images for other services | 00:25 |
SamYaple | yea thats what they do right now with devstack to a degree, i think | 00:25 |
asalkeld | an even more agressive approach is to have a pool of running kolla openstacks and just update the services that have changed | 00:26 |
asalkeld | much faster | 00:26 |
SamYaple | yes. that is an idea. i like it | 00:27 |
SamYaple | would have to find a way to decontamitane the services (drop the db and all | 00:27 |
asalkeld | yip, could get messy | 00:27 |
SamYaple | not sure how well it would work for all projects | 00:27 |
SamYaple | but you are right, much faster | 00:27 |
SamYaple | i only worry about not building the images all together because of dependacies | 00:28 |
*** dims has joined #kolla | 00:28 | |
asalkeld | i see you not the only one to spell dependencies wrong ;) | 00:30 |
SamYaple | i speel all hte stuff wrong | 00:30 |
asalkeld | yar, write a spec and you too will start feeling all sensitive about it :-( | 00:32 |
SamYaple | yea i dont know whats up with that. but it is what it is | 00:32 |
SamYaple | small price to pay i suppose | 00:33 |
asalkeld | yip | 00:34 |
*** sdake_ has quit IRC | 00:34 | |
openstackgerrit | Angus Salkeld proposed openstack/kolla: Spec: Deploy Kolla images using Mesos https://review.openstack.org/241086 | 00:35 |
asalkeld | hopefully the last update ^ | 00:35 |
SamYaple | i would prefer to see specification spelled out | 00:35 |
*** diogogmt has quit IRC | 00:42 | |
*** sdake has joined #kolla | 00:44 | |
*** vhoward has joined #kolla | 00:44 | |
*** slagle has joined #kolla | 00:47 | |
*** vhoward has quit IRC | 00:49 | |
*** slagle has quit IRC | 00:52 | |
*** slagle has joined #kolla | 00:54 | |
*** kklimonda has joined #kolla | 00:58 | |
*** cemason has joined #kolla | 01:00 | |
*** ssurana has quit IRC | 01:02 | |
*** achanda has quit IRC | 01:02 | |
*** cemason has quit IRC | 01:05 | |
*** daneyon_ has joined #kolla | 01:06 | |
SamYaple | asalkeld: if you were wondering how i was going to do the dind stuff.... this beauty will be a part of the equation | 01:07 |
SamYaple | docker ps -a --no-trunc | awk '/kolla_*/ {print $1}' | xargs -n1 sh -c "btrfs su li -a /var/lib/docker | sed -e 's|<FS_TREE>|/var/lib|g' | awk '{print \$(NF)}' | xargs -n1 -I{} echo btrfs su sn {} /var/lib/docker/btrfs/subvolumes/\$1{}" sh | 01:07 |
asalkeld | wowzer | 01:08 |
SamYaple | this avoids the need for a registry :) | 01:08 |
SamYaple | i just snap all the built images into the new docker containers | 01:08 |
*** daneyon has quit IRC | 01:08 | |
*** tfukushima has joined #kolla | 01:08 | |
SamYaple | no extra used space :D | 01:08 |
asalkeld | so have you thought more on the custom script stuff? | 01:09 |
SamYaple | yea what blueprint are we doing tha work under? | 01:09 |
SamYaple | ill throw up a patch | 01:09 |
asalkeld | mmm, not sure | 01:10 |
SamYaple | let me know and ill throw something up | 01:10 |
asalkeld | cool, happy to help | 01:10 |
SamYaple | should be clean | 01:10 |
SamYaple | ill throw up whats in my head and you can take it away from there to make it what you need | 01:10 |
*** tfukushima has quit IRC | 01:10 | |
SamYaple | collaboration yay | 01:10 |
asalkeld | thanks | 01:11 |
*** tfukushima has joined #kolla | 01:12 | |
asalkeld | should just be able to override "load_config()" | 01:13 |
asalkeld | but probably means passing in the config type and ZK adress into the ENV | 01:14 |
SamYaple | or we can just pass in config.json in an env variable | 01:14 |
SamYaple | across the board | 01:14 |
SamYaple | maybe that wont work | 01:15 |
SamYaple | idk | 01:15 |
asalkeld | yeah, what ever works | 01:15 |
asalkeld | source: {{ container_config_directory }} could point to zk://<ip/path | 01:20 |
SamYaple | that was my thoughts on implementation | 01:20 |
asalkeld | i am cool with that | 01:20 |
SamYaple | you are welcome to put up a patch for that if you want. you dont have to wait on me | 01:21 |
SamYaple | just add me as a reviewer if you do | 01:21 |
SamYaple | otherwise ill do it, i just dont want to hold you up asalkeld | 01:21 |
asalkeld | ok | 01:21 |
*** dolpher has joined #kolla | 01:23 | |
asalkeld | dag that is a lot of start.yml 's to add KOLLA_CONFIG=<> to | 01:35 |
SamYaple | yea im actually working on improving that | 01:36 |
SamYaple | im going to remove the non DRY declerations from that | 01:36 |
SamYaple | asalkeld: maybe you can reuse the CONFIG_STRATAGEY variable | 01:37 |
SamYaple | right now it is COPY_ONCE and COPY_ALWAYS | 01:37 |
SamYaple | maybe a zookeeper flag to branch? | 01:37 |
SamYaple | itll be the quickest patch to testing anyway | 01:38 |
asalkeld | steve what's that maintained | 01:38 |
SamYaple | well for testing you can override it before you do all that extra work | 01:39 |
asalkeld | yip | 01:39 |
SamYaple | but I am going to remove alot of that duplication | 01:39 |
SamYaple | its a pita | 01:39 |
kklimonda | hi.. kolla on atomic/coreos, is this something that has been considered, and decided not to pursue, or just no one had time to test and develop it? | 01:40 |
SamYaple | kklimonda: harmw did stuff with that | 01:40 |
SamYaple | we have considered it, its a timing thing | 01:40 |
SamYaple | we have actually architected alot of stuff _around_ planning for atomic type systems | 01:41 |
kklimonda | mhm, and how well does kolla support neutron plugins? After doing my current openstack deployment with contrail, I've started thinking about how to make it less.. messy, started looking at containers + coreos/atomic as an alternative, and then coworker mentioned kolla - I've just started digging through your repo, but it's getting late, so I've decided to throw some quick questions on irc :) | 01:46 |
kklimonda | how well does it support neutron plugins, or even how much work do you anticipate it would take to get that into kolla | 01:46 |
SamYaple | there have been some efforts around that | 01:47 |
SamYaple | we dont expect much trouble, just integration is a pain | 01:47 |
SamYaple | pain to agree on* | 01:48 |
SamYaple | personally at my house I use SR-IOV in a little fork | 01:48 |
kklimonda | mhm, I guess I'll start lurking about, and deploy "vanilla" stuff that kolla comes with, to see how it goes | 01:49 |
SamYaple | sounds good :) | 01:49 |
SamYaple | we are in a big documentation improvement push so feel free to ask question | 01:50 |
kklimonda | thanks, what about doing OS upgrades n->n+1? is this something you've tested, and if so, which version should I start with, and upgrade to? kilo->liberty, juno->kilo? | 01:52 |
openstackgerrit | Angus Salkeld proposed openstack/kolla: WIP: Add support for loading kolla config from ENV https://review.openstack.org/241437 | 01:52 |
openstackgerrit | Angus Salkeld proposed openstack/kolla: WIP: add support for copying files from a "zk://" source https://review.openstack.org/241438 | 01:52 |
*** ssurana has joined #kolla | 01:52 | |
SamYaple | kklimonda: the only branch you should be using right now is liberty, that is kolla 1.0.0 release | 01:52 |
asalkeld | SamYaple: ^ totally not tested, just to share | 01:52 |
SamYaple | asalkeld: will review | 01:53 |
asalkeld | haha, could be totally lazy and use: http://leemoonsoo.blogspot.com.au/2009/04/howto-mount-zookeeper-using-fuse.html | 02:09 |
asalkeld | mount zookeeper | 02:09 |
asalkeld | :-O | 02:09 |
asalkeld | s/bindmount/zk-fuse | 02:09 |
SamYaple | yea i dont think fuse comes with any bloat | 02:10 |
*** dims has quit IRC | 02:13 | |
*** bmace has quit IRC | 02:28 | |
*** bmace has joined #kolla | 02:28 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Add Docker in Docker container https://review.openstack.org/241444 | 02:33 |
*** unicell has quit IRC | 02:37 | |
*** CBR09 has joined #kolla | 02:42 | |
*** vhoward has joined #kolla | 02:45 | |
*** vhoward has quit IRC | 02:50 | |
*** rhallisey has joined #kolla | 03:08 | |
*** unicell has joined #kolla | 03:11 | |
*** CBR09 has quit IRC | 03:30 | |
*** CBR09_ has joined #kolla | 03:30 | |
*** dims has joined #kolla | 03:33 | |
*** klint has joined #kolla | 03:40 | |
*** achanda has joined #kolla | 03:44 | |
*** CBR09_ has quit IRC | 03:48 | |
*** CBR09 has joined #kolla | 03:57 | |
*** dims has quit IRC | 04:03 | |
*** ssurana1 has joined #kolla | 04:04 | |
*** achanda has quit IRC | 04:04 | |
*** ssurana has quit IRC | 04:06 | |
*** britthou_ has joined #kolla | 04:06 | |
*** daneyon has joined #kolla | 04:08 | |
*** kragniz_ has joined #kolla | 04:10 | |
*** britthouser has quit IRC | 04:11 | |
*** daneyon_ has quit IRC | 04:11 | |
*** kragniz has quit IRC | 04:11 | |
*** cloudnautique has joined #kolla | 04:12 | |
*** cloudnautique has quit IRC | 04:18 | |
*** cloudnau_ has joined #kolla | 04:18 | |
*** asalkeld has quit IRC | 04:19 | |
*** tpot has joined #kolla | 04:28 | |
*** asalkeld has joined #kolla | 04:30 | |
* asalkeld now paying for getting "free" giveaways at summit "the spam begins..." | 04:33 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Fix RHEL builds https://review.openstack.org/241462 | 04:33 |
* rhallisey goes to sleep | 04:33 | |
*** rhallisey has quit IRC | 04:33 | |
SamYaple | WAKE UP | 04:33 |
SamYaple | i did food. back to dind gate | 04:39 |
asalkeld | :-) | 04:39 |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Add Docker in Docker container https://review.openstack.org/241444 | 04:45 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Adjust gate btrfs setup https://review.openstack.org/241465 | 04:45 |
*** achanda has joined #kolla | 04:54 | |
*** dwalsh has joined #kolla | 05:03 | |
*** kragniz_ is now known as kragniz | 05:18 | |
*** ssurana1 has quit IRC | 05:21 | |
*** ssurana has joined #kolla | 05:25 | |
*** ssurana has quit IRC | 05:32 | |
*** cloudnau_ has quit IRC | 05:47 | |
SamYaple | sdake: ping | 05:49 |
*** CBR09 has quit IRC | 05:52 | |
*** jasonsb has joined #kolla | 06:04 | |
*** kjelly has joined #kolla | 06:10 | |
*** sdake has quit IRC | 06:18 | |
*** unicell1 has joined #kolla | 06:40 | |
*** unicell has quit IRC | 06:41 | |
*** cloudnautique has joined #kolla | 06:48 | |
*** tfukushima has quit IRC | 06:49 | |
*** akwasnie has joined #kolla | 06:49 | |
*** tfukushima has joined #kolla | 06:50 | |
*** cloudnautique has quit IRC | 06:53 | |
*** akwasnie has quit IRC | 06:53 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Remove unused setup_fedora.sh https://review.openstack.org/241498 | 07:12 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Restrucutre gate scripts https://review.openstack.org/241499 | 07:12 |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 07:12 |
*** cloudnull has quit IRC | 07:27 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 07:32 |
*** tpot has quit IRC | 07:33 | |
*** cloudkiller has joined #kolla | 07:36 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Adjust package name for Ubuntu Ironic https://review.openstack.org/238640 | 07:43 |
*** slotti has joined #kolla | 07:46 | |
*** achanda has quit IRC | 08:07 | |
*** dwalsh has quit IRC | 08:09 | |
*** shardy has joined #kolla | 08:20 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 08:21 |
*** cloudkiller is now known as cloudnull | 08:28 | |
*** mbound has joined #kolla | 08:36 | |
*** gfidente|afk has quit IRC | 08:38 | |
*** diga has joined #kolla | 08:39 | |
*** jmccarthy has joined #kolla | 08:45 | |
*** cloudnautique has joined #kolla | 08:49 | |
*** cloudnautique has quit IRC | 08:54 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 08:54 |
*** gfidente has joined #kolla | 08:59 | |
*** diga has quit IRC | 09:13 | |
*** tfukushima has quit IRC | 09:39 | |
*** tfukushima has joined #kolla | 09:39 | |
*** gfidente has quit IRC | 09:44 | |
openstackgerrit | Michal Rostecki proposed openstack/kolla: [WIP] Add Ansible support for Magnum https://review.openstack.org/236223 | 09:44 |
*** gfidente has joined #kolla | 09:50 | |
*** athomas has joined #kolla | 09:52 | |
*** akwasnie has joined #kolla | 09:57 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Add Docker in Docker container https://review.openstack.org/241444 | 10:02 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Remove unused setup_fedora.sh https://review.openstack.org/241498 | 10:02 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Restrucutre gate scripts https://review.openstack.org/241499 | 10:02 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Adjust gate btrfs setup https://review.openstack.org/241465 | 10:02 |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 10:02 |
*** pbourke has joined #kolla | 10:11 | |
*** fedorastack has joined #kolla | 10:13 | |
*** vbel has joined #kolla | 10:13 | |
*** fedorastack is now known as khomkrit | 10:15 | |
*** khomkrit has left #kolla | 10:18 | |
*** diga has joined #kolla | 10:24 | |
*** dolpher has quit IRC | 10:24 | |
*** tfukushima has quit IRC | 10:27 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 10:29 |
*** vbel has quit IRC | 10:40 | |
*** pbourke has quit IRC | 10:45 | |
*** slotti has quit IRC | 10:45 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 10:46 |
*** slotti has joined #kolla | 10:48 | |
*** cloudnautique has joined #kolla | 10:50 | |
*** Kennan has quit IRC | 10:53 | |
*** cloudnautique has quit IRC | 10:55 | |
*** khomkrit has joined #kolla | 10:56 | |
*** Kennan has joined #kolla | 10:56 | |
*** pbourke has joined #kolla | 10:59 | |
*** kjelly_ has joined #kolla | 11:10 | |
*** akwasnie has quit IRC | 11:12 | |
*** Kennan has quit IRC | 11:51 | |
*** Kennan has joined #kolla | 11:54 | |
*** diga has quit IRC | 12:16 | |
*** dims has joined #kolla | 12:18 | |
openstackgerrit | Merged openstack/kolla: Use default disk image size for centos/7 https://review.openstack.org/240704 | 12:18 |
*** akwasnie has joined #kolla | 12:21 | |
*** Kennan has quit IRC | 12:22 | |
*** Kennan has joined #kolla | 12:25 | |
*** achanda has joined #kolla | 12:40 | |
*** achanda has quit IRC | 12:42 | |
*** dims has quit IRC | 12:43 | |
*** cloudnautique has joined #kolla | 12:51 | |
*** cloudnautique has quit IRC | 12:56 | |
*** dolpher has joined #kolla | 13:05 | |
*** dims has joined #kolla | 13:09 | |
*** dims has quit IRC | 13:20 | |
*** inc0 has joined #kolla | 13:38 | |
inc0 | hello | 13:38 |
*** dolpher has quit IRC | 13:44 | |
*** inc0 has quit IRC | 13:49 | |
*** dolpher has joined #kolla | 13:51 | |
*** stvnoyes has quit IRC | 13:51 | |
*** dolpher has quit IRC | 13:51 | |
*** kjelly_ has quit IRC | 13:51 | |
*** stvnoyes has joined #kolla | 13:52 | |
*** dolpher has joined #kolla | 13:54 | |
*** vhoward has joined #kolla | 14:00 | |
*** rhallisey has joined #kolla | 14:01 | |
*** dolpher has quit IRC | 14:04 | |
*** vhoward has quit IRC | 14:20 | |
*** pbourke has quit IRC | 14:26 | |
*** klint has quit IRC | 14:29 | |
*** pbourke has joined #kolla | 14:30 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Fix RHEL builds https://review.openstack.org/241462 | 14:33 |
*** pbourke has quit IRC | 14:36 | |
*** pbourke has joined #kolla | 14:37 | |
*** openstackgerrit has quit IRC | 14:47 | |
*** openstackgerrit has joined #kolla | 14:47 | |
*** cloudnautique has joined #kolla | 14:52 | |
*** cloudnautique has quit IRC | 14:57 | |
*** CBR09 has joined #kolla | 14:59 | |
*** Hui has joined #kolla | 15:04 | |
*** blahRus has joined #kolla | 15:26 | |
*** ssurana has joined #kolla | 15:42 | |
*** dmsimard has joined #kolla | 15:44 | |
*** jmccarthy1 has joined #kolla | 16:10 | |
*** jmccarthy has quit IRC | 16:10 | |
*** jmccarthy1 has quit IRC | 16:10 | |
*** jmccarthy has joined #kolla | 16:11 | |
*** cloudnautique has joined #kolla | 16:21 | |
*** cloudnautique has quit IRC | 16:22 | |
*** cloudnautique has joined #kolla | 16:22 | |
*** mbound has quit IRC | 16:25 | |
*** inc0 has joined #kolla | 16:27 | |
inc0 | good afternoon | 16:27 |
nihilifer | o/ | 16:28 |
pbourke | hi inc0 | 16:28 |
pbourke | inc0: do you find images slow to build in poland? | 16:28 |
pbourke | im wondering is there some way of tweaking package sources to speed things up | 16:28 |
inc0 | I haven't been building for a moment, I'm kinda swamped | 16:29 |
inc0 | let me try now | 16:29 |
pbourke | meh, dont worry about it | 16:29 |
*** egonzalez has joined #kolla | 16:29 | |
nihilifer | when we have a meeting today? | 16:32 |
inc0 | I guess | 16:32 |
inc0 | I'll be semi afk | 16:32 |
inc0 | tho | 16:33 |
britthou_ | I think now? looks like defcore meeting is still running in openstack-meeting-4 | 16:33 |
inc0 | no, in one hr | 16:33 |
nihilifer | I see on wiki that 16:30 UTC | 16:33 |
nihilifer | now it's 16:33 UTC ;) | 16:33 |
*** britthou_ is now known as britthouser | 16:34 | |
inc0 | my calendar says in 1hour | 16:35 |
nihilifer | ok | 16:35 |
inc0 | but well, that might be due to time change | 16:35 |
inc0 | gosh I hate daylight savings | 16:35 |
nihilifer | that daylight save change is so confusing... | 16:35 |
britthouser | I like daylight savings, not a big fan of daylight spending | 16:36 |
inc0 | badum tss;) | 16:36 |
nihilifer | :D | 16:37 |
*** cloudnautique has quit IRC | 16:38 | |
*** unicell has joined #kolla | 16:38 | |
*** unicell1 has quit IRC | 16:40 | |
*** cloudnautique has joined #kolla | 16:41 | |
*** achanda has joined #kolla | 16:44 | |
britthouser | Looks like defcore meeting (in openstack-meeting-4) started their meeting at 16:00UTC, but they are scheduled to start at 15:00UTC. I think everyone is suffering from time change. =) | 16:48 |
pbourke | :/ | 16:50 |
*** britthouser has quit IRC | 16:52 | |
*** britthouser has joined #kolla | 16:52 | |
*** athomas has quit IRC | 16:52 | |
*** egonzalez has quit IRC | 16:57 | |
*** athomas has joined #kolla | 17:00 | |
*** slotti has quit IRC | 17:14 | |
nihilifer | their meeting ended | 17:14 |
*** egonzalez has joined #kolla | 17:14 | |
*** CBR09 has quit IRC | 17:15 | |
*** daneyon_ has joined #kolla | 17:16 | |
*** egonzalez has quit IRC | 17:18 | |
*** egonzalez has joined #kolla | 17:19 | |
*** daneyon has quit IRC | 17:19 | |
*** mfalatic has joined #kolla | 17:20 | |
*** egonzalez has quit IRC | 17:20 | |
*** egonzalez has joined #kolla | 17:21 | |
*** egonzalez has quit IRC | 17:28 | |
rhallisey | no sdake huh? | 17:30 |
*** egonzalez has joined #kolla | 17:30 | |
rhallisey | I can run the meeting if he's not around. But are people here? | 17:31 |
rhallisey | inc0, pbourke you guys around? | 17:31 |
*** egonzalez has quit IRC | 17:32 | |
bmace | pb was about 40 mins ago. | 17:32 |
rhallisey | were kinda an hour off UTC here.. | 17:32 |
rhallisey | kinda would like to do some mitaka BP planning.. | 17:33 |
rhallisey | day light saving may have gotten the best of us here | 17:33 |
bmace | yeah, there were a couple of kollaclient things we wanted to bring up too, to see how folks felt about it. | 17:33 |
rhallisey | SamYaple, around? | 17:34 |
nihilifer | yep, I also wanted to discuss some Mitaka BPs | 17:34 |
nihilifer | asalkeld: you here? | 17:34 |
rhallisey | bmace, I don't know mow much discussion we can get since looks like we only have 3 here atm | 17:35 |
*** cloudnau_ has joined #kolla | 17:35 | |
*** cloudnau_ has quit IRC | 17:35 | |
*** cloudnau_ has joined #kolla | 17:36 | |
bmace | yeah, i appreciate that, looks like the 2nd consecutive weekly meeting skip (same happened the week before tokyo) | 17:36 |
rhallisey | this one I think was a bit more important since we clearly have some things that need to be discussed | 17:36 |
nihilifer | ok, it seems that asalkeld and inc0 are not here, so no point in discussing Mesos | 17:36 |
inc0 | nihilifer, I'm here, but Angus is in AUS, so it's late night for him | 17:37 |
inc0 | let's meet tomorrow morning | 17:37 |
nihilifer | inc0: ok | 17:38 |
*** cloudnautique has quit IRC | 17:38 | |
rhallisey | bmace, ok sorry I guess we will just have to mention it to sdake when he's around | 17:39 |
bmace | yeah, sdake and i had talked about the issues already, we just wanted to pass them by a larger audience. next week i guess. | 17:39 |
bmace | hopefully :) | 17:40 |
rhallisey | I guess we will blame to time change :( | 17:40 |
bmace | well, regardless if it was now or an hour ago, a bunch of folks aren't around | 17:40 |
*** akwasnie has quit IRC | 17:41 | |
*** ChanServ sets mode: +o rhallisey | 17:42 | |
*** rhallisey changes topic to "Kolla IRC meetings on Wednesday 16:30 UTC (Day light savings doesn't apply) - Agenda @ https://wiki.openstack.org/wiki/Meetings/Kolla - IRC channel is *LOGGED* @ http://eavesdrop.openstack.org/irclogs/%23kolla/" | 17:42 | |
*** rhallisey sets mode: -o rhallisey | 17:42 | |
rhallisey | :/ | 17:43 |
pbourke | rhallisey: missed your notification there | 17:45 |
*** Slower_ has quit IRC | 17:45 | |
pbourke | assumed the meeting was not happening | 17:45 |
rhallisey | pbourke, well I was going to run it if we had enough people aorund | 17:45 |
pbourke | whats the deal with daylight savings though, it should have been an hour ago right? | 17:45 |
rhallisey | ya it should've been, but someone else made the same mistake | 17:46 |
*** v1k0d3n has joined #kolla | 17:51 | |
v1k0d3n | No guest IP was given to the Vagrant core NFS helper. This is an | 17:52 |
v1k0d3n | internal error that should be reported as a bug.” | 17:52 |
v1k0d3n | hello everyone. i tried to run the vagrant demo for kolla today, and got an error. " | 17:52 |
v1k0d3n | crap...well that came out wrong. haha | 17:52 |
v1k0d3n | line 3 before line 1. anyway, is that a vagrant specific error or has anyone seen this error before? | 17:52 |
pbourke | v1k0d3n: recommend you set provider to virtualbox in the Vagrantfile | 17:52 |
nihilifer | v1k0d3n: hello | 17:52 |
pbourke | v1k0d3n: unless you have experience using vagrant-libvirt and nfs | 17:52 |
v1k0d3n | hi...sorry for that garbage dump :) | 17:53 |
v1k0d3n | ah, i was going to do that, but when i did a vagrant status it showed virtualbox by default so assumed i was good. | 17:53 |
v1k0d3n | i will do that! | 17:53 |
v1k0d3n | thanks | 17:53 |
*** unicell1 has joined #kolla | 18:03 | |
*** unicell has quit IRC | 18:03 | |
openstackgerrit | Hui Kang proposed openstack/kolla: Add error handler for unknown build type https://review.openstack.org/241707 | 18:05 |
*** cloudnau_ has quit IRC | 18:05 | |
*** cloudnautique has joined #kolla | 18:06 | |
*** inc0 has quit IRC | 18:25 | |
openstackgerrit | Hui Kang proposed openstack/kolla: Add error handler for unknown build type https://review.openstack.org/241720 | 18:29 |
*** vilobhmm11 has joined #kolla | 18:53 | |
*** tzn has joined #kolla | 19:01 | |
*** gfidente is now known as gfidente|afk | 19:02 | |
*** jmccarthy has quit IRC | 19:06 | |
*** bradjones has quit IRC | 19:26 | |
*** guruMeditator has joined #kolla | 19:32 | |
guruMeditator | Greetings. I am attempting to deploy a Compute node with Neutron that has multiple provider networks. Each provider network is on a different interface. I see that the Neutron external interface is defined with "neutron_external_interface". Is it possible to accomplish this? | 19:35 |
*** diogogmt has joined #kolla | 19:36 | |
diogogmt | anybody knows what is the status on the ansible 2.0 integration? http://blog.oddbit.com/2015/10/26/ansible-20-new-openstack-modules/ | 19:36 |
diogogmt | did everything get migrated to ansible 2.0 or is it still recomended to use 1.9? | 19:37 |
rhallisey | guruMeditator, I haven't tried this personally, SamYaple might know, but he's sleeping atm | 19:43 |
guruMeditator | Thanks rhallisey | 19:46 |
*** achanda has quit IRC | 19:49 | |
*** achanda has joined #kolla | 19:52 | |
diogogmt | anybody has been using the vagrant file form the kolla repo to provision dev environments? https://github.com/openstack/kolla/blob/master/doc/vagrant-dev-env.rst | 20:00 |
diogogmt | is it up to date? | 20:00 |
*** tzn has quit IRC | 20:01 | |
rhallisey | diogogmt, ya I'm pretty sure it's solid | 20:04 |
rhallisey | I haven't used it though | 20:04 |
rhallisey | mandre or pbourke primary work on it | 20:04 |
rhallisey | but I believe it's in good shape | 20:05 |
*** _tzn has joined #kolla | 20:05 | |
diogogmt | rhallisey: ok, i’m giving it a try now | 20:05 |
*** dwalsh has joined #kolla | 20:07 | |
diogogmt | rhallisey: mandre pbourke : i’ve noticed that only the vagrant libvirt provider supports nfs, any particular reason for it? can i enable nfs for virtual box providers as well? i’m running on a mac an i usually prefer to use nfs instead of vboxsharing | 20:11 |
*** _tzn has quit IRC | 20:17 | |
*** tzn has joined #kolla | 20:25 | |
*** khomkrit has quit IRC | 20:26 | |
nihilifer | diogogmt: it should work | 20:28 |
rhallisey | diogogmt, http://eavesdrop.openstack.org/irclogs/%23kolla/%23kolla.2015-11-04.log.html#t2015-11-04T17:52:01 | 20:28 |
rhallisey | I think this was brought up earlier | 20:29 |
diogogmt | nihilifer: ok, after i finish the first deployment with vboxshared folders i’ll change to nfs and see how it goes | 20:30 |
nihilifer | diogogmt: sure. if nfs on virtualbox will work, then probably we should enable it by default | 20:33 |
nihilifer | I use libvirt everywhere, so it'd be hard for me to test it today :/ | 20:33 |
diogogmt | nihilifer: makes sense, if it works on my local i’ll open a pull request with the change | 20:37 |
diogogmt | btw, do you use vagrant on linux with libvirt? | 20:37 |
diogogmt | or mac? | 20:37 |
nihilifer | linux | 20:40 |
nihilifer | with kvm | 20:41 |
nihilifer | I don't know whether compiling/running libvirt is possible on mac | 20:42 |
nihilifer | at all | 20:42 |
*** inc0 has joined #kolla | 20:42 | |
inc0 | hey | 20:42 |
*** cemason has joined #kolla | 20:44 | |
v1k0d3n | hey guys...so this image has been building for a long, long time. finally finished with the following...very non-descriptive errors: INFO:__main__:Images that failed to build | 20:55 |
v1k0d3n | ERROR:__main__:gnocchi-a Failed with status: parent_error | 20:55 |
v1k0d3n | ERROR:__main__:gnocchi-b Failed with status: error | 20:56 |
v1k0d3n | this was in the vagrant environment...within the vm. any ideas? | 20:56 |
rhallisey | v1k0d3n, gnocchi doesn't work | 20:58 |
rhallisey | so don't worry about it | 20:58 |
v1k0d3n | awesome. forgotten already! :) | 20:58 |
inc0 | I personally think we should remove it from codebase | 21:00 |
inc0 | it's obviously not supported | 21:00 |
inc0 | that being said, we want to have full tent | 21:01 |
*** dwalsh has quit IRC | 21:01 | |
*** achanda has quit IRC | 21:03 | |
*** shardy has quit IRC | 21:06 | |
v1k0d3n | makes sense | 21:06 |
v1k0d3n | so ansible is bringing up the environment ultimately. are you guys planning on possibly using kubernetes as a deployment and scheduling options? | 21:07 |
v1k0d3n | or something like k8s? | 21:07 |
*** dwalsh has joined #kolla | 21:07 | |
v1k0d3n | this is the first time i have looked at kolla and farthest i've ever gotten with it. the project has my full attention though...i'm fascinated with this project! :) | 21:08 |
inc0 | v1k0d3n, we tried k8s but it doesn't have features we need | 21:11 |
inc0 | like net=host | 21:11 |
*** cemason has quit IRC | 21:11 | |
inc0 | however, if you look at latest openstack-dev post about kolla, there is lenghty discussion about mesos | 21:11 |
v1k0d3n | so i guess mesos makes sense...it's a generic scheduler. is that why? | 21:12 |
inc0 | well, marathon does support deployment with stuff like net=host | 21:12 |
v1k0d3n | couldn't kubernetes issues be opened to included net=host? | 21:12 |
inc0 | I think they are, not sure tho, not my center of interest;) | 21:12 |
inc0 | anyway, that blocks us, mesos has it implemented | 21:13 |
inc0 | and for now our main way of deployment is ansible, and it will stay this way for now | 21:13 |
*** alisonh has quit IRC | 21:13 | |
v1k0d3n | what if i can pay them in beer to make this happen. would that work then, or are there other missing features? | 21:14 |
*** daneyon_ has quit IRC | 21:15 | |
v1k0d3n | surely their immediate team isn't so large that a few east coast brews can't adjust some work priorities, right? | 21:16 |
inc0 | well, I also heard about issues with privileged containers | 21:16 |
inc0 | still, I guess I don't really know if it solves any immediate problem;) | 21:17 |
v1k0d3n | eh, no they caved on that one | 21:17 |
v1k0d3n | thockin was pretty upset about it though from what i was reading in the previous issues lists | 21:17 |
*** jasonsb has quit IRC | 21:22 | |
asalkeld | o/ | 21:22 |
inc0 | hey asalkeld what are you doing on such...horrible hour to be awake on? | 21:23 |
v1k0d3n | inc0: is there an example for all-in-one for kolla? looking through does...seems to reference devstack for that information maybe? | 21:24 |
v1k0d3n | i understand devstack, but seems a little different with the flags/format etc. | 21:24 |
v1k0d3n | oh crap...i think i did it wrong actually | 21:26 |
inc0 | v1k0d3n, https://github.com/openstack/kolla/blob/master/doc/quickstart.rst | 21:27 |
v1k0d3n | that build was a big waste lol! i logged into the vagrant host and performed a tools/build.py, rather than kolla-build i guess? | 21:27 |
*** alisonh has joined #kolla | 21:29 | |
v1k0d3n | trying to figure out if i use the vagrant up approach, if i need to still modify /etc/kolla/global.yaml or not | 21:29 |
v1k0d3n | welp guess so | 21:29 |
inc0 | tbh I never used vagrant | 21:30 |
inc0 | I always deployed it by hand and it works quite well | 21:30 |
v1k0d3n | by hand in a vm for testing? | 21:30 |
inc0 | by "by hand" I mean using ansible-playbook command | 21:31 |
nihilifer | inc0: v1k0d3n: k8s seems to support net=host, pid=host now. but well, mesos supported it earlier. first come, first served :) | 21:33 |
nihilifer | s/mesos/mesos+marathon | 21:33 |
*** tzn has quit IRC | 21:34 | |
nihilifer | v1k0d3n: about vagrant, you shouldn't gave to modify global.yaml | 21:35 |
nihilifer | have* | 21:35 |
nihilifer | there is no difference between running tools/build.py and kolla-build | 21:36 |
v1k0d3n | nihilifer: awe come on now!? k8s has so much momentum right now | 21:36 |
v1k0d3n | perhaps consider this? | 21:36 |
v1k0d3n | https://github.com/appc | 21:37 |
*** gfidente|afk has quit IRC | 21:38 | |
nihilifer | umm... is this about ACI? and then more related to rkt than docker? | 21:40 |
v1k0d3n | not from what i understand. there are sub-sections that i think are more specific to the way orchestration components tie into each other. a modular framework effort. | 21:41 |
nihilifer | ok, I'll take a look on it | 21:42 |
v1k0d3n | CNI is interesting...coming up with a standard interface in which things like weave, flannel, etc etc would be pluggable into the k8s or mesos overall architecture. | 21:42 |
v1k0d3n | but this may simplify it for teams providing containerized applications. so kolla wouldn't have to choose between one or another. the dependancies would be just part of the modular framework. | 21:43 |
v1k0d3n | btw...at least in the vagrant envionment...there are complaints about globals.yaml (interface information was incorrect). do i need to change this? | 21:45 |
v1k0d3n | fatal: [localhost] => {'msg': "AnsibleUndefinedVariable: One or more undefined variables: 'dict object' has no attribute u'ansible_eth1'", 'failed': True} | 21:45 |
v1k0d3n | eth1 is probably the culprit? | 21:46 |
v1k0d3n | no its the slow user who forgot to "sudo kolla-ansible deploy" sorry for my ignorant moment. | 21:47 |
*** dwalsh has quit IRC | 21:47 | |
v1k0d3n | ok no it's still there.... | 21:50 |
*** tzn has joined #kolla | 21:50 | |
inc0 | yeah, it happends from time to time | 21:51 |
inc0 | can't remember solution from top of my head | 21:51 |
inc0 | apart of adding enable_haproxy: no to global.yml | 21:51 |
inc0 | so no ha deployment | 21:51 |
inc0 | but if you do aio that shouldn't be an issue | 21:52 |
inc0 | SamYaple, around? | 21:52 |
v1k0d3n | yeah this is AIO | 21:52 |
asalkeld | inc0: it's nearly 8am | 21:52 |
inc0 | ah, daylight savings I guess | 21:53 |
inc0 | v1k0d3n, add enable_haproxy: no to global.yml | 21:53 |
inc0 | that should be quick and dirty way to solve it | 21:53 |
v1k0d3n | ok, let me try. does this stay the same? kolla_internal_address: "10.10.10.254" | 21:54 |
v1k0d3n | that's default...has nothing to do with my network though :) | 21:54 |
inc0 | good point | 21:54 |
inc0 | change it to your normal ip addr | 21:55 |
inc0 | if you'd do HA deployment - this would be your keepalived floating ip | 21:55 |
v1k0d3n | well shoot...in that case then..the interfaces are off too. | 21:55 |
*** rhallisey has quit IRC | 21:55 | |
inc0 | well, ifaces should be your own ifaces | 21:56 |
inc0 | that was probably root cause of problem;) | 21:56 |
v1k0d3n | ok, that's cool...and makes sense. | 21:56 |
v1k0d3n | so globals.yaml definitely needs a little tweaking. | 21:57 |
v1k0d3n | i want to blog about this a little. | 21:57 |
inc0 | to be fair - it's all in quickstart doc;) | 21:57 |
v1k0d3n | wouldn't mind seeing what you guys are doing with the mesos side as well. | 21:57 |
v1k0d3n | so if i can run mesos and k8s side by side happily...i want to try it. | 21:57 |
v1k0d3n | :) | 21:57 |
v1k0d3n | lol | 21:57 |
inc0 | our plan is to have kolla-ansible, kolla-mesos, maybe kolla-k8s | 21:58 |
inc0 | and so on | 21:58 |
v1k0d3n | i know...i can't say anything against the qsg...got me to this point so in my book it's freaking amazing! :D | 21:58 |
v1k0d3n | dude...i would love to help with this! | 21:58 |
inc0 | its all in community | 21:58 |
v1k0d3n | if there's anything i can do to help with kolla-k8s please let me know | 21:58 |
inc0 | I'm sure mesos guys would love to have help:) | 21:58 |
v1k0d3n | and i know that nzwulfin from atomic is interested too. we talked about it this morning | 21:59 |
inc0 | about kolla-k8s | 21:59 |
inc0 | you would need to confirm that k8s has all the pieces needed | 22:00 |
v1k0d3n | so i get this straight...eth0 in globals.yaml is the address i want to ACCESS from the AIO interface is that correct? | 22:00 |
inc0 | then we would need to brainstorm way to generate configs, that will be tricky | 22:00 |
*** achanda has joined #kolla | 22:00 | |
v1k0d3n | inc0: i agree...i can talk with the k8s folks and try and get support for this. | 22:00 |
inc0 | in globals.yml there are 2 ifaces | 22:00 |
v1k0d3n | there are a couple of other folks interested in this effort too (from a k8s perspective). i think it would get a lot of support. | 22:00 |
v1k0d3n | so change both to the same for AIO? | 22:01 |
inc0 | network_interface: "eth0" this one should have ip | 22:01 |
inc0 | no, neutron has to have it's own interface | 22:01 |
inc0 | you need at least 2 interfaces to deploy kolla | 22:01 |
inc0 | one for endpoints and such, another one for neutron | 22:01 |
nihilifer | yes, and if you're running on vagrant, you should have these 2 interfaces | 22:02 |
v1k0d3n | ah, yes...i do | 22:02 |
nihilifer | and if you say that there are some people interested in running kola on k8s | 22:03 |
nihilifer | and they can help with implementation | 22:03 |
inc0 | v1k0d3n, about kolla-k8s - the way we see it is more like "you want it- you implement it" | 22:04 |
v1k0d3n | lol | 22:04 |
v1k0d3n | dude...inc0...harsh | 22:04 |
v1k0d3n | but i understand | 22:04 |
inc0 | didnt mean it this way | 22:04 |
nihilifer | not harsh, that's what I wanted to write | 22:04 |
inc0 | just...you know | 22:04 |
nihilifer | go ahead with registering blueprint with k8s | 22:04 |
inc0 | we have plenty on our table right now;) | 22:04 |
nihilifer | if you have people which can help with it | 22:04 |
v1k0d3n | no, i get it totally. | 22:04 |
v1k0d3n | everyone has plenty on their table right now. | 22:05 |
v1k0d3n | i completely understand. | 22:05 |
inc0 | I'll be happy to provide reviews and guidance, but I'll be frank - not top of my priority list;) | 22:05 |
v1k0d3n | so i work for large telecom. huge. you know...bought a tv comp recently. | 22:05 |
nihilifer | the question is how much time you have for playing with kolla and k8s | 22:05 |
v1k0d3n | we have a LOT of old school thinking around here. | 22:05 |
inc0 | so if you want to do implementation, sure, follow kolla-mesos example | 22:05 |
nihilifer | and especially whether some of you would like work full time on it | 22:05 |
inc0 | that means creating new repo and such | 22:06 |
v1k0d3n | the benefit of OS in an orchestrated environment is huge. esp for blue/green deployments. | 22:06 |
inc0 | our main goal is to support 100ish node cluster | 22:06 |
v1k0d3n | thing is, people have old mindsets...that will never work, why would you ever do that, etc etc. i'm trying to prove out that this can be done, and it actually may be a good idea. | 22:06 |
inc0 | (but with option to deploy huge clusters as well) | 22:06 |
inc0 | but 100 is our priority as it's what most people have | 22:07 |
inc0 | and ansible works in this scale | 22:07 |
inc0 | v1k0d3n, look closely what kolla-mesos will do, you might find allies there | 22:08 |
inc0 | and mesos might meet your requirements just as good as k8s | 22:08 |
inc0 | if you think mesos will be good alternative to k8s, I'd suggest you investing your time to help them | 22:09 |
inc0 | this way you can make this approach work better instad of adding new one | 22:09 |
inc0 | (also would make core team job whole lot easier;) just one new orchiestrator at the time)( | 22:09 |
inc0 | but we're free community and we want to keep our minds as open as possible, so if you want to experiment with k8s, I won't stop you, I'll even encourage you to make a poc or whatever;) | 22:10 |
inc0 | anyway, after this lenghty monologue, I'm going off;) | 22:11 |
inc0 | have a good night folks | 22:11 |
nihilifer | good night | 22:11 |
inc0 | v1k0d3n, have fun with our project;) | 22:11 |
*** inc0 has quit IRC | 22:12 | |
asalkeld | does any know if it would be possible to use anisble (in kolla) to just generate the configuration (stuff that goes under /etc) | 22:12 |
asalkeld | (so, don't do the deployment | 22:13 |
nihilifer | asalkeld: config files are generated by tasks in config.yml of each role | 22:14 |
nihilifer | so probably if we tag the specific tasks | 22:15 |
nihilifer | and run ansible only with this tag | 22:15 |
nihilifer | that can work | 22:15 |
*** sdake has joined #kolla | 22:17 | |
sdake | yo | 22:18 |
asalkeld | nihilifer: ok | 22:22 |
*** cloudnau_ has joined #kolla | 22:22 | |
asalkeld | nihilifer: it would make for a lot less work in kolla-mesos if we can do that | 22:23 |
diogogmt | nihilifer: quick question, if i want to submit a pull request to kolla, do i branch off from master and submit the pr to the github repo? | 22:24 |
diogogmt | if you have a document explaining the dev flow that would be helpful as well | 22:24 |
*** jasonsb has joined #kolla | 22:25 | |
*** cloudnautique has quit IRC | 22:25 | |
asalkeld | diogogmt: https://wiki.openstack.org/wiki/Documentation/HowTo | 22:26 |
*** achanda has quit IRC | 22:26 | |
asalkeld | o, that's for docs | 22:27 |
asalkeld | digging up the right thing | 22:27 |
*** cloudnau_ has quit IRC | 22:27 | |
asalkeld | http://docs.openstack.org/contributor-guide/first-timers-quickstart.html | 22:28 |
asalkeld | diogogmt: ^ | 22:28 |
diogogmt | asalkeld: thanks, i’ll check it out | 22:28 |
*** achanda has joined #kolla | 22:30 | |
*** sdake_ has joined #kolla | 22:30 | |
*** sdake has quit IRC | 22:31 | |
v1k0d3n | nihilifer: question...is there a way to clean and rerun kolla-ansible deploy? seems like i'm getting db errors and wondering if rerunning or cleaning would help. | 22:32 |
*** alisonh has quit IRC | 22:34 | |
*** alisonh has joined #kolla | 22:37 | |
diogogmt | asalkeld: based on the doc you sent do i need to create a blueprint if i want to submit a patch for a non bug? in my case i just want to submit a pull request to update the Vagrantfile | 22:39 |
diogogmt | should i create a blueprint? | 22:40 |
asalkeld | diogogmt: for kolla, only if it is a really big change | 22:49 |
asalkeld | i'd assume not though | 22:49 |
diogogmt | asalkeld: exactly, it is just a small change | 22:50 |
diogogmt | asalkeld: which flow would you suggest i follow? | 22:50 |
asalkeld | diogogmt: i'd just do a "git review" with a good explaination of the change | 22:51 |
diogogmt | asalkeld: so for small changes do i need to branch out or can i commit straight to master? | 22:53 |
asalkeld | you can use master, but try a little branch - they are easy | 22:54 |
asalkeld | keeping your master clean of local changes is a good practise, and makes your life easier | 22:54 |
SamYaple | sdake_: ping | 22:56 |
diogogmt | asalkeld: ok, just want to make sure i’m following whatever flow the community already uses | 22:57 |
diogogmt | thanks buddy | 22:57 |
asalkeld | no problem | 22:57 |
v1k0d3n | is there any way to avoid this error? TASK: [mariadb | Creating haproxy mysql user] ********************************* \ "msg": "unable to connect to database, check login_user and login_password are correct or ~/.my.cnf has the credentials. Exception message: (2013, 'Lost connection to MySQL server at \\'reading initial communication packet\\', system error: 0 \"Internal error/check (Not system error)\"')" | 23:06 |
v1k0d3n | i added / enable_haproxy: "no" / as inc0 recommended. | 23:07 |
SamYaple | v1k0d3n: that error has nothing to do with haproxy since it doesnt go through haproxy | 23:13 |
SamYaple | thats just creating a dumb user in myself to verify functionality | 23:13 |
SamYaple | how many nodes is this v1k0d3n ? | 23:14 |
v1k0d3n | AIO | 23:14 |
v1k0d3n | just testing for now...exploring. | 23:14 |
SamYaple | what are the logs for the mariadb container? | 23:14 |
v1k0d3n | ah. interesting | 23:15 |
v1k0d3n | 151104 23:12:06 [ERROR] Can't start server: listen() on TCP/IP port: Address already in use | 23:15 |
v1k0d3n | so...globals.yaml config error? | 23:15 |
SamYaple | `ss -plnt` and look for whats listening on the port | 23:15 |
SamYaple | it sounds like you have mysql running on the machine | 23:15 |
SamYaple | outside of kolla | 23:15 |
SamYaple | unless you changed the default port | 23:15 |
bmace | +1 to that SamYaple | 23:15 |
bmace | pretty common | 23:15 |
SamYaple | vbel is writing some checks to ensure that doesnt happen | 23:16 |
SamYaple | shoot i missed the meeting today | 23:17 |
v1k0d3n | hmmm | 23:17 |
SamYaple | my time is all out of whack | 23:17 |
v1k0d3n | so nothing on the host machine is listening on 3306 | 23:17 |
v1k0d3n | however...within kolla vagrant guest 3306 is still running. | 23:18 |
bmace | you weren't the only one Sam :) | 23:18 |
*** jasonsb has quit IRC | 23:18 | |
bmace | i think there was another group having their meeting in our slot | 23:18 |
*** jasonsb has joined #kolla | 23:18 | |
*** tzn has quit IRC | 23:18 | |
SamYaple | v1k0d3n: I don't know much about vagrant, but if you can identify the process running and binding 3306 you can shut it down | 23:19 |
SamYaple | ss -plnt will give you the pid | 23:19 |
v1k0d3n | running in OSX...but there is nothing running on port 3306 at all | 23:19 |
SamYaple | it would be whatever is binding the port on the host docker is running on (be if VM or otherwise) | 23:20 |
SamYaple | something is using it, ss will tell you what so you can stop it | 23:20 |
*** diogogmt has quit IRC | 23:20 | |
SamYaple | alternatively i suppose you could just change the port number | 23:20 |
v1k0d3n | so i had to rerun the ansible deploy a couple of times | 23:21 |
v1k0d3n | is there a way to clean and rerun? | 23:21 |
bmace | kill / rm all the containers then re-run? | 23:21 |
v1k0d3n | 3306 is definitely running inside the host...but i believe it was brought up by a previous kolla-ansible deploy. could that be the case? | 23:21 |
v1k0d3n | ok | 23:21 |
SamYaple | yes i suppose | 23:22 |
SamYaple | we recommend a full clean before reruns | 23:22 |
bmace | due to the container naming it shouldn't really be possible to have 2 db containers running on the same host.. | 23:22 |
SamYaple | youre right, but the bootstrap process would break bmace | 23:22 |
*** tzn has joined #kolla | 23:23 | |
*** cemason has joined #kolla | 23:23 | |
v1k0d3n | SamYaple: good to know about full cleans. i figured there had to be a way...didn't realize it would be as easy as just flushing all the containers and deleting (makes sense though) | 23:24 |
SamYaple | there should be a tool for that | 23:25 |
SamYaple | cleanup-containers I believe | 23:25 |
SamYaple | some people use it all the time, im not one of them but others say it works | 23:25 |
*** diogogmt has joined #kolla | 23:26 | |
*** asalkeld has quit IRC | 23:26 | |
v1k0d3n | i completely agree. the whole docker stop $(docker ps -a -q) / docker rm $(docker ps -a -q) ... | 23:26 |
v1k0d3n | is getting old. why should we still have to type all of that? | 23:27 |
v1k0d3n | trying deploy again...and...man, this is frustrating... | 23:27 |
v1k0d3n | oh my! | 23:27 |
*** cemason has quit IRC | 23:27 | |
v1k0d3n | doing that command just borked my running registry container! | 23:28 |
v1k0d3n | what an idiot. | 23:28 |
v1k0d3n | lol | 23:28 |
v1k0d3n | i'm sitting here laughing at myself at how dumb that was. | 23:28 |
*** asalkeld has joined #kolla | 23:29 | |
bmace | yeah, when doing the stop / rm it is good to also use the distro property name so that you only nuke the kolla specific containers | 23:29 |
SamYaple | v1k0d3n: it shouldnt have | 23:29 |
SamYaple | it has an explicit list of things to stop | 23:29 |
SamYaple | v1k0d3n: https://github.com/openstack/kolla/blob/master/tools/cleanup-containers | 23:30 |
v1k0d3n | ok...didn't see that. | 23:30 |
v1k0d3n | just started playing with this today. | 23:30 |
v1k0d3n | one of those tools start up the local registry again? :D | 23:30 |
v1k0d3n | lesson learned...don't do it manually with the "docker rm $(docker ps -a -q)" command | 23:31 |
SamYaple | v1k0d3n: http://paste.openstack.org/show/478029/ | 23:32 |
SamYaple | thats my bash_aliases file | 23:32 |
SamYaple | i run kolla_reset | 23:33 |
SamYaple | you might be able to tweak it to do what you want | 23:33 |
*** blahRus has quit IRC | 23:40 | |
SamYaple | pbourke: ping | 23:41 |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 23:42 |
SamYaple | asalkeld: did you ever determine the size of the zookeeper client? | 23:42 |
asalkeld | SamYaple: it's just a python client "kazoo" | 23:42 |
SamYaple | 121kB might be just a bit too large for us | 23:43 |
SamYaple | i would recommend the packaged versions of kazoo (if they exist) otherwise we would have to install pip in the base container | 23:44 |
SamYaple | thats a bit more of a refactor | 23:44 |
SamYaple | in the opposite direction | 23:44 |
asalkeld | sure | 23:44 |
asalkeld | SamYaple: i am trying to run kolla ansible to just generate the services config (stuff that gets into the bind mount eventually) | 23:49 |
asalkeld | so i started by tagging one of the config.yml | 23:49 |
asalkeld | i get this: ERROR: merge_configs is not a legal parameter in an Ansible task or handler | 23:50 |
diogogmt | asalkeld: i keep getting this error when connecting to gerrit: http://permalink.gmane.org/gmane.comp.cloud.openstack.devel/60089 | 23:50 |
diogogmt | any thoughts? | 23:50 |
SamYaple | asalkeld: merge_configs is a module i wrote | 23:50 |
SamYaple | asalkeld: https://github.com/openstack/kolla/blob/master/ansible/library/merge_configs.py | 23:50 |
SamYaple | add that to your library directory next to roles | 23:50 |
asalkeld | SamYaple: i am runing kolla ansible | 23:51 |
asalkeld | maybe filtering by tag is stopping this getting setup? | 23:51 |
SamYaple | no, that sounds like you are missing a file or your directories are out of what | 23:51 |
asalkeld | diogogmt: try "git review -s" | 23:51 |
SamYaple | you should check that 'kolla/ansible/library/merge_configs.py' exists | 23:52 |
asalkeld | http://paste.openstack.org/show/478031/ | 23:52 |
asalkeld | that's the only change i have | 23:52 |
asalkeld | file ansible/library/merge_configs.py | 23:53 |
asalkeld | ansible/library/merge_configs.py: Python script, ASCII text executable | 23:53 |
*** Hui has quit IRC | 23:53 | |
diogogmt | asalkeld: i did, i keep getting this error: http://pastebin.com/VurmXp9J | 23:53 |
SamYaple | weird indeed. try running the ansible command directly asalkeld , from the kolla/ansible folder | 23:54 |
asalkeld | ok SamYaple thanks | 23:54 |
asalkeld | diogogmt: do you have out going ssh blocked? | 23:55 |
asalkeld | ssh://diogogmt@review.openstack.org:29418/openstack-dev/sandbox.git | 23:56 |
asalkeld | seems to exist: https://github.com/openstack-dev/sandbox | 23:56 |
asalkeld | diogogmt: grep -A2 gitreview ~/.gitconfig | 23:57 |
asalkeld | [gitreview] | 23:57 |
asalkeld | username = asalkeld | 23:57 |
asalkeld | (so you don't keep getting asked for your username) | 23:58 |
diogogmt | asalkeld: i never had a problem like that before, maybe i’ll try the https setting instead | 23:59 |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Deploy multinode in gate https://review.openstack.org/241500 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!