*** tummy has joined #kolla | 00:00 | |
sdake_ | thanks docaedo | 00:01 |
---|---|---|
sdake_ | docaedo are you using --push? | 00:02 |
docaedo | np - I've been a big fan from the beginning, just didn't have the opportunity to be as involved as I wanted, so just get to cheer on from the sidelines | 00:02 |
docaedo | yes, pushing to a local registry running on a different machine here | 00:02 |
sdake_ | what is your build command option | 00:02 |
sdake_ | (what did you type in) | 00:02 |
*** jasonsb has joined #kolla | 00:02 | |
docaedo | tools/build.py --registry 192.168.123.99:5000 --base ubuntu --type source --push | 00:03 |
sdake_ | you need -n too i think | 00:03 |
sdake_ | i haven't much experience with the --registry option its new | 00:04 |
sdake_ | but you probably need -n kollaglue | 00:04 |
sdake_ | unless that is default | 00:04 |
*** cloudnau_ has joined #kolla | 00:04 | |
sdake_ | otherwise looks good | 00:04 |
sdake_ | push on my gear (750 intel pcie ssd 1.2 tb) takes 15 min build 15 min push for all containers | 00:04 |
docaedo | cool, just following along with http://docs.openstack.org/developer/kolla/deploy-all-in-one-node.html at this point. | 00:05 |
sdake_ | on my old raid 1+0 ssds build took 30 min push took 30 mins | 00:05 |
sdake_ | i think we need to add a "pushed image x" etc along the way | 00:05 |
sdake_ | because it just stalls out for 30 minute sto 1 hour and people think its busted | 00:05 |
sdake_ | while what its doing is sitting in a loop pushing images | 00:05 |
sdake_ | if its not printing its pushing | 00:05 |
docaedo | yeah that would be great to see... It's definitely still working, and CPU and network spike for a bit now and then - I'll be patient for a bit though (in fact, time to go eat some dinner I think) | 00:06 |
sdake_ | enjoy | 00:06 |
sdake_ | ttyl | 00:06 |
docaedo | Tomorrow I'm going to ask some clarifying questions around adding the app-catalog-ui to horizon as a build option | 00:07 |
*** cloudnautique has quit IRC | 00:07 | |
docaedo | I think I have my head wrapped around how i would do it, but before I start playing around and eventually commit for review, want to make sure my approach is sensible | 00:07 |
*** sdake has joined #kolla | 00:08 | |
sdake | the short answer is we don't quite know how to handle plugins yet ;) | 00:08 |
*** cloudnau_ has quit IRC | 00:08 | |
docaedo | I suspected that was the case. This might be a fun learning exercise then, and is as safe a plugin as you can find (due to it being incredibly simple, with no additional external dependencies) | 00:09 |
*** daneyon_ has quit IRC | 00:09 | |
sdake | we have a meetup friday at 2:30 perhaps you can come then and we can discuss plugins, I'd like to use some of our meetup time for that prior to the binge drinking :) | 00:10 |
*** sdake_ has quit IRC | 00:11 | |
docaedo | I think I can make it (don't remember when I fly out on Friday but I think I'll have the time) | 00:13 |
*** diogogmt has quit IRC | 00:21 | |
kfox1111 | hehe. | 00:23 |
kfox1111 | docaedo: you beet me to it. | 00:23 |
kfox1111 | I was going to ask for apps-catalog-ui to get added to the horizon container, but was waiting for the rdo package to get all the way through. | 00:23 |
*** achanda has quit IRC | 00:23 | |
kfox1111 | we could have a docker env that enable's disables the plugin through the horizon enabled directory. | 00:24 |
kfox1111 | one way or another, I'm going to have to slide it into the research clouds kolla horizon container anyway. :) | 00:25 |
*** achanda has joined #kolla | 00:26 | |
sdake | what we want i think is a tarball that ends up containing all the plugins | 00:27 |
sdake | integrated into the build system | 00:27 |
sdake | so we can build from source or packaging | 00:27 |
sdake | but we aren't clear how to do it yet | 00:27 |
sdake | i'm sure people will come up with some bespoke options | 00:27 |
kfox1111 | its in pypi today, | 00:27 |
sdake | but we want it to work for everything | 00:27 |
kfox1111 | and.... | 00:27 |
kfox1111 | https://bugzilla.redhat.com/show_bug.cgi?id=1268372 | 00:28 |
openstack | bugzilla.redhat.com bug 1268372 in Package Review "Review Request: openstack-app-catalog-ui - openstack horizon plugin for the openstack app-catalog" [Medium,Assigned] - Assigned to mrunge | 00:28 |
kfox1111 | thats the rdo source rpm. | 00:28 |
sdake | say kfox1111 i'll brb i need to shut down to install my vpn keys | 00:28 |
*** sdake has quit IRC | 00:28 | |
docaedo | fwiw, just now the build failed - got all successfully built images except for: | 00:29 |
docaedo | ERROR:__main__:ironic-px Failed with status: error | 00:29 |
kfox1111 | trying kolla with ironic? :) | 00:29 |
kfox1111 | or just building everything? | 00:29 |
docaedo | just building everything, then will do all-in-one deploy on a VM | 00:30 |
docaedo | I suspect I can probably move on to the next step at this point, as all the images I actually need are built | 00:31 |
kfox1111 | docaedo: I have to head out in a minute. but with the packages, I think the tweaks to the horizon Dockerfile would basically be yum install openstack-app-catalog-ui for rdo, apt-get install python-app-catalog-ui for deb/ubuntu, and pip install app-catalog-ui for source. | 00:31 |
*** sdake has joined #kolla | 00:31 | |
kfox1111 | sdake: do you have history for while you were gone? | 00:32 |
docaedo | yep :) Except also need to wrap that in an config option for horizon so people can easily choose to enable/disable | 00:32 |
kfox1111 | right. | 00:32 |
docaedo | (and after pip install for that option, still needs to copy a few bits to the right places I believe) | 00:32 |
kfox1111 | a snippet that if APP_CATALOG_ENABLED == False, move the enabled files out of the way. or something like that. | 00:33 |
sdake | kfox1111 no | 00:33 |
kfox1111 | sdake: k. I think the only thing you missed was: | 00:33 |
kfox1111 | this: I have to head out in a minute. but with the packages, I think the tweaks to the horizon Dockerfile would basically be yum install openstack-app-catalog-ui for rdo, apt-get install python-app-catalog-ui for deb/ubuntu, and pip install app-catalog-ui for source. | 00:34 |
*** dolpher has quit IRC | 00:34 | |
kfox1111 | ok. really gota head out this time. thanks. | 00:36 |
*** sdake_ has joined #kolla | 00:42 | |
*** sdake has quit IRC | 00:45 | |
sdake_ | kfox1111 yes but we want it to work well for all plugins without modification to the dockerfiles ;) | 00:49 |
sdake_ | or with a one time global modification that the operators dont have to do themselves | 00:51 |
*** sdake_ has quit IRC | 00:53 | |
*** sdake has joined #kolla | 00:53 | |
*** jasonsb has quit IRC | 01:03 | |
*** sdake_ has joined #kolla | 01:05 | |
*** sdake has quit IRC | 01:06 | |
*** unicell has quit IRC | 01:20 | |
*** alisonh has quit IRC | 01:24 | |
*** sdake_ is now known as sdake | 01:31 | |
*** dims has quit IRC | 01:34 | |
*** alisonh has joined #kolla | 01:39 | |
*** dolpher has joined #kolla | 01:40 | |
*** diogogmt has joined #kolla | 01:42 | |
*** alisonh has quit IRC | 01:44 | |
*** alisonh has joined #kolla | 01:49 | |
*** alisonh has quit IRC | 01:51 | |
*** cemason has joined #kolla | 01:59 | |
*** cemason has quit IRC | 02:04 | |
kjelly | morning | 02:05 |
*** alisonh has joined #kolla | 02:08 | |
*** tfukushima has quit IRC | 02:08 | |
*** jasonsb has joined #kolla | 02:13 | |
*** alisonh has quit IRC | 02:14 | |
*** CBR09 has joined #kolla | 02:15 | |
*** kjelly has quit IRC | 02:15 | |
sdake | hey kjelly | 02:18 |
sdake | ssam you about? | 02:18 |
*** kjelly has joined #kolla | 02:18 | |
sdake | SamYaple? | 02:18 |
sdake | morning kjelly | 02:18 |
sdake | jpeeler rhallisey ? | 02:18 |
*** alisonh has joined #kolla | 02:18 | |
sdake | mandre pbourke? | 02:18 |
sdake | harmw? | 02:19 |
sdake | coolsvap | 02:19 |
sdake | need couple reviewers | 02:19 |
*** tfukushima has joined #kolla | 02:19 | |
mandre | hey sdake, which one? | 02:20 |
sdake | moment | 02:20 |
sdake | https://review.openstack.org/237816 | 02:20 |
sdake | https://review.openstack.org/237800 | 02:21 |
sdake | i announced the releease this morning but have yet to tag it | 02:21 |
sdake | because I made the mistake of trying one last build before tagging :) | 02:21 |
kjelly | I have one idea aobut report bug. When user report bugs, we need to sha to find what the image user use. I think write a script used for finding all image sha of kolla container. How do you think ? | 02:23 |
sdake | diagnostic tools are cool | 02:23 |
sdake | will you be at summit? | 02:23 |
mandre | you can hardly call it a mistake :) | 02:24 |
kjelly | Now if user want to find the image sha of running container, it need to use `docker inspect` | 02:24 |
sdake | we have a 40 minute session on diagnostics | 02:24 |
kjelly | sdake: yes, I will go to summit. | 02:24 |
sdake | wil you make the kolla sessions? | 02:24 |
kjelly | sdake: I will join kolla sessions. | 02:25 |
sdake | mandre ;-) | 02:25 |
CBR09 | hi all, sdake, when it tag and release liberty-stable? @@ | 02:26 |
sdake | cool well I look forward to meeting you | 02:26 |
sdake | cbr09 we have two patches that need a +2 and a +a | 02:26 |
sdake | then one of those patches needs a backport to liberty | 02:26 |
sdake | then liberty is being tagged | 02:26 |
sdake | I hope it wil happen in the next few hours but everyone is afk | 02:26 |
kjelly | sdake: me, too. | 02:27 |
CBR09 | and images on docker hub?, when they up? (ubuntu) | 02:28 |
sdake | we ar edistributing the build between 3 folks | 02:28 |
sdake | so hopefully tomorrow | 02:29 |
*** rhallisey has quit IRC | 02:29 | |
CBR09 | yea, thanks | 02:29 |
CBR09 | I need them soon (images + release liberty) and deploy private env with kolla | 02:30 |
sdake | how many nodes ? | 02:30 |
CBR09 | ah, it's only for testing | 02:31 |
CBR09 | about 5 nodes for tests | 02:31 |
CBR09 | if openstack-in-docker is ok, we'll plan it for production | 02:33 |
sdake | how many production node? | 02:33 |
CBR09 | 20 compute nodes | 02:35 |
sdake | nice | 02:35 |
CBR09 | 15 storage nodes | 02:35 |
sdake | thats alot of storage! | 02:35 |
CBR09 | but it seems still far away | 02:35 |
CBR09 | : ) | 02:35 |
sdake | well kolla is pretty solid | 02:35 |
sdake | but I think it will take a ouple weeks for liberty to fully shake out from here | 02:36 |
CBR09 | yea, I'll only deploy on test env after kolla release liberty | 02:37 |
CBR09 | hope it release soon : ) | 02:38 |
sdake | liberty releases in the next 24 hours | 02:38 |
sdake | but i think we will find little bugs here and there | 02:38 |
sdake | depends how crazy people get with backports | 02:38 |
CBR09 | of course : ) | 02:38 |
sdake | we had talked about a liberal backport policybut I really want to rethink that for the next few months | 02:38 |
sdake | so people have a chance to play with kolla in a stable way | 02:39 |
sdake | perhaps for mitaka our backport policy coulcd be more liberal | 02:39 |
sdake | but i'm just one person in the community its relaly a group decision | 02:39 |
CBR09 | yea, I know | 02:40 |
sdake | 3 control nodes? | 02:40 |
CBR09 | not deploy with HA | 02:41 |
CBR09 | only one control nodes | 02:41 |
sdake | dangerous | 02:41 |
sdake | you sure about that? | 02:41 |
CBR09 | I know it | 02:41 |
CBR09 | but if I deploy with HA, it seems difficult to administr : ) | 02:42 |
CBR09 | after one week, I'll imporve it | 02:43 |
CBR09 | mean add HA into my kolla env | 02:44 |
sdake | admin with ha is same as without | 02:45 |
CBR09 | oh I'll rethink it | 02:48 |
sdake | you do need 3 nodes though | 02:49 |
sdake | 2 wont do it | 02:49 |
CBR09 | because i want to keep it as simple as possible | 02:49 |
sdake | harmw jpeeler rhallisey SamYaple coolsvap around? | 02:49 |
CBR09 | yea, I know if deploy with HA, need 3 nodes control | 02:49 |
sdake | full control node softwar erquires 8gb ram | 02:50 |
sdake | so the machines can do double duty as storage/compute nodes | 02:50 |
*** cemason has joined #kolla | 02:51 | |
CBR09 | yea, we can mix it | 02:51 |
sdake | cbr i get simple, that is entire design philosophy behind kolla :) | 02:52 |
CBR09 | : D | 02:52 |
*** achanda has quit IRC | 02:53 | |
*** cemason has quit IRC | 02:53 | |
CBR09 | thank for your advice : ) | 02:53 |
sdake | happy to help ;) | 02:54 |
sdake | paying good money for a core reviewer :) | 02:55 |
sdake | i guess inc0 will be on in about 4 hours | 02:55 |
*** achanda has joined #kolla | 02:56 | |
*** achanda has quit IRC | 02:57 | |
sdake | mandre ping | 02:57 |
sdake | harmw aren't you awake :) | 02:59 |
sdake | jpeeler its only midnight! | 03:00 |
CBR09 | and no core reviewers at here : ) | 03:00 |
kjelly | sam will be online after one hour, I guess. | 03:01 |
sdake | kjelly nah he is back on a different schedule now | 03:01 |
sdake | normal us schedule | 03:01 |
kjelly | sdake: :( | 03:02 |
sdake | coolsvap is usually around this hour i think | 03:03 |
sdake | wish i hadn't announced the release while tagging | 03:03 |
sdake | i was doing two things at once | 03:03 |
sdake | tagging and writing eail | 03:03 |
sdake | then i'm like "ok just one more build" :) | 03:03 |
sdake | since my name goes on the tag | 03:04 |
sdake | i rebuilt all variants and boom 3 things blew up | 03:04 |
sdake | for those that didn't see the release announcement here it is http://sdake.io/2015/10/20/announcing-the-release-of-kolla-liberty/ | 03:11 |
sdake | kolla powered -> https://www.oracle.com/corporate/pressrelease/oracle-openstack-4-oracle-linux-101915.html | 03:20 |
*** tpot has quit IRC | 03:37 | |
CBR09 | yea I saw | 03:39 |
CBR09 | ah sdake: purpose behind break all openstack services into containters (nova-api, nova-schduler,...) is easy to upgrade | 03:42 |
CBR09 | what's else? | 03:42 |
sdake | makes whole system more composable | 03:43 |
sdake | immutability | 03:43 |
CBR09 | if only break project-level (nova project in a container, glance project in a container), what is the difference? | 03:43 |
sdake | magic container properties -> http://sdake.io/2015/04/13/preserving-contaner-properties-via-volume-mounts/ | 03:43 |
CBR09 | I see, now it's too much containers and hard to manage containers | 03:45 |
CBR09 | you see what I'm getting? | 03:52 |
CBR09 | problem about manage containers | 03:52 |
sdake | well ansible manages the containers for you | 03:59 |
sdake | basically you ahd to manage all thoe thigns as processes prior | 03:59 |
sdake | with filesystems | 03:59 |
sdake | and files | 03:59 |
sdake | and confg | 03:59 |
sdake | and all kinds of stuff all over the place | 04:00 |
sdake | now it goes in one immutable object | 04:00 |
sdake | per service | 04:00 |
sdake | 90 things instead of tens of thousands | 04:00 |
sdake | does that make more sense or less :) | 04:00 |
*** daneyon has joined #kolla | 04:04 | |
*** daneyon_ has joined #kolla | 04:05 | |
CBR09 | but for operation? | 04:06 |
*** cloudnautique has joined #kolla | 04:06 | |
CBR09 | ex: when I have errors for glance | 04:06 |
CBR09 | I must see all glance containers | 04:07 |
CBR09 | and it seems not convenient | 04:07 |
*** daneyon has quit IRC | 04:09 | |
coolsvap | sdake, hi | 04:25 |
sdake | coolsvap need reviews plz | 04:25 |
sdake | top two in the queue | 04:25 |
coolsvap | sdake, just logged in | 04:26 |
coolsvap | there in a mn | 04:26 |
sdake | cbr I personally believe we can make kolla have a better service assurance and diagnostic experience with containers then existing systems without containers | 04:26 |
*** achanda has joined #kolla | 04:27 | |
openstackgerrit | Merged openstack/kolla: Make Ceph install from Source on RPM https://review.openstack.org/237816 | 04:29 |
openstackgerrit | Merged openstack/kolla: Increase Ceph RPM gpg key timeout to 90 seconds https://review.openstack.org/237800 | 04:30 |
*** achanda has quit IRC | 04:32 | |
*** achanda has joined #kolla | 04:35 | |
*** bmace has quit IRC | 04:40 | |
*** bmace has joined #kolla | 04:41 | |
*** tummy has quit IRC | 04:42 | |
*** diogogmt has quit IRC | 04:45 | |
*** tfukushima has quit IRC | 04:46 | |
*** daneyon_ has quit IRC | 04:48 | |
*** tpot has joined #kolla | 04:49 | |
sdake | coolsvap till there? | 04:53 |
coolsvap | yes | 04:54 |
openstackgerrit | Steven Dake proposed openstack/kolla: Make Ceph install from Source on RPM https://review.openstack.org/237872 | 04:54 |
sdake | need love on that one | 04:54 |
sdake | its a backport | 04:54 |
sdake | mandre !!!!!! | 04:54 |
sdake | mandre can you please ack that backport | 04:54 |
sdake | inbox overload!! | 04:55 |
coolsvap | i didnt notice i am still marked away | 04:55 |
mandre | here you go sdake | 04:56 |
sdake | ok time to build it all again | 04:57 |
sdake | wish me luck :) | 04:57 |
sdake | brb | 04:57 |
mandre | didn't we have a policy at some point where backports required only one +2 before +A? | 04:58 |
*** sdake_ has joined #kolla | 05:00 | |
*** sdake has quit IRC | 05:01 | |
coolsvap | sdake, anything to look into once you trigger push? | 05:02 |
*** tummy has joined #kolla | 05:05 | |
sdake_ | coolsvap huh? | 05:08 |
sdake_ | the liberty metrics are finalized on stackalytics if folks want to see | 05:09 |
sdake_ | http://stackalytics.com/?metric=commits&release=liberty&module=kolla-group | 05:09 |
sdake_ | grats to sam for hitting #1 in commits | 05:09 |
sdake_ | but grats to everyone for making the project a success! | 05:09 |
sdake_ | wow our review queue is packed already | 05:12 |
sdake_ | doesn't anyone ever sleep ;) | 05:12 |
openstackgerrit | Merged openstack/kolla: Make Ceph install from Source on RPM https://review.openstack.org/237872 | 05:12 |
coolsvap | sdake_, just asking :) | 05:13 |
sdake_ | i will be tagging as soon as these builds finish | 05:13 |
sdake_ | coolsvap if you want to deploy stable/liberty as a second sanity check it would be apprecited | 05:14 |
sdake_ | mandre if you want to be a third sanity check that would totally rock ;) | 05:14 |
sdake_ | AIO would be good enoough i think | 05:15 |
*** tummy has quit IRC | 05:16 | |
sdake_ | if your going to commit to that let me know | 05:16 |
sdake_ | if not let me know | 05:16 |
*** openstackgerrit has quit IRC | 05:16 | |
*** openstackgerrit has joined #kolla | 05:16 | |
coolsvap | sdake_, i will do | 05:16 |
mandre | sdake_, which one you want me to test? centos source or binary | 05:17 |
sdake_ | do source | 05:17 |
sdake_ | or binary | 05:18 |
sdake_ | your choice | 05:18 |
sdake_ | jusst let me know and I"ll do the other | 05:18 |
sdake_ | i'm buidling both atm | 05:18 |
sdake_ | then i'm building oracle linux | 05:18 |
sdake_ | then i'm building ubuntu | 05:19 |
sdake_ | but i'd be happy if you jut built one and tested either centos binary or centos source | 05:19 |
sdake_ | i can build fast because I have pcie-ssd | 05:19 |
sdake_ | make susre to replac your etc dir to build | 05:19 |
sdake_ | or openstack-base wont build | 05:19 |
*** tummy has joined #kolla | 05:21 | |
sdake_ | remember, git checkout stable/liberty | 05:21 |
sdake_ | not master | 05:22 |
coolsvap | i will check centos-source | 05:22 |
sdake_ | cool | 05:22 |
sdake_ | make sure to create a vm or something to test it actually works | 05:24 |
coolsvap | yes | 05:25 |
sdake_ | ok designate fails to build on binary | 05:25 |
sdake_ | expected | 05:25 |
sdake_ | friday designate got changed in some big way | 05:26 |
sdake_ | which broke it badly for us | 05:26 |
sdake_ | but it doesns't matter | 05:26 |
sdake_ | it just busts our gate but not our functionality | 05:26 |
sdake_ | since we don't deploy designate | 05:26 |
sdake_ | oraclelinux fails to build | 05:28 |
sdake_ | gnocchi fails to build from source | 05:29 |
mandre | just kicked a centos binary build | 05:31 |
sdake_ | i htink we need to fix oracleinux | 05:31 |
sdake_ | it shoudl be easy hiopefully | 05:31 |
*** tummy has quit IRC | 05:32 | |
sdake_ | oraclelinux builds in master | 05:33 |
*** tfukushima has joined #kolla | 05:33 | |
sdake_ | have a fix for oraclelinux | 05:55 |
sdake_ | please before heading off to bed let me get it tested and get +2 and a +a on it | 05:56 |
*** CBR09 has quit IRC | 06:04 | |
sdake_ | since you two are testing centos, i'll test oraclelinux | 06:05 |
sdake_ | ok? | 06:05 |
sdake_ | coolsvap and mandre? | 06:05 |
mandre | still building sdake_, i have slow hardware.. | 06:05 |
sdake_ | roger | 06:06 |
sdake_ | but does that sound ok? | 06:06 |
sdake_ | i have already build centos binary and source :) | 06:06 |
sdake_ | 400 bucks for pcie-ssd well worth the money :) | 06:06 |
mandre | i'm only building a subset of images, the ones we're deploying with ansible | 06:06 |
mandre | so far so good | 06:06 |
sdake_ | do you have a script that does that? | 06:06 |
sdake_ | can you do a deploy as wel? | 06:06 |
mandre | i will | 06:07 |
sdake_ | cool | 06:07 |
sdake_ | ok oraclelinux builds now binary except gnocchi and magnum | 06:07 |
mandre | nah, not using a script, simply used the regex in the buildprofile patch | 06:08 |
sdake_ | right | 06:08 |
coolsvap | sdake_, roger that i am doing similar to mandre builidng only required images | 06:11 |
sdake_ | is there any way to do | 06:12 |
sdake_ | {% if install_metatype == 'rdo' %} | 06:12 |
sdake_ | if install_metatyep 1= 'rdo'? | 06:12 |
sdake_ | != I mean? | 06:12 |
openstack | sdake_: Error: "=" is not a valid command. | 06:12 |
sdake_ | will that work? | 06:12 |
sdake_ | nm foudn a different way to do it | 06:15 |
*** CBR09 has joined #kolla | 06:23 | |
*** daneyon has joined #kolla | 06:26 | |
*** daneyon_ has joined #kolla | 06:27 | |
*** daneyon has quit IRC | 06:31 | |
sdake_ | hey coolsvap mandre have patch coming for https://bugs.launchpad.net/kolla/+bug/1508326 | 07:00 |
openstack | Launchpad bug 1508326 in kolla "enhance dry-ness of base dockerfile.j2" [Critical,Confirmed] - Assigned to Steven Dake (sdake) | 07:00 |
sdake_ | testing it now | 07:00 |
*** daneyon has joined #kolla | 07:02 | |
sdake_ | this is to fix oracle linux | 07:03 |
sdake_ | i think we need 3 more patches before we are wrapped | 07:05 |
sdake_ | how much time do you guys have left? | 07:05 |
*** tfukushima has quit IRC | 07:06 | |
*** daneyon_ has quit IRC | 07:06 | |
*** daneyon has quit IRC | 07:06 | |
*** tfukushima has joined #kolla | 07:07 | |
coolsvap | sdake_, i am around | 07:07 |
coolsvap | at least 4 hrs | 07:07 |
sdake_ | i'll be done in 30 mins | 07:08 |
sdake_ | then 1 more hour to test the followon fix for oracle inux | 07:08 |
sdake_ | it takes me 1 hour to build 4 distros | 07:08 |
*** jmccarthy has joined #kolla | 07:14 | |
*** tpot has quit IRC | 07:19 | |
*** jongchoi has joined #kolla | 07:31 | |
coolsvap | sdake_, brb from lunch in 20 mins | 07:31 |
openstackgerrit | Martin André proposed openstack/kolla: Fix cleanup-containers to cleanup all kolla images https://review.openstack.org/237918 | 07:47 |
openstackgerrit | Martin André proposed openstack/kolla: Fix cleanup-containers to cleanup all kolla containers https://review.openstack.org/237918 | 07:50 |
*** dims has joined #kolla | 07:58 | |
SamYaple | morning | 08:05 |
*** dims has quit IRC | 08:05 | |
SamYaple | mandre: that cleanup-containers | 08:08 |
mandre | hi | 08:08 |
SamYaple | you dont need toe eval | 08:08 |
SamYaple | the expanion happens in the initial shell | 08:08 |
SamYaple | its an array so it just dumps out | 08:08 |
SamYaple | the script actually works, minus the fact that it leaves around ceph and cinder containers | 08:09 |
mandre | really? it didn't work for me | 08:09 |
SamYaple | yes like i just tried it | 08:09 |
SamYaple | the array expands in the main shell, the subshell has nothing to expand | 08:09 |
*** achanda has quit IRC | 08:10 | |
mandre | I'll try again in a few minutes, deploying right now... | 08:12 |
*** achanda has joined #kolla | 08:13 | |
*** achanda has quit IRC | 08:15 | |
*** achanda has joined #kolla | 08:20 | |
mandre | ah, my bad SamYaple | 08:20 |
mandre | i was working on stable/liberty and submitted my patch to master, where it's already fixed | 08:20 |
mandre | https://github.com/openstack/kolla/commit/1e86af763ba514843326885a8b172f6e548f8be4 | 08:20 |
mandre | needs to be backported | 08:20 |
SamYaple | yea that sounds right | 08:20 |
openstackgerrit | Martin André proposed openstack/kolla: put conatiner name to array in cleanup-containers https://review.openstack.org/237926 | 08:22 |
*** gfidente|afk is now known as gfidente | 08:23 | |
mandre | contrary to my patch this one only works with bash4, but it shouldn't be no problem | 08:24 |
mandre | I think only osx ships by default with bash3 | 08:25 |
SamYaple | mandre: i think we state we target bash4 somewhere | 08:37 |
SamYaple | but hey if you want bash3 t o work and eval is the only option, go for it | 08:37 |
SamYaple | im not going to block something simple and silly like that | 08:38 |
mandre | nah, there is no reason for it | 08:38 |
mandre | SamYaple, can we merge https://review.openstack.org/#/c/233993/? | 08:40 |
SamYaple | checking | 08:40 |
SamYaple | yes | 08:41 |
SamYaple | that doesnt change the existing gate | 08:41 |
*** pbourke has quit IRC | 08:42 | |
*** pbourke has joined #kolla | 08:42 | |
mandre | cool, give me 5 min to review it then | 08:43 |
mandre | sdake_, successful build & deploy of stable/liberty for centos binary | 08:43 |
sdake_ | mandre we need a change for oraclelinux | 08:44 |
sdake_ | which will affect those testing results i think | 08:44 |
SamYaple | have we _still_ not tagged? | 08:44 |
mandre | you have a patch ready? | 08:44 |
sdake_ | no oraclce linux doesn't buidl | 08:44 |
SamYaple | only a week behind :( | 08:45 |
sdake_ | yes i have a patch i am testing atm | 08:45 |
*** athomas has joined #kolla | 08:45 | |
mandre | push it so I can kick a new build before heading back home | 08:46 |
sdake_ | i get htis error with ironic-discover any ideas | 08:46 |
sdake_ | http://paste.fedoraproject.org/281778/41716114 | 08:46 |
SamYaple | sounds like you arent running with --no-cache | 08:47 |
SamYaple | considering you have an old version of pip | 08:47 |
sdake_ | i am running with --no-cache actually | 08:48 |
*** jongchoi has quit IRC | 08:48 | |
sdake_ | should i run without it? | 08:48 |
*** achanda has quit IRC | 08:48 | |
SamYaple | i spoke wrongly --no-cache is right | 08:48 |
SamYaple | ok well keep in mind that has pip 7.1.0 installed something went wrong | 08:48 |
SamYaple | the latest pip should always be installed since we install with get-pip | 08:49 |
sdake_ | on binary buidls? | 08:50 |
sdake_ | this is binary buid | 08:50 |
SamYaple | oh yea then thats not going to work | 08:50 |
SamYaple | thats explictly for source builds | 08:50 |
sdake_ | ok so thats another bug | 08:51 |
* sdake_ fucking groans | 08:51 | |
*** sdake_ is now known as sdake | 08:51 | |
SamYaple | sdake: you need to tag at somepoint | 08:51 |
SamYaple | this week overdue this is becoming habbit and i dont like it :/ | 08:51 |
SamYaple | and that only affects master not liberty anyway | 08:52 |
sdake | i'd like to tag in the next few hours | 08:52 |
sdake | liberty oracle linux is broken | 08:52 |
sdake | oh this upper constraint wasn't backported? | 08:52 |
SamYaple | no it needs to be... | 08:52 |
*** mbound has joined #kolla | 08:52 | |
SamYaple | but it hasnt been done since we were suppose to tag a week ago | 08:52 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Ironic binary shouldnt use upper-constraints https://review.openstack.org/237938 | 08:55 |
openstackgerrit | Merged openstack/kolla: In gate functional testing https://review.openstack.org/233993 | 08:56 |
openstackgerrit | Steven Dake proposed openstack/kolla: Improve dry-ness of base dockerfile.j2 https://review.openstack.org/237939 | 08:56 |
sdake | can't tag when shit is DOA | 08:57 |
sdake | anyway lets focus on getting the problems solved in the next few hours | 08:57 |
sdake | we are super close | 08:58 |
SamYaple | yea thats my point though this effort should have happened a week ago but laziness | 08:58 |
sdake | not lazy | 08:58 |
sdake | too much workload on my plate cant do it alone | 08:58 |
sdake | and i'm not - everyone is working really hard | 08:58 |
sdake | anyway lets focus on getting the code base operational | 08:59 |
sdake | so that upper constraints work isn't in liberty atm? | 08:59 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Add build profiles to build.py https://review.openstack.org/237940 | 09:00 |
openstackgerrit | Sam Yaple proposed openstack/kolla: In gate functional testing https://review.openstack.org/237941 | 09:00 |
SamYaple | sdake: nope but i can backport it | 09:00 |
sdake | lets not add fuel to fire please :) | 09:00 |
sdake | i'd just like to fix oraclelinux and then tag | 09:01 |
sdake | then go wild | 09:01 |
*** openstackgerrit has quit IRC | 09:01 | |
SamYaple | just fyi we need upperconstriants to gate | 09:01 |
*** openstackgerrit has joined #kolla | 09:01 | |
sdake | i am building src rpms atm | 09:01 |
sdake | roger | 09:01 |
sdake | we can backport | 09:01 |
sdake | i jsut wnat ot tag as soon as possible | 09:01 |
*** pbourke has quit IRC | 09:01 | |
*** pbourke has joined #kolla | 09:02 | |
sdake | mandre that patch is up above | 09:02 |
sdake | the dryness patch | 09:02 |
sdake | there is a backport needed on top of that though | 09:02 |
sdake | so you will hae to wait for that if you want it | 09:03 |
sdake | otherwise coolsvap and i can test | 09:03 |
sdake | but if you want ot review thta patch it would be helpful | 09:03 |
*** jmccarthy has quit IRC | 09:03 | |
sdake | centos source centos binary oraclelinux binary buids with that patch | 09:07 |
sdake | source is still buidling | 09:07 |
sdake | oraclelinux source that is | 09:07 |
sdake | ok everything builds with that patch except the upper constraints on ironic | 09:09 |
sdake | and designate | 09:09 |
sdake | so please give it the ack love | 09:09 |
SamYaple | designate is unrelated | 09:09 |
sdake | ye i know | 09:10 |
sdake | i dont care about desinate being broken | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for repeatable builds https://review.openstack.org/237942 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for keystone https://review.openstack.org/237943 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for ceilometer https://review.openstack.org/237944 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for cinder https://review.openstack.org/237945 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for designate https://review.openstack.org/237946 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for glance https://review.openstack.org/237947 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for gnocchi https://review.openstack.org/237948 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for heat https://review.openstack.org/237949 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for horizon https://review.openstack.org/237950 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for ironic https://review.openstack.org/237951 | 09:10 |
SamYaple | youre welcome | 09:10 |
openstackgerrit | Merged openstack/kolla: put conatiner name to array in cleanup-containers https://review.openstack.org/237926 | 09:10 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Use openstack/requirements for ironic https://review.openstack.org/237951 | 09:12 |
sdake | please ack folks https://review.openstack.org/237939 | 09:12 |
SamYaple | want to see gate first | 09:12 |
sdake | ok | 09:13 |
sdake | fwiw I tested everything but ubuntu | 09:13 |
sdake | we need to get an ol gate operational as well | 09:13 |
SamYaple | ubuntu hasnt broken in quite a while | 09:13 |
sdake | ya less combos of stuff to go wrong :) | 09:13 |
SamYaple | by design. I could be pulling in 10 repos as well | 09:14 |
SamYaple | i say neigh! | 09:14 |
sdake | at some point we shoudl do binary ubuntu too :) | 09:14 |
sdake | dont they produce binary packages? | 09:14 |
SamYaple | never gonna happen | 09:14 |
SamYaple | yea but no delorean type packages | 09:14 |
SamYaple | so it would have to be implemented post-stable | 09:14 |
sdake | ya that blows | 09:14 |
SamYaple | ive already told the cloud-archive people im not doing it unless they can provide something delorean like | 09:15 |
SamYaple | but they have no reason to do so :/ | 09:15 |
SamYaple | its not like that owuld ever be good anyway | 09:15 |
SamYaple | it would be about as good as delorean, which is bad and breaks for days and weeks | 09:16 |
sdake | delorean works pretty well most of the time | 09:16 |
sdake | especially now they are doing gating | 09:16 |
sdake | delorean gates now | 09:16 |
SamYaple | well that might be helpful | 09:16 |
sdake | that is what we are using | 09:16 |
sdake | we were not using it prior | 09:16 |
SamYaple | that should prevent the day/week breakage | 09:16 |
sdake | right | 09:16 |
SamYaple | do they full openstack gate? or just install | 09:16 |
sdake | it will ensure delorean master is alway in pretty good shape | 09:16 |
sdake | not sure what the gate process is | 09:16 |
sdake | i'll find out if you like | 09:16 |
mandre | heading home, bye | 09:16 |
sdake | at a more reasonable hour of the day :) | 09:17 |
sdake | bye mandre | 09:17 |
sdake | thanks | 09:17 |
SamYaple | if its not functional testing i dont think we want that voting in kolla then | 09:17 |
sdake | i'll find out what theier ci process is | 09:17 |
sdake | red hat actually has pretty advanced internal ci systems | 09:18 |
sdake | whereami.org !#!# | 09:18 |
sdake | what is the upper requirements thing btw | 09:19 |
sdake | since i actually took pto for a weeeknd and the queue has 40 patches in it | 09:20 |
sdake | I haven't had a chance to catch up from friday | 09:20 |
SamYaple | its sorta like tested version pinning | 09:20 |
sdake | testsed y who | 09:21 |
SamYaple | openstack/requirements | 09:23 |
*** jmccarthy has joined #kolla | 09:23 | |
SamYaple | its what the rest of the community gates, constraints | 09:24 |
SamYaple | its new in liberty | 09:24 |
sdake | yup | 09:24 |
sdake | i saw it in the marketing slides | 09:24 |
SamYaple | i would so love it if people would review my patches :( | 09:27 |
*** tfukushima has quit IRC | 09:28 | |
pbourke | SamYaple: paste me some | 09:29 |
SamYaple | pbourke: https://review.openstack.org/#/q/status:open+project:openstack/kolla,n,z | 09:29 |
SamYaple | :P | 09:29 |
SamYaple | pbourke: im most interested in rabbitmq testing on centos https://review.openstack.org/#/c/235756/ | 09:29 |
SamYaple | then the ceph changes https://review.openstack.org/#/c/236754/ | 09:30 |
SamYaple | those are my biggest "i dont want to keep floating these large patches" patches | 09:30 |
pbourke | for these openstack/requirements backports - did we checkout the liberty tag of the requirements in the base image | 09:31 |
sdake | https://review.openstack.org/#/c/237939/ is ready for merge | 09:31 |
SamYaple | yea pbourke | 09:31 |
pbourke | great | 09:31 |
*** openstackgerrit has quit IRC | 09:31 | |
sdake | designate is only failing job | 09:31 |
sdake | or build i mean | 09:31 |
*** openstackgerrit has joined #kolla | 09:31 | |
SamYaple | sdake: looks good | 09:31 |
sdake | pbourke if you would do the honors please | 09:32 |
sdake | so I can go to bed in the next 2 hours | 09:32 |
SamYaple | hey should our "expected to fail" images actually break the gate? | 09:32 |
sdake | no but someone would have to add designtae to the test code | 09:32 |
SamYaple | if we block designate and then it starts working the gate will fail again though | 09:32 |
SamYaple | i dont want that | 09:32 |
sdake | ya it is not ideal | 09:32 |
SamYaple | shouldnt it just warn? | 09:32 |
sdake | it should fail if something happens we dont expect | 09:33 |
sdake | we dont expect designate to break | 09:33 |
sdake | except apparently now we do :) | 09:33 |
SamYaple | but if we block desginate and then it starts successeding it should FAIL | 09:33 |
SamYaple | it shouildnt* | 09:33 |
sdake | it will fail | 09:33 |
sdake | or maybe it doesn't | 09:33 |
SamYaple | i know it will, im saying i dont think that it should | 09:34 |
sdake | i dont recall what the test case does | 09:34 |
SamYaple | it fails | 09:34 |
SamYaple | antoher time | 09:34 |
openstackgerrit | Merged openstack/kolla: Improve dry-ness of base dockerfile.j2 https://review.openstack.org/237939 | 09:34 |
SamYaple | ive got to do seperate exlcuded images in teh gate anyway | 09:34 |
SamYaple | sdake: you want me to cherrypick? | 09:35 |
sdake | no i got it | 09:35 |
sdake | i need to add a patch on top | 09:35 |
sdake | to make ol actually work in liberty as well | 09:35 |
SamYaple | you arent going to cherry-pick a breaking patch right? | 09:36 |
openstackgerrit | Merged openstack/kolla: Add build profiles to build.py https://review.openstack.org/237940 | 09:36 |
SamYaple | we shouldnt even be breaking in a single patchset | 09:36 |
sdake | stable/liberty is already broken | 09:36 |
SamYaple | if its going to break you should update it to make it work for the branch in question | 09:36 |
sdake | this patch is a dependency to fixing it | 09:36 |
SamYaple | so its not _new_ breakage? | 09:36 |
sdake | no | 09:36 |
SamYaple | ok thats fine | 09:36 |
openstackgerrit | Steven Dake proposed openstack/kolla: Improve dry-ness of base dockerfile.j2 https://review.openstack.org/237961 | 09:39 |
openstackgerrit | Steven Dake proposed openstack/kolla: Make Oracle Linux with RDO https://review.openstack.org/237962 | 09:43 |
*** exploreshaifali has joined #kolla | 09:43 | |
openstackgerrit | Steven Dake proposed openstack/kolla: Make Oracle Linux compatible with RDO https://review.openstack.org/237962 | 09:44 |
*** tfukushima has joined #kolla | 09:44 | |
SamYaple | sdake or pbourke https://review.openstack.org/#/c/237941/ | 09:49 |
SamYaple | this will get project-config moving with infra | 09:49 |
SamYaple | its a dependant patch | 09:49 |
SamYaple | coolsvap: for the win! | 09:51 |
SamYaple | thanks | 09:51 |
coolsvap | SamYaple, wc! | 09:51 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Pin Magnum in liberty branch https://review.openstack.org/237965 | 09:54 |
openstackgerrit | Merged openstack/kolla: In gate functional testing https://review.openstack.org/237941 | 09:54 |
openstackgerrit | Merged openstack/kolla: Add nova-spicehtml5proxy console https://review.openstack.org/236669 | 10:01 |
*** tfukushima has quit IRC | 10:02 | |
*** dolpher has quit IRC | 10:02 | |
*** bigjools has quit IRC | 10:04 | |
*** tfukushima has joined #kolla | 10:13 | |
openstackgerrit | Merged openstack/kolla: Improve dry-ness of base dockerfile.j2 https://review.openstack.org/237961 | 10:13 |
*** bigjools has joined #kolla | 10:16 | |
*** bigjools has quit IRC | 10:16 | |
*** bigjools has joined #kolla | 10:16 | |
*** tfukushi_ has joined #kolla | 10:19 | |
*** tfukushima has quit IRC | 10:22 | |
*** rhallisey has joined #kolla | 10:23 | |
*** dims has joined #kolla | 10:34 | |
*** achanda has joined #kolla | 10:36 | |
*** achanda has quit IRC | 10:37 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Ironic binary shouldnt use upper-constraints https://review.openstack.org/237938 | 10:54 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Automate setting up a cache tier https://review.openstack.org/236756 | 11:06 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Allow specifying erasure as the pool type https://review.openstack.org/236754 | 11:06 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Allow ceph pool names to be configurable https://review.openstack.org/236755 | 11:06 |
*** tfukushi_ has quit IRC | 11:12 | |
*** asalkeld_ has quit IRC | 11:32 | |
*** dolpher has joined #kolla | 11:35 | |
openstackgerrit | Paul Bourke proposed openstack/kolla: Add documentation around how to build behind a proxy https://review.openstack.org/237598 | 11:35 |
*** exploreshaifali has quit IRC | 11:38 | |
*** daneyon has joined #kolla | 11:45 | |
*** daneyon_ has joined #kolla | 11:52 | |
sdake | samyaple you about | 11:53 |
sdake | SamYaple getting error trying to deploy with missing flag TASK: [common | Starting log_data container] ********************************** | 11:53 |
sdake | failed: [localhost] => {"changes": ["{\"status\":\"Pulling repository docker.io/kollaglue/oraclelinux-binary-data\"}\r\n", "{\"errorDetail\":{\"message\":\"Error: image kollaglue/oraclelinux-binary-data:latest not found\"},\"error\":\"Error: image kollaglue/oraclelinux-binary-data:latest not found\"}\r\n"], "failed": true, "status": ""} | 11:53 |
sdake | [sdake@bigiron ~]$ docker images | grep oraclelinux-binary-data | 11:54 |
sdake | kollaglue/oraclelinux-binary-data latest f201f6d909c2 11 minutes ago 189.6 MB | 11:54 |
pbourke | sdake: I got that exact error yesterday! | 11:54 |
pbourke | wtf | 11:54 |
pbourke | drove me insane | 11:54 |
sdake | did yo usole it? | 11:54 |
pbourke | no :( | 11:54 |
*** daneyon has quit IRC | 11:54 | |
pbourke | ended up having to spin up a registry | 11:55 |
pbourke | it makes no sense | 11:55 |
pbourke | i wonder is it with ol only | 11:55 |
*** thumpba has joined #kolla | 11:55 | |
*** dwalsh has joined #kolla | 12:03 | |
*** vbel has quit IRC | 12:04 | |
* sdake burns more electrcity rebuilding for the milliontih time | 12:04 | |
*** vbel has joined #kolla | 12:04 | |
sdake | morning vbel | 12:07 |
*** jmccarthy has quit IRC | 12:08 | |
*** jmccarthy has joined #kolla | 12:08 | |
*** openstackgerrit has quit IRC | 12:16 | |
*** openstackgerrit has joined #kolla | 12:16 | |
*** kproskurin has joined #kolla | 12:16 | |
kproskurin | Hi guys, I trying to build docker images for Kolla using ./tools/build.py base --base ubuntu --type source | 12:18 |
sdake | morning | 12:18 |
sdake | i''d recommend using a registry | 12:19 |
sdake | http://docs.openstack.org/developer/kolla/deploy-all-in-one-node.html | 12:19 |
*** daneyon_ has quit IRC | 12:19 | |
kproskurin | and designate-base is broken with DEBUG:__main__:designate-base:RequirementParseError: Missing distribution spec /designate | 12:19 |
kproskurin | oh | 12:19 |
sdake | yes we know designate is broken | 12:19 |
sdake | its a-ok since ansible deosn't deploy designate atm | 12:19 |
sdake | so the broken contianer isn't helpful anyway :) | 12:19 |
kproskurin | Oh ok. I actualy tried to build all in one, but it was broken on so many places so I start to go from a basics to the top | 12:20 |
sdake | stable/liberty shoudl work like a champ | 12:21 |
sdake | we will be publishing docker hub images shortly | 12:21 |
kproskurin | Is it going to release like… today? | 12:21 |
sdake | i am taggin as soon as this tesst completes successfully | 12:21 |
sdake | so yes is the answer | 12:21 |
kproskurin | Great | 12:21 |
kproskurin | So I should wait a little bit and just use yours prebuilded images? (sorry Im really new in OpenStack and Kolla) | 12:22 |
sdake | you can build your own using that link i showed you above | 12:22 |
sdake | it will be done faster then our push very likely | 12:22 |
kproskurin | Well, that is what I tring to do right now. But building all was failed in like 20 images | 12:24 |
kproskurin | acording to log | 12:24 |
sdake | what is your geogrpahy? | 12:24 |
kproskurin | Russia | 12:24 |
sdake | i see - russia may have connectivity problems with the repos used to build kolla | 12:25 |
sdake | western europe seems fine though | 12:25 |
sdake | so ymmv | 12:25 |
sdake | you can use --retries 20 | 12:26 |
sdake | to really keep trying over and over to get built images ;) | 12:26 |
sdake | the default is 3 | 12:26 |
*** daneyon has joined #kolla | 12:26 | |
kproskurin | Well maybe. I’ll try to rebuild all with log pointed to file, so I could check all errors. But there is a LOT of logs, so I though I could rebuild failed imges one by one, so I started with designate-base and you said it’s broken. | 12:27 |
sdake | ignore designate | 12:28 |
kproskurin | got it | 12:28 |
sdake | ignore magnum | 12:28 |
sdake | ignore gnocchi | 12:28 |
sdake | resst should build | 12:28 |
kproskurin | ok, thank you | 12:28 |
sdake | sure no problem | 12:29 |
kproskurin | Btw, why ubuntu dont have binary install? I mean, only sourse is awalible for it | 12:29 |
kproskurin | No liberty pkg for ubuntu yet? | 12:30 |
*** thumpba has quit IRC | 12:30 | |
sdake | you mean docker hub images? | 12:30 |
kproskurin | yes | 12:30 |
sdake | there were some last minute regressions, so I waved off the tag and we decided to spend today fixing the problem | 12:30 |
sdake | i am going to tag as I said within the hour hopefully | 12:31 |
sdake | then we will push to the hub | 12:31 |
kproskurin | ok, ty | 12:31 |
sdake | pbourke 'mem_limit has been moved to host_config in API version 1.19' | 12:32 |
sdake | any idea? | 12:32 |
*** dolpher has quit IRC | 12:33 | |
*** dolpher has joined #kolla | 12:34 | |
sdake | apprently we need a pin on docker-py | 12:41 |
sdake | 1.2.3 works | 12:41 |
sdake | 1.3.1 does not | 12:41 |
*** thumpba has joined #kolla | 12:47 | |
pbourke | sdake: sounds like you're hitting more of the issues I did yesterday | 13:01 |
pbourke | since then I've nuked my machine and am rebuilding | 13:01 |
pbourke | sdake: SamYaple reckoned ansible 1.9.4 solved the above problem but I got another issue with that (can't remember what it was off top of my head) | 13:04 |
sdake | pbourke that oraclelinux patch can get a +2 workflow now please | 13:05 |
sdake | and then I'll tag the releae | 13:05 |
sdake | i am pretty confident kolla works well | 13:06 |
sdake | I think the problems are with docker-py and doccker and ansible version interactions | 13:06 |
pbourke | you need to take the workflow -2 off | 13:06 |
sdake | pbourke also as reference, you absolutely need to be running with ntpd | 13:07 |
sdake | ok ready to rock | 13:07 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for repeatable builds https://review.openstack.org/237942 | 13:08 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for keystone https://review.openstack.org/237943 | 13:10 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for ceilometer https://review.openstack.org/237944 | 13:11 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for cinder https://review.openstack.org/237945 | 13:11 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for designate https://review.openstack.org/237946 | 13:11 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for glance https://review.openstack.org/237947 | 13:11 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for gnocchi https://review.openstack.org/237948 | 13:11 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for heat https://review.openstack.org/237949 | 13:11 |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for horizon https://review.openstack.org/237950 | 13:11 |
sdake | groan | 13:13 |
sdake | i really didn't just want ot merge 40 fucking patches before tagging | 13:14 |
openstackgerrit | Steven Dake proposed openstack/kolla: Use openstack/requirements for ironic https://review.openstack.org/237951 | 13:18 |
openstackgerrit | Merged openstack/kolla: Pin Magnum in liberty branch https://review.openstack.org/237965 | 13:21 |
SamYaple | im about | 13:24 |
SamYaple | sdake: | 13:24 |
SamYaple | ahhh you guys merged all those patches | 13:25 |
SamYaple | no no | 13:25 |
pbourke | tag from the ref before the merges | 13:26 |
pbourke | ? | 13:26 |
SamYaple | the upper-constraints one | 13:26 |
mandre | uh? nothing on gerrit indicated we shouldn't merge those patches | 13:30 |
mandre | haven't checked #kolla before reviewing | 13:30 |
SamYaple | its my fault mandre | 13:31 |
SamYaple | i expected taging to happen first | 13:31 |
kproskurin | guys, it’s seems to ironic-pxe image build is broken too. http://fpaste.org/281901/34254144/ | 13:31 |
kproskurin | JFYI | 13:31 |
openstackgerrit | Merged openstack/kolla: Ironic binary shouldnt use upper-constraints https://review.openstack.org/237938 | 13:32 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Fix oslo.log pinning https://review.openstack.org/238073 | 13:34 |
SamYaple | sdake: ^^ that absolutely must merge | 13:34 |
SamYaple | if not logging and neutron are foobar | 13:34 |
sdake | ok guys | 13:34 |
sdake | jesus please stop merging patche | 13:34 |
sdake | s | 13:34 |
sdake | i am going to do a full rebuild | 13:35 |
SamYaple | yep | 13:35 |
sdake | no approvals on any patches | 13:35 |
sdake | sam please tell me what you think needs to be done | 13:35 |
SamYaple | except that one. its a requirement | 13:35 |
sdake | becaue I am beat | 13:35 |
sdake | and I hitt the wall about 6 hours ago | 13:35 |
SamYaple | go to bed then. ill handle this | 13:35 |
sdake | no i got it | 13:35 |
SamYaple | ill check everything thats merged | 13:35 |
sdake | i can build | 13:35 |
sdake | its easy | 13:35 |
sdake | ok get it merged | 13:35 |
sdake | tell me when done | 13:35 |
SamYaple | building isnt broken | 13:36 |
sdake | and i'll build | 13:36 |
SamYaple | its launching | 13:36 |
sdake | ok get the tree into a stable state and let me know when to pull the tag trigger | 13:36 |
sdake | we are doing it this morning please | 13:36 |
SamYaple | yup | 13:36 |
SamYaple | will do | 13:36 |
sdake | i just tested before al those patches went in and everything was working fantastically | 13:36 |
SamYaple | i should have -2 until tag | 13:37 |
mandre | sdake, you can still tag the ref you tested | 13:37 |
sdake | mandre i need patches after that ref | 13:37 |
sdake | they hadn't merged yet | 13:38 |
mandre | there is only the magnum pinning | 13:39 |
mandre | and we're not deploying magnum with ansible | 13:40 |
mandre | oh, ok i see | 13:40 |
sdake | the oracle patch | 13:40 |
sdake | was what iw as testing | 13:40 |
mandre | there is still https://review.openstack.org/#/c/237962/ | 13:40 |
mandre | still hasn't merged | 13:40 |
sdake | took me 1.5 hours to test it because my computers are afu because i am in the middel ofa 10gb upgrade | 13:41 |
SamYaple | mandre: yes that is why we cant tag | 13:41 |
SamYaple | but the constraints patch means the log patch must merge too | 13:41 |
sdake | right that is the only patch that was supposed to go in ;-) | 13:41 |
SamYaple | other wise its all borked | 13:41 |
SamYaple | i should have -2 the first patch in the series | 13:41 |
sdake | shit happens | 13:41 |
SamYaple | i have upstream patches to fix the requirements repo | 13:41 |
SamYaple | they havent merged yet | 13:41 |
sdake | lets get moving guys ;) | 13:41 |
sdake | its t-5 days late here | 13:41 |
sdake | lets just let em merge and dfix the mess | 13:42 |
sdake | they are all one liners | 13:42 |
sdake | so it shouldn't be too bad | 13:42 |
mandre | you can wait a long time, zuul hasn't picked your patch | 13:42 |
SamYaple | if someone else can ack this https://review.openstack.org/#/c/238073/ so its ready to merge once i finish testing | 13:42 |
sdake | looking | 13:42 |
sdake | oslo.log 1.12.1 is the one that is the non-busted one samyaple? | 13:43 |
SamYaple | yes | 13:43 |
sdake | cool patch looks good | 13:43 |
SamYaple | techinicall 1.12.0 and up | 13:43 |
SamYaple | but the upstream patch is for 1.12.1 | 13:44 |
*** dims has quit IRC | 13:45 | |
*** dims has joined #kolla | 13:46 | |
sdake | brb checking overlowing inbox | 13:46 |
sdake | week before summit = overload | 13:46 |
*** sdake_ has joined #kolla | 13:47 | |
*** dolpher has quit IRC | 13:48 | |
openstackgerrit | Merged openstack/kolla: Make Oracle Linux compatible with RDO https://review.openstack.org/237962 | 13:48 |
*** stvnoyes1 has joined #kolla | 13:49 | |
*** dolpher has joined #kolla | 13:49 | |
*** sdake has quit IRC | 13:51 | |
SamYaple | PSA: when deploying liberty update your /etc/kolla/kolla-build.conf | 13:54 |
SamYaple | otherwise you pull in master | 13:54 |
*** nihilifer has quit IRC | 13:55 | |
*** dwalsh has quit IRC | 13:55 | |
*** sdake_ has quit IRC | 13:57 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Fix oslo.log pinning https://review.openstack.org/238073 | 13:57 |
*** sdake has joined #kolla | 13:58 | |
SamYaple | you guys are all the best | 13:58 |
*** nihilifer has joined #kolla | 13:58 | |
SamYaple | +2 for all of you | 13:58 |
sdake | eh? | 13:59 |
SamYaple | -1 for sdake | 13:59 |
sdake | -5 for sdake | 13:59 |
SamYaple | :P | 13:59 |
mandre | just noticed it :) | 13:59 |
sdake | thats -5dake | 13:59 |
SamYaple | -5daque | 14:00 |
SamYaple | stupid tab complete | 14:00 |
sdake | lol | 14:00 |
sdake | is all hat is left for tag is a retest? | 14:01 |
*** CBR09 has quit IRC | 14:01 | |
SamYaple | yes | 14:03 |
*** achanda has joined #kolla | 14:05 | |
openstackgerrit | Merged openstack/kolla: Use openstack/requirements for ironic https://review.openstack.org/237951 | 14:06 |
*** achanda has quit IRC | 14:09 | |
*** jongchoi has joined #kolla | 14:09 | |
mandre | bed is calling me. good night | 14:11 |
*** sdake has quit IRC | 14:12 | |
*** daneyon has quit IRC | 14:12 | |
*** daneyon has joined #kolla | 14:14 | |
SamYaple | thanks mandre night | 14:14 |
*** dwalsh has joined #kolla | 14:14 | |
*** kjelly_ has joined #kolla | 14:23 | |
*** jongchoi has quit IRC | 14:28 | |
*** vinkman has joined #kolla | 14:41 | |
*** tfukushima has joined #kolla | 14:52 | |
*** tfukushima has quit IRC | 14:52 | |
*** diogogmt has joined #kolla | 15:12 | |
*** blahRus has joined #kolla | 15:17 | |
*** tfukushima has joined #kolla | 15:20 | |
*** cloudnautique has quit IRC | 15:29 | |
*** dims_ has joined #kolla | 15:31 | |
*** dolpher has quit IRC | 15:32 | |
*** dolpher has joined #kolla | 15:33 | |
*** dims has quit IRC | 15:35 | |
*** daneyon has quit IRC | 15:36 | |
*** tummy has joined #kolla | 15:41 | |
*** vbel has quit IRC | 15:48 | |
SamYaple | ok guys another ack here please https://review.openstack.org/#/c/238073/ , then we should be able to tag once testing is complete | 15:50 |
*** gfidente is now known as gfidente|afk | 15:51 | |
*** inc0 has joined #kolla | 15:57 | |
inc0 | hello, do we have meeting tonight? | 15:57 |
SamYaple | yes | 15:58 |
*** cloudnautique has joined #kolla | 16:00 | |
*** cloudnautique has quit IRC | 16:00 | |
*** cloudnautique has joined #kolla | 16:01 | |
openstackgerrit | Merged openstack/kolla: Fix oslo.log pinning https://review.openstack.org/238073 | 16:04 |
SamYaple | well that was a whole bunch of last minute merging | 16:05 |
*** exploreshaifali has joined #kolla | 16:05 | |
docaedo | yay for moving fast :) | 16:06 |
docaedo | This error (was trying to do all-in-one) probably means I'm missing a pre-req or something in my environment right? | 16:07 |
docaedo | # tools/kolla-ansible -i ansible/inventory/all-in-one -p ansible/site.yml deploy | 16:07 |
docaedo | Deploying Playbook : ansible-playbook -i ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml ansible/site.yml | 16:07 |
docaedo | ERROR: merge_configs is not a legal parameter in an Ansible task or handler | 16:07 |
docaedo | Command failed ansible-playbook -i ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml ansible/site.yml | 16:07 |
*** kjelly_ has quit IRC | 16:10 | |
*** inc0 has quit IRC | 16:12 | |
pbourke | ansible 1.9.4? | 16:12 |
*** inc0 has joined #kolla | 16:13 | |
docaedo | pbourke: yep, that's my problem for sure here .. I started from a clean Ubuntu 14 VM and was following the steps in docs which didn't specify a particular version of ansible, so just did apt-get install and hvae v1.5.4 | 16:15 |
pbourke | docaedo: try installing from pip. sorry I think there's a patch up to doc the versions better | 16:15 |
SamYaple | docaedo: merge_configs is a module i created for kolla | 16:16 |
bmace | i think usually doing something like a pip install -r requirements.txt and then test-requirements.txt should get in a decent place, or at least that is the intent of those files :) | 16:16 |
SamYaple | but you need ansible >=1.9.3 | 16:16 |
SamYaple | ansible is not in requirements.txt for licencing reasons i think | 16:17 |
docaedo | will get ansible via pip - it's not in rquirements ;) | 16:17 |
SamYaple | either way newer ansible and youll be good | 16:17 |
bmace | oh? that is sort of odd / too bad. it is certainly a main dependency :/ | 16:17 |
SamYaple | bmace: ansible is gplv3 so its a no go for openstack requirements.txt | 16:17 |
SamYaple | i dont make the rule | 16:18 |
pbourke | that is odd | 16:18 |
SamYaple | i barely follow them | 16:18 |
SamYaple | talk to sdake | 16:18 |
*** dolpher has quit IRC | 16:19 | |
*** tummy has quit IRC | 16:25 | |
*** jmccarthy has quit IRC | 16:25 | |
pbourke | SamYaple: dont suppose you ever encountered this on ubuntu? | 16:25 |
pbourke | $ docker logs rabbitmq | 16:25 |
pbourke | ERROR: epmd error for host myhost: address (cannot connect to host/port) | 16:25 |
*** tummy has joined #kolla | 16:26 | |
SamYaple | yea | 16:26 |
SamYaple | something something erlang cnat bind to an address | 16:26 |
SamYaple | which version of rabbitmq? | 16:26 |
pbourke | old one on oraclelinux, 3.4.1-1.0.1.el6 | 16:27 |
*** achanda has joined #kolla | 16:28 | |
pbourke | first time ive seen this though | 16:28 |
SamYaple | im pretty sure we made >=3.5.4 a requirement.... | 16:28 |
SamYaple | let me check if that was just master | 16:28 |
SamYaple | pbourke: https://github.com/openstack/kolla/commit/4527bb8074e65fa5e6d74559e0534799cd632666 | 16:29 |
SamYaple | yea we pinneded to 3.5.5 for centos in liberty | 16:29 |
SamYaple | are you sure you dont have that? | 16:29 |
pbourke | yeah I remember that one | 16:29 |
pbourke | actually I have on master too using the latest pkg. must be something with my host | 16:31 |
*** jasonsb has quit IRC | 16:32 | |
nihilifer | do we have meeting now? | 16:32 |
pbourke | same question | 16:33 |
SamYaple | yes | 16:35 |
*** dims_ has quit IRC | 16:36 | |
SamYaple | we are suppose to at least | 16:36 |
*** dims has joined #kolla | 16:36 | |
SamYaple | Give sdake a few minutes and then I suppose well cancel | 16:36 |
SamYaple | not seeing anyone eles around either | 16:37 |
inc0 | yeah, not too much of us | 16:37 |
bmace | rhallisey is sometimes a sub but i don't think sdake gave the agenda to anyone else, that i know of. | 16:37 |
inc0 | I guess because we'll see each other in less than a week | 16:37 |
*** cloudnautique has quit IRC | 16:37 | |
SamYaple | havent heard from rhallisey this morning | 16:37 |
SamYaple | you around ryan? | 16:37 |
*** exploreshaifali has quit IRC | 16:38 | |
*** CBR09 has joined #kolla | 16:39 | |
rhallisey | SamYaple, hey | 16:39 |
SamYaple | hey man | 16:39 |
rhallisey | I didn't hear from sdake | 16:39 |
SamYaple | didd sdake get you to sub todays meeting? | 16:39 |
SamYaple | ok | 16:39 |
SamYaple | its cool we can cancel it | 16:39 |
*** athomas has quit IRC | 16:39 | |
rhallisey | I don't know what we can go over tbh | 16:40 |
rhallisey | did we cut liberty | 16:40 |
SamYaple | actually let me check the agenda | 16:40 |
SamYaple | nope | 16:40 |
inc0 | sdake popped an email on openstack-dev suggesting that we did | 16:40 |
SamYaple | inc0: i am well aware | 16:40 |
SamYaple | ive been irratated at him for the past week for these reasons :P | 16:40 |
rhallisey | hehe | 16:40 |
SamYaple | all patches have landed that i know of | 16:41 |
SamYaple | all branches are working as far as i know | 16:41 |
rhallisey | I don't have anything to announce/discuss so unless anyone else does we can just cancel | 16:41 |
SamYaple | if you want to help do some testing against head of liberty | 16:41 |
SamYaple | when sdake gets up well tag | 16:41 |
rhallisey | bmace, did you have something you wanted to bring up | 16:41 |
bmace | rhallisey: i think sdake was going to talk about the cli, but that can probably wait for tokyo | 16:42 |
inc0 | well guys, going off then | 16:43 |
rhallisey | sounds good | 16:43 |
rhallisey | inc0, night | 16:43 |
SamYaple | night inc0 | 16:43 |
bmace | nite inc0 | 16:43 |
inc0 | cya all in few days | 16:44 |
rhallisey | anyone getting to tokyo early? | 16:44 |
SamYaple | ill be there sunday morning i believe | 16:44 |
SamYaple | let me check | 16:44 |
*** inc0 has quit IRC | 16:44 | |
rhallisey | I arrive Sat night | 16:44 |
*** jmccarthy has joined #kolla | 16:44 | |
rhallisey | going to try and get on the time | 16:44 |
pbourke | sun morning also | 16:45 |
SamYaple | i arrive 10:35PM 25OCT | 16:45 |
SamYaple | which is.... Sun | 16:45 |
SamYaple | so ill be there sun night | 16:46 |
rhallisey | I'm trying to wake up at like 5am every morning to start time zone adjustment | 16:46 |
SamYaple | everyone staying Shinagawa Prince? | 16:46 |
rhallisey | it's a struggle | 16:46 |
SamYaple | tell me about it rhallisey. im switching 3rd shift to first shift..... to third shift again :/ | 16:47 |
rhallisey | oh jeeze | 16:47 |
SamYaple | i said screw it ill sleep when im tired and drink when im not | 16:47 |
rhallisey | I'm also at shinagawa prince | 16:47 |
rhallisey | hehe | 16:47 |
docaedo | SamYaple: that works best in my experience | 16:47 |
pbourke | are we sticking to irc for comms over there? | 16:48 |
SamYaple | idk | 16:48 |
SamYaple | you guys have my number right? | 16:48 |
rhallisey | not sure | 16:49 |
pbourke | nope but I'll only have data for the week I think | 16:49 |
pbourke | apparently you can get data only sims | 16:49 |
SamYaple | pbourke: google chat group then? | 16:49 |
pbourke | yeah that works well | 16:49 |
SamYaple | irc notifications, not everyone can get them to thier phone | 16:49 |
pbourke | yeah irc not so mobile friendly | 16:50 |
pbourke | noone use whatsapp? | 16:50 |
pbourke | is it more of a european thing | 16:50 |
SamYaple | i dont like capitalist companies that sell out pbourke | 16:51 |
pbourke | SamYaple: fyi had to remove the 127.0.0.1 line from my /etc/hosts ... | 16:51 |
pbourke | google's not? | 16:51 |
rhallisey | I was going to use gchat | 16:51 |
SamYaple | that sounds familiar pbourke. something about resolving the wrong ip | 16:52 |
SamYaple | alright well you guys can reach my gchat at sam@yaple.net | 16:52 |
rhallisey | cool | 16:52 |
SamYaple | if someone wants to setup a hangout group ahead of time that probably be safest | 16:53 |
pbourke | trying to figure out how to do that now | 16:53 |
rhallisey | we can get an etherpad put our gmail accounts | 16:53 |
rhallisey | https://etherpad.openstack.org/p/summit-gchat | 16:55 |
SamYaple | i wonder if i will blend in there... | 16:56 |
rhallisey | i'll make a group if when we grab a few more | 16:58 |
SamYaple | oh yea i need to get cash and yen | 16:59 |
pbourke | picturing sdake passed out on his keyboard... | 16:59 |
SamYaple | thats a wierd thing to be picturing | 17:03 |
bmace | lol | 17:05 |
*** jmccarthy has quit IRC | 17:10 | |
rhallisey | lol | 17:11 |
*** jmccarthy has joined #kolla | 17:17 | |
*** jmccarthy has quit IRC | 17:21 | |
*** kfox1111 has quit IRC | 17:25 | |
*** kfox1111 has joined #kolla | 17:26 | |
*** jasonsb has joined #kolla | 17:28 | |
*** unicell has joined #kolla | 17:31 | |
*** CBR09 has quit IRC | 17:40 | |
*** exploreshaifali has joined #kolla | 17:40 | |
*** exploreshaifali has quit IRC | 17:53 | |
*** kproskurin has quit IRC | 17:54 | |
*** daneyon has joined #kolla | 17:57 | |
*** tummy has quit IRC | 17:57 | |
*** tfukushima has quit IRC | 17:59 | |
*** shardy is now known as shardy_afk | 18:02 | |
*** tfukushima has joined #kolla | 18:03 | |
*** dims has quit IRC | 18:03 | |
*** dims has joined #kolla | 18:04 | |
*** tfukushima has quit IRC | 18:07 | |
*** tummy has joined #kolla | 18:19 | |
*** tummy has quit IRC | 18:20 | |
*** exploreshaifali has joined #kolla | 18:31 | |
*** thumpba has quit IRC | 18:34 | |
*** tfukushima has joined #kolla | 19:04 | |
*** jasonsb has quit IRC | 19:04 | |
*** tfukushima has quit IRC | 19:09 | |
*** jasonsb has joined #kolla | 19:11 | |
*** daneyon has quit IRC | 19:14 | |
*** achanda has quit IRC | 19:16 | |
*** gfidente|afk has quit IRC | 19:20 | |
*** tummy has joined #kolla | 19:26 | |
*** tummy has quit IRC | 19:28 | |
*** shardy_afk is now known as shardy | 19:32 | |
*** thumpba has joined #kolla | 19:35 | |
*** apmelton has quit IRC | 19:37 | |
*** thumpba has quit IRC | 19:41 | |
*** openstackstatus has joined #kolla | 20:06 | |
*** ChanServ sets mode: +v openstackstatus | 20:06 | |
*** tummy has joined #kolla | 20:10 | |
*** tummy has quit IRC | 20:15 | |
*** achanda has joined #kolla | 20:16 | |
*** tummy has joined #kolla | 20:16 | |
*** tummy has quit IRC | 20:17 | |
*** dims has quit IRC | 20:18 | |
*** cloudnautique has joined #kolla | 20:18 | |
*** dims has joined #kolla | 20:18 | |
*** achanda has quit IRC | 20:22 | |
*** tummy has joined #kolla | 20:23 | |
*** tummy has quit IRC | 20:23 | |
*** tummy has joined #kolla | 20:27 | |
*** tummy has quit IRC | 20:28 | |
*** tummy has joined #kolla | 20:33 | |
*** sdake has joined #kolla | 20:35 | |
sdake | hi | 20:35 |
sdake | SamYaple is kolla ready for tag? | 20:35 |
sdake | sorry fell asleep | 20:35 |
*** sdake_ has joined #kolla | 20:36 | |
sdake_ | bmace about? | 20:40 |
*** sdake has quit IRC | 20:40 | |
bmace | hey sdake :) | 20:41 |
*** achanda has joined #kolla | 20:42 | |
*** sdake_ is now known as sdake | 20:44 | |
*** achanda has quit IRC | 20:46 | |
*** cloudnau_ has joined #kolla | 20:50 | |
*** cloudnautique has quit IRC | 20:53 | |
*** shardy has quit IRC | 20:54 | |
*** achanda has joined #kolla | 20:57 | |
*** dwalsh has quit IRC | 20:58 | |
*** sdake has quit IRC | 20:58 | |
*** sdake has joined #kolla | 20:59 | |
docaedo | Question about building and deploying locally - I ran build, it worked and pushed everything (except for ironic-px) up to my registry | 21:00 |
*** tpot has joined #kolla | 21:00 | |
docaedo | but when I run the all in one example, it is looking for images tagged 1.0.0-liberty .. do I change openstack_release in the group_vars/all.yml file? Or would I need to tag all those images or something? | 21:01 |
*** cloudnau_ has quit IRC | 21:04 | |
*** tfukushima has joined #kolla | 21:05 | |
*** cloudnautique has joined #kolla | 21:09 | |
*** tummy has quit IRC | 21:10 | |
*** achanda has quit IRC | 21:10 | |
*** jongchoi_ has joined #kolla | 21:11 | |
docaedo | changing openstack_release to latest makes the magic start to happen :) | 21:24 |
sdake | ya you have to do that atm | 21:34 |
sdake | change globals.yaml | 21:34 |
sdake | there is a releae tag in there | 21:34 |
docaedo | sdake: got it, thanks | 21:35 |
docaedo | So close! | 21:36 |
docaedo | TASK: [common | Starting log_data container] ********************************** | 21:36 |
docaedo | failed: [localhost] => {"failed": true, "parsed": false} | 21:36 |
docaedo | [...] | 21:36 |
docaedo | KeyError: 'ExposedPorts' | 21:36 |
docaedo | (that happens every time, multiple tries) | 21:37 |
vinkman | That is a docker 1.8.3 thing, | 21:40 |
*** tpot has quit IRC | 21:40 | |
vinkman | Sam Yaple has created a patch which we picked up for our Ansible RPM, you can apply the patch by hand to your deployment node to get around that though… | 21:42 |
docaedo | wheee! so fun having all kinds of little version mismatches (just today I got bit by novaclient==2.32.0) | 21:42 |
docaedo | patch would be nice, can you point me to it? Might be easier than downgrading docker to a previous version | 21:43 |
bmace | perhaps slightly better than downloading the rpms by hand from rpmfind like we did 15 years ago, but not much :/ | 21:43 |
docaedo | (oh I'm doing this on ubuntu, but that probably doesn't matter for the patch) | 21:44 |
sdake | docaedo we are hard pinned to docker 1.8.2 unfortuatenlly | 21:47 |
sdake | docker 1.8.3 had a api change in a stable branch | 21:47 |
sdake | which broke everything that depended on the api | 21:47 |
docaedo | ah ok, that's too bad about that breakage. that's what we get for working in opensource ;) | 21:48 |
sdake | docaedo if your on an rpm system, you cn find the rpms location by looking at etcyum.repos.d/docker-engine.repo | 21:48 |
sdake | in that directory is a http url and docker 1.8.2 is located there | 21:48 |
sdake | you also need ansible 1.9.4 | 21:48 |
docaedo | I'm not on RPM, I have never been able to make myself like the OS's that use the RPMs, I stick with debs whenever possible | 21:49 |
vinkman | Patch info: https://github.com/ansible/ansible-modules-core/pull/2258/commits | 21:49 |
docaedo | but this should be easier enough to sort out I think | 21:49 |
docaedo | oh yeah just patching those two lines in docker should get me back in shape | 21:50 |
*** unicell1 has joined #kolla | 22:01 | |
*** jongchoi_ has quit IRC | 22:02 | |
*** unicell has quit IRC | 22:02 | |
*** jongchoi_ has joined #kolla | 22:06 | |
*** thumpba has joined #kolla | 22:07 | |
*** cloudnautique has quit IRC | 22:09 | |
*** cloudnautique has joined #kolla | 22:09 | |
*** jongchoi_ has quit IRC | 22:10 | |
sdake | 1.0.0-liberty is tagged | 22:13 |
sdake | enjoy | 22:13 |
docaedo | nice work! | 22:13 |
docaedo | close again :) Is this a common issue? (So far all the things I've hit, you guys have known immediately what to do, keeping my fingers crossed) | 22:19 |
docaedo | TASK: [common | Starting log_data container] ********************************** | 22:19 |
docaedo | failed: [localhost] => {"changed": false, "failed": true} | 22:19 |
docaedo | msg: Docker API Error: image ID '' is invalid | 22:19 |
*** sdake_ has joined #kolla | 22:22 | |
sdake_ | docaedo are you deploying with pull_policy: missing | 22:23 |
*** dolpher has joined #kolla | 22:23 | |
sdake_ | fwiw i haven't seen that error before | 22:23 |
docaedo | quite possibly am deploying that way | 22:23 |
docaedo | I'll try setting to "always" | 22:24 |
*** sdake has quit IRC | 22:24 | |
*** diogogmt has quit IRC | 22:24 | |
docaedo | ok that didn't help :) | 22:25 |
* sdake_ looks down the barrell of a 45k amex bill | 22:30 | |
* sdake_ groans | 22:30 | |
sdake_ | boy my wife can shop! | 22:31 |
vinkman | wow… did she buy a car on her credit card… | 22:32 |
sdake_ | H&B | 22:36 |
sdake_ | docaedo i have noticed kolla doesn't seem to work without a private registry when i tried the last couple of days | 22:36 |
sdake_ | i think a regression in one of the upstream ansible modules | 22:36 |
*** jasonsb has quit IRC | 22:37 | |
sdake_ | nothing to do with kolla specifically | 22:37 |
docaedo | I do have a private registry though, and built everything first. all success except for ironic-px (or something close to that) | 22:37 |
sdake_ | wht build command did you use | 22:37 |
*** thumpba has quit IRC | 22:38 | |
docaedo | python tools/build.py --registry 192.168.123.42:5000 --base ubuntu --type source --push | 22:38 |
sdake_ | i did succesfullly deplooy centos and oracle linux this morning | 22:38 |
docaedo | then trying to deploy with | 22:38 |
docaedo | tools/kolla-ansible -i ansible/inventory/all-in-one -p ansible/site.yml deploy | 22:38 |
sdake_ | run your registry on port 4000 | 22:39 |
docaedo | guess I could change the base to centos just for playing around | 22:39 |
sdake_ | i think keystone nd your registry aregetting mixed up | 22:39 |
docaedo | registry is on a different server though | 22:39 |
sdake_ | paste your globals.yml file plz | 22:39 |
sdake_ | are you running docker iwth --insecure-registery 192.168.168.123.42;5000? | 22:40 |
docaedo | yes, running docker with that | 22:40 |
docaedo | kolla_base_distro: "ubuntu" | 22:40 |
docaedo | kolla_install_type: "source" | 22:40 |
docaedo | kolla_internal_address: "192.168.122.200" | 22:40 |
docaedo | docker_registry: "192.168.123.42:5000" | 22:41 |
docaedo | docker_pull_policy: "always" | 22:41 |
docaedo | network_interface: "eth0" | 22:41 |
docaedo | neutron_external_interface: "eth1" | 22:41 |
docaedo | openstack_release: "latest" | 22:41 |
docaedo | (globals.yml) | 22:41 |
sdake_ | set the true to false | 22:41 |
sdake_ | the secure registry option | 22:41 |
sdake_ | 200 is an unused address in your network correct? | 22:41 |
docaedo | unused address, correct | 22:42 |
*** thumpba_ has joined #kolla | 22:42 | |
*** jasonsb has joined #kolla | 22:42 | |
docaedo | you mean set this? docker_insecure_registry: "True" | 22:43 |
sdake_ | docker-py version? | 22:43 |
sdake_ | pip show docker-py | 22:43 |
sdake_ | yes set that to true | 22:43 |
docaedo | Version: 1.5.0 | 22:43 |
sdake_ | tools/cleanup-containers -fv | 22:44 |
sdake_ | kolla-ansible deploy | 22:44 |
*** thumpba_ has quit IRC | 22:44 | |
sdake_ | leae all the other options off | 22:44 |
docaedo | got it | 22:44 |
docaedo | exact same error :/ | 22:45 |
docaedo | TASK: [common | Starting log_data container] ********************************** | 22:45 |
docaedo | failed: [localhost] => {"changed": false, "failed": true} | 22:45 |
docaedo | msg: Docker API Error: image ID '' is invalid | 22:45 |
sdake_ | ps -ef | grep docker | 22:46 |
docaedo | root 801 1 0 15:15 ? 00:00:02 /usr/bin/docker daemon --insecure-registry 192.168.123.42:5000 | 22:47 |
sdake_ | kernel version is livid ? | 22:48 |
*** thumpba has joined #kolla | 22:48 | |
sdake_ | are you using btrfs? | 22:50 |
sdake_ | my best guess is your docke registry version is busted | 22:50 |
docaedo | ubuntu 14.04 Trusty .. | 22:50 |
sdake_ | oh well you need to run the correct kernel | 22:51 |
sdake_ | 14.04 doesn't work out of the box | 22:51 |
docaedo | ah got it - "apt-get install linux-image-generic-lts-vivid" would be the instruction to follow here | 22:52 |
sdake_ | yup thats the one | 22:53 |
sdake_ | without that, your built images wlil be busted | 22:53 |
sdake_ | you will probably unfortunately have to rebuild | 22:53 |
*** tpot has joined #kolla | 22:53 | |
docaedo | ah ok cool - will re-build the images now, no biggie | 22:54 |
docaedo | nice thing to kick off and check back on later :) | 22:54 |
docaedo | appreciate your help too, I know you have a lot on your plate pre-summit and all ;) | 22:54 |
docaedo | looking forward to saying hi in Tokyo | 22:55 |
*** thumpba has quit IRC | 22:55 | |
*** thumpba has joined #kolla | 22:58 | |
*** thumpba has quit IRC | 23:04 | |
*** diogogmt has joined #kolla | 23:06 | |
sdake_ | agree docaedo | 23:11 |
*** diogogmt has quit IRC | 23:12 | |
*** mfalatic has quit IRC | 23:22 | |
*** dims_ has joined #kolla | 23:29 | |
*** dims__ has joined #kolla | 23:31 | |
*** dims has quit IRC | 23:31 | |
*** sdake_ has quit IRC | 23:33 | |
*** dims_ has quit IRC | 23:34 | |
*** exploreshaifali has quit IRC | 23:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!