*** breitz has quit IRC | 00:03 | |
*** adrian_otto has joined #openstack-kolla | 00:03 | |
*** erhudy has quit IRC | 00:10 | |
*** salv-orl_ has joined #openstack-kolla | 00:10 | |
*** Pavo has joined #openstack-kolla | 00:12 | |
*** salv-orlando has quit IRC | 00:13 | |
openstackgerrit | Balaji G Pattewar proposed openstack/kolla-kubernetes master: Helm charts for heat-create-db and heat-manage-db https://review.openstack.org/414496 | 00:18 |
---|---|---|
*** adrian_otto has quit IRC | 00:21 | |
sdake | bpattewar_ looks like our cell phone isn't working now :) | 00:26 |
sdake | bpattewar_ tech ftw! | 00:26 |
sdake | bpattewar_ - ok so you have a patch which loks good at passing the gate | 00:26 |
*** jmccarthy has joined #openstack-kolla | 00:26 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 00:28 |
*** eaguilar has quit IRC | 00:31 | |
sdake | jascott1 around? | 00:33 |
*** lamt has joined #openstack-kolla | 00:38 | |
sbezverk_ | sdake: so for ironic, do you think we need a dedicated gate job? | 00:42 |
sdake | i think at some point that makes sense, although right now i think not | 00:43 |
sdake | ironic isn't part of compute kit and may or may not be something we demo at summit | 00:43 |
sdake | if we demo it at openstack summit we will probably wanta gate job for it :) | 00:43 |
sdake | that way we know it works for certain | 00:44 |
sbezverk_ | ok, we need then to decide what would be a criteria to quality of the code before it gets merged, since we cannot really test functionality right away | 00:44 |
sdake | i'd be happy with gating the helm install and control plane aspects though in the shor tterm | 00:44 |
sdake | bpattewar_ is working on heat, and the heat gate simply helm installs - I think that is sufficient | 00:45 |
sbezverk_ | sdake: I think when all ironic code in I should be able to build a dedicated gate relatively quick.. | 00:45 |
*** goldyfruit has quit IRC | 00:45 | |
kfox1111 | yeah. I'm ok with it going in so long as sbezverk promices to write tests soon. I trust him. :) | 00:46 |
kfox1111 | some really low hanging fruit though might be nice to cover soonish, like simply doiong a 'ironic list' or whatever their 'nova list' eqiv is, to see that the api is working and talking to the db. | 00:47 |
kfox1111 | and that its talking to keystone. | 00:47 |
*** financeMann has quit IRC | 00:48 | |
*** lamt has quit IRC | 00:49 | |
sbezverk_ | kfox1111: sure thing, it would be fun actually to provision VM in the gate using ironic ;) | 00:49 |
kfox1111 | :) | 00:50 |
sbezverk_ | kfox1111: as long as infra can give two VM for the job | 00:50 |
sdake | sbezverk_ i think the provisoiing vms in the gate would be cool as a seprate gate job - since it takes awhile | 00:50 |
kfox1111 | I think we can do it the same way as we are testing nova vm's. | 00:50 |
sdake | sbezverk_ for that you can use nested virt | 00:50 |
kfox1111 | just instead of nova running libvirt, | 00:50 |
sdake | sbezverk_ we can borrow/beg/steal the ironic gating mechanism | 00:50 |
sbezverk_ | kfox1111: do you know if there is way to run a specific experimental job, not all of them? | 00:50 |
kfox1111 | we launch a vm in libvirt directly. | 00:50 |
kfox1111 | sbezverk_: not that I know of. :/ | 00:50 |
sdake | sbezverk_ its all or nothign on experimental | 00:50 |
*** ccrouch has quit IRC | 00:51 | |
kfox1111 | very cool: https://github.com/fission/fission/pull/90/files | 00:51 |
sdake | one thing to keep in mind is all thes eprojects have their own gating, it odesn't make a ton of sense to duplicate their gating efforts | 00:51 |
kfox1111 | though their templates need some work.... | 00:51 |
sbezverk_ | sdake: :( in this case if it takes time, other experimental jobs will be delayed | 00:51 |
*** yuanying has joined #openstack-kolla | 00:51 | |
sdake | what we need to gate is our helm install and basic control plane functionality | 00:51 |
sdake | the complex gating we can leave to the individual projects | 00:51 |
kfox1111 | sdake: yes/no. :) we don't need to functionally test all of ironic. but we do need to retest parts they test if it involves how we plumb the parts together. | 00:52 |
sdake | sbezverk_ yup - not sure where the concern comes frmo other then you are using the gate as a development workflow - which is wrong imo :) | 00:52 |
kfox1111 | yeah. | 00:52 |
sdake | kfox1111 totally agree | 00:52 |
sdake | i htink if we quoted kfox1111 on that, that would make a good statement of what kolla-kubernetes's gates requirements are | 00:52 |
kfox1111 | sdake: I disagree. the gate is the ultimate dev workflow I think, as all devs are equil to the gate. | 00:52 |
sbezverk_ | sdake: well, how I am supposed to test behavier in the gate if I do not run it in the gate?!?!? | 00:53 |
kfox1111 | I am no more special when submitting code then someone else, as I don't have any special secret sauce in the dev env. | 00:53 |
sdake | sbezverk_ the idea is to test both :) | 00:53 |
sdake | locally first -then gate second prior to finishing the job on the patch | 00:53 |
sdake | depending on gating for all work really slows down velocity | 00:53 |
sdake | we *MUST* optimize for velocity | 00:53 |
kfox1111 | sdake: yeah, thats one aproach. I just follow a diffrent phylosophy there. | 00:53 |
kfox1111 | sdake: If I followed that phylosophy though, the gate would proably be pretty basic/painful to debug anything in. | 00:54 |
*** sdake has quit IRC | 00:54 | |
kfox1111 | being forced to live with it for a while, I made sure loggig was very extensive. :) | 00:54 |
kfox1111 | and any new dev gets to reuse that tooling. | 00:55 |
sbezverk_ | kfox1111: +1 running in the gate right away, give better quality and less error when you consolidate PS with corresponding gate piece | 00:55 |
kfox1111 | yeah. :) | 00:55 |
*** sdake has joined #openstack-kolla | 00:55 | |
sdake | [17:54:17] <sdake>just got OTP with bpattewar_ - he is doing heat | 00:55 |
sdake | [17:54:23] Disconnected | 00:55 |
sdake | [17:54:24] <sdake>and he found a problem with the gating - so he needed to fix that | 00:55 |
sdake | he did ask "how do I test this locally" to which the answer was use "bmace's dev env" | 00:56 |
sdake | both techniques are needed not just one | 00:56 |
kfox1111 | I agree. but I prefer the latter. | 00:56 |
sdake | nobody forces you to do both :) | 00:56 |
sdake | it is clear w eneed to have a gate as a mandatory step | 00:56 |
sdake | many devs (to speed up their workflow) need a local env- and that is why we have one :) | 00:56 |
kfox1111 | yup. but you were expounding the virtues of the former. I'm just doing the same with the latter. | 00:56 |
sdake | doing git review and watching paint dry on gerrit for 30 minutes is painful | 00:57 |
sbezverk_ | as long as infra do not charge per push, I would continue using latter too ;) | 00:57 |
sdake | kfox1111 i think we are in complete agreement | 00:57 |
sdake | if we disagree about anything its about the benefits of each approach | 00:57 |
kfox1111 | yup. :) | 00:58 |
sdake | however, both have benefits | 00:58 |
kfox1111 | yup. | 00:58 |
sdake | so we don't disagre eas I said :) | 00:58 |
sdake | did inc0 publish the remote access information yet? | 00:58 |
sdake | we got a whole lotta cores needing remot eaccess - and they dont have it | 00:59 |
sbezverk_ | nope :( he does not want to hear us ;) | 00:59 |
sdake | i'm sure he is just swamped | 00:59 |
*** lamt has joined #openstack-kolla | 00:59 | |
sdake | i will publish some webex links, and send and cc inc0 on the ml if he wants to change the remote access method to metnion it on the mailing list | 01:00 |
*** financeMann has joined #openstack-kolla | 01:00 | |
sdake | because I think people are becoming concerned about how remote access will be provided | 01:00 |
*** salv-orl_ has quit IRC | 01:00 | |
sdake | otherwise as a core reviewer, I'll take some of the load off inc0 and do the job of getting our remote access rolling :) | 01:01 |
*** bpattewar_ has quit IRC | 01:01 | |
sdake | "who greenlit the launch?" | 01:02 |
sdake | "Who are turning the keys? | 01:02 |
sdake | "The men are!" | 01:02 |
sdake | if you can decode that, your smarter then me :) | 01:02 |
*** Pavo has quit IRC | 01:04 | |
sdake | sbezverk_ what the hell is MVP in webex? | 01:07 |
*** Pavo has joined #openstack-kolla | 01:07 | |
bmace | most valuable, um.. presenter? :) | 01:08 |
*** lamt has quit IRC | 01:10 | |
*** sdake has quit IRC | 01:11 | |
*** sdake_ has joined #openstack-kolla | 01:11 | |
*** sdake has joined #openstack-kolla | 01:15 | |
*** sdake_ has quit IRC | 01:16 | |
*** sdake_ has joined #openstack-kolla | 01:16 | |
sdake_ | [18:13:05] <sdake_>bmace WTB DOCS for how the world works :) | 01:17 |
*** sdake has quit IRC | 01:19 | |
bmace | sdake_: hard to know, just like any amazingly complex system run by an unimaginably complex AI | 01:19 |
sdake_ | yup - the matrix didn't have it quite right ;) | 01:20 |
sdake_ | still believe Mr. Smith was spot on in many of his one liners :) | 01:21 |
bmace | sdake_: agreed, and yeah, the matrix part that was silly is that they used humans for energy, like they couldn't just tap the earths core or some other approach that would avoid needing to deal with fleshbags. | 01:21 |
*** lamt has joined #openstack-kolla | 01:22 | |
sdake_ | right :) | 01:22 |
sdake_ | oh well it was still a magnum opus for the 2000 era :) | 01:22 |
bmace | the first of the three was certainly a classic imo | 01:23 |
sbezverk_ | bmace: I like all three :) my favorit movie of all times ;) | 01:24 |
sdake_ | I used to most self-identify with neo | 01:24 |
sdake_ | now I most self-identify with morpheus | 01:24 |
sbezverk_ | I like the french guy :) | 01:25 |
sbezverk_ | he is there forever, no matter who or what | 01:25 |
openstackgerrit | Marcus Williams proposed openstack/kolla master: Add OpenDaylight Container to kolla https://review.openstack.org/416369 | 01:26 |
sbezverk_ | and we share love to good red wine ;) | 01:26 |
sdake_ | ya the frenchmen rocks | 01:27 |
*** unicell has quit IRC | 01:27 | |
sdake_ | sbezverk_ hopefully you share the same love of the french language for swearing :) | 01:27 |
sdake_ | english sweearing is so crude :( | 01:28 |
sbezverk_ | sdake_: unfortunately it is much easier for me to do it in russian, double benefit, you express your anger and nobody understand so nobody upset ;) | 01:29 |
openstackgerrit | Marcus Williams proposed openstack/kolla-ansible master: Add OpenDaylight role https://review.openstack.org/416367 | 01:30 |
sdake_ | lol | 01:30 |
Pavo | You guys see the Openstack Security Ansible role that was added recently? | 01:30 |
* sdake_ imagines sbezverk_ hitting the mute button and swearing furiously in russian :) | 01:31 | |
sdake_ | sbezverk_ the only problem there is while people may not be fluent in russian they may be fluent in google translate :) | 01:32 |
sdake_ | speaking of fluent, whats happenign with fleuntd in kolla-kubernetes | 01:32 |
sdake_ | pavo haven't seen it - mind giving a tldr on it | 01:34 |
Pavo | STIGs for Ubuntu 14.04 and CentOS 7 are done | 01:35 |
Pavo | also Ubuntu 16.04 | 01:36 |
Pavo | https://github.com/openstack/openstack-ansible-security | 01:36 |
sdake_ | ya major is a good human with a mastery of security concepts | 01:37 |
sdake_ | probably something useful in there to reuse | 01:37 |
sbezverk_ | sdake_: fluentd needs to be converted in helm | 01:37 |
sdake_ | finding the meedle in the haystack may prove difficult - pavo if you could make an etherpad of the key points that would be cool | 01:37 |
sdake_ | sbezverk_ that should be easy enough then thanks :) | 01:37 |
*** harlowja has quit IRC | 01:38 | |
financeMann | yo inc0 the install you did, will that survive reboots | 01:38 |
financeMann | that you helped me with | 01:38 |
Pavo | I have almost gotten it done for my kolla deployment on my stack to a usable state | 01:38 |
sdake_ | pavo any chance you could document what you ahve done in somethign lightweight? | 01:38 |
Pavo | sure can | 01:39 |
sdake_ | security is big in my mind for openstack | 01:39 |
sdake_ | thansk pavo | 01:39 |
sdake_ | recommend sending the etherpad to the ml as al ink | 01:39 |
sdake_ | Pavo that way people can see what the key things are needed and we can turn em into blueprints and people can self-assign the work | 01:39 |
Pavo | will hit you up once I get it working | 01:39 |
Pavo | a few of the STIGs broke the stack on CentOS 7 because of the way the docker containers are being ran | 01:40 |
Pavo | ie.... privleged | 01:40 |
*** lamt has quit IRC | 01:41 | |
Pavo | trying to figure a work around | 01:41 |
sdake_ | bmace can you change the version from 0.5.0 to 0.6.0 in the tree | 01:42 |
sdake_ | bmace for a script to do this -check out : https://review.openstack.org/#/c/423973/ | 01:42 |
sdake_ | takes about 5 minutes | 01:42 |
sdake_ | now is a good time since we just released | 01:42 |
sdake_ | we should be doing this right after a release, not in the middle or near the end | 01:43 |
sdake_ | before we were doing at the nd, this time in the middle, i'd like to do at beginning now :) | 01:43 |
*** lamt has joined #openstack-kolla | 01:43 | |
openstackgerrit | Merged openstack/kolla master: build: sort list of built/failed images before printing https://review.openstack.org/432774 | 01:46 |
sbezverk_ | kfox1111: I need to download logs from zuul, as I would like to grep through all logs for a patter, cannot od it in the browser. Do you know how I could download ALL logs from zuul location? | 01:47 |
*** harlowja has joined #openstack-kolla | 01:52 | |
sdake_ | sup harbie | 01:52 |
sdake_ | harlowja | 01:52 |
harlowja | sdake_ hey yo | 01:53 |
sdake_ | is finedog still fine or melting? | 01:53 |
harlowja | ? | 01:53 |
harlowja | lol | 01:53 |
sdake_ | harlowja http://gunshowcomic.com/comics/20130109.png | 01:54 |
harlowja | well a friend is saying the damn may break in south south san jose | 01:54 |
harlowja | lol | 01:54 |
harlowja | so that's not good | 01:54 |
sdake_ | oh i heard you are having storms locally | 01:54 |
sdake_ | well may I wish you well that the damn doesn't break and also your hotdogs dont melt :) | 01:55 |
sdake_ | if your hotdogs start to melt, let us know, and we can see what we can do to fix it :) | 01:56 |
harlowja | lol | 01:56 |
harlowja | can u look over https://review.openstack.org/#/c/411534/ | 01:56 |
harlowja | that will make 1 patch go away :-P | 01:56 |
harlowja | we are using this to get our jenkins job information (a json file) (and our custom pip.conf) into the images | 01:57 |
harlowja | getting it in would be nice :) | 01:58 |
harlowja | i was using the plugins archive concept | 01:58 |
harlowja | but when u do that, neutron thinks things that arent plugins are, lol | 01:58 |
sdake_ | harlowja uqick q | 02:01 |
sdake_ | harlowja does this require changing all of the dockerfiles? | 02:01 |
harlowja | nope | 02:02 |
sdake_ | cool | 02:02 |
sdake_ | +2 incoming | 02:02 |
harlowja | i gotta throw up more of the jenkins stuff that i and others have been doing | 02:02 |
sdake_ | just decoding the python :) | 02:02 |
*** lamt has quit IRC | 02:02 | |
harlowja | u didn't chime in on the puppet/chef thread :-P | 02:02 |
harlowja | don't forget to, lol | 02:03 |
sdake_ | harlowja i guess i missed that | 02:03 |
harlowja | ah, one sec | 02:03 |
sdake_ | harlowja got a subject for me? | 02:03 |
harlowja | http://lists.openstack.org/pipermail/openstack-dev/2017-February/112319.html | 02:03 |
harlowja | that whole thread lol | 02:03 |
sdake_ | been busy this week with a 2 hour seminar | 02:03 |
sdake_ | whole thread- groan sounds like hours of reading :) | 02:03 |
harlowja | well its an intersting one about chef and puppet teams not feeling able to keep up with the big-tent | 02:03 |
harlowja | and how nobody can agree on a distribution mechanism | 02:04 |
harlowja | and how nobody can agree on a packaging mechanism | 02:04 |
harlowja | blah blah | 02:04 |
harlowja | idk if the kolla docker files could actually end up in each project (perhaps not desireable idk) | 02:05 |
openstackgerrit | Marcus Williams proposed openstack/kolla master: Add OpenDaylight Container to kolla https://review.openstack.org/416369 | 02:06 |
*** ssurana has quit IRC | 02:07 | |
openstackgerrit | Marcus Williams proposed openstack/kolla master: Add OpenDaylight Container to kolla https://review.openstack.org/416369 | 02:08 |
sdake_ | harlowja i have been reading thread - let me get through it | 02:09 |
sdake_ | I like doug's approach | 02:09 |
harlowja | kk | 02:09 |
sdake_ | although not done with thread yet | 02:09 |
harlowja | dougs market forces? | 02:09 |
sdake_ | i haven't got that far? | 02:09 |
harlowja | nm | 02:09 |
sdake_ | the one about cross project liasons doing the work | 02:09 |
harlowja | don't want to spoil it for u | 02:09 |
harlowja | lol | 02:09 |
sdake_ | ok :) | 02:09 |
sdake_ | ian seems spot on | 02:10 |
harlowja | damn, now i gotta go re-read part | 02:10 |
*** Pavo has quit IRC | 02:13 | |
sdake_ | still in siagon! | 02:13 |
openstackgerrit | Borne Mace proposed openstack/kolla-kubernetes master: Updated version number from 0.5.0 to 0.6.0 https://review.openstack.org/435635 | 02:14 |
sdake_ | I'll shut up now. I'm old - it's time for a nap. | 02:16 |
sdake_ | feeling this way myself :) | 02:16 |
harlowja | :-P | 02:17 |
harlowja | don't forget your pills | 02:17 |
sdake_ | no shit harlowja | 02:19 |
harlowja | and if u fall over | 02:19 |
harlowja | call 911 | 02:19 |
harlowja | don't forget it | 02:19 |
*** vcn has joined #openstack-kolla | 02:20 | |
sdake_ | bmace i was wrong, it will take more then 5 minutes | 02:20 |
bmace | unacceptable :) | 02:20 |
bmace | aaah... bad script :P | 02:21 |
* sdake_ fires sdake | 02:21 | |
sdake_ | ok back to the thread ;) | 02:21 |
bmace | i'll go look at the rest to make sure nothing else snuck in like that | 02:22 |
openstackgerrit | Borne Mace proposed openstack/kolla-kubernetes master: Updated version number from 0.5.0 to 0.6.0 https://review.openstack.org/435635 | 02:22 |
sdake_ | harlowja i don't understand this point - mind parsing: | 02:22 |
sdake_ | We also have packaging teams that repeatedly denegrate others who | 02:22 |
sdake_ | create derivatives of their work while discouraging and denigration | 02:22 |
sdake_ | others' participation. I think that coordination will be hard until | 02:22 |
sdake_ | those packagers learn the hard lessons of their harmful actions. | 02:22 |
*** vcn has quit IRC | 02:24 | |
harlowja | ya, i don't know about that one either | 02:24 |
harlowja | some bad feelings somewhere | 02:24 |
sdake_ | ya who knwos | 02:25 |
harlowja | not sure where though | 02:25 |
bmace | looks like that was the only bad change | 02:25 |
sdake_ | not sure what thats about | 02:25 |
sdake_ | bmace yup i reviewed the whole thing :) | 02:25 |
sdake_ | all 100 lines of it | 02:25 |
harlowja | everyone is peace and love in openstack sdake_ | 02:25 |
harlowja | more love than peace sometimes | 02:25 |
harlowja | lol | 02:25 |
sdake_ | or love and war :) | 02:25 |
sdake_ | so doug is spot on here: | 02:25 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 02:25 |
openstackgerrit | Marcus Williams proposed openstack/kolla master: Add OpenDaylight Container to kolla https://review.openstack.org/416369 | 02:25 |
sdake_ | When we signed off on the Big Tent changes we said competition | 02:25 |
sdake_ | between projects was desirable, and that deployers and contributors | 02:25 |
sdake_ | would make choices based on the work being done in those competing | 02:25 |
sdake_ | projects. Basically, the market would decide on the "optimal" | 02:25 |
sdake_ | solution. It's a hard message to hear, but that seems to be what | 02:25 |
sdake_ | is happening. | 02:25 |
harlowja | no i get that | 02:25 |
harlowja | i don't like it though | 02:25 |
harlowja | it doesn't feel optimal | 02:25 |
harlowja | darwin though would be proud | 02:26 |
harlowja | lol | 02:26 |
*** sp__ has joined #openstack-kolla | 02:27 | |
sdake_ | darwin didn't have it quite right just as the matrix didn't have it quite right | 02:27 |
sdake_ | but he was very close :) | 02:27 |
harlowja | the problem with such idea imho is that the market isn't just openstack | 02:27 |
harlowja | if the world was all just openstack | 02:27 |
harlowja | then sure, evolution will just happy | 02:27 |
harlowja | just like in jurrasic park, nature has a way | 02:27 |
harlowja | *just happen | 02:28 |
harlowja | so idk, it doesn't feel right, though i do get the market theory and evolution and blah blah | 02:28 |
*** mahadev_ has joined #openstack-kolla | 02:29 | |
sdake_ | have a hard time parsing this one liner: This. | 02:30 |
sdake_ | We got much better at adding new things to OpenStack. We need to get better at letting go of old things. | 02:30 |
harlowja | afaik its the connection to the same market forces thing | 02:30 |
harlowja | i think old in this case means didn't work out? | 02:31 |
harlowja | or just means put them in a retirement home, lol | 02:31 |
harlowja | u pick | 02:31 |
*** saneax is now known as saneax-_-|AFK | 02:31 | |
sdake_ | nm - ed made it mroe clear | 02:32 |
sdake_ | in a follow up post | 02:32 |
harlowja | ya | 02:32 |
sdake_ | harlowja I hear this loud and clear: http://lists.openstack.org/pipermail/openstack-dev/2017-February/112396.html | 02:34 |
harlowja | i've been heard! | 02:34 |
harlowja | lol | 02:34 |
sdake_ | harlowja ever watched the documentary "Conscience Capitalism?" | 02:34 |
harlowja | don't think so | 02:34 |
harlowja | good one? | 02:34 |
sdake_ | 1 hr of your life - worth watching | 02:34 |
harlowja | kk | 02:34 |
harlowja | adding note to self | 02:35 |
sdake_ | doug's argument is about free market capitalism | 02:35 |
harlowja | ya, it is | 02:35 |
harlowja | (or something like that) | 02:35 |
sdake_ | the world is heading towards conscience capitalism, however it is very slow going | 02:35 |
harlowja | is that the capitalism that doesn't have to go through the screw over people phase? | 02:36 |
harlowja | lol | 02:36 |
harlowja | maybe more like star trek or something | 02:36 |
harlowja | once we get free and cheap energy | 02:36 |
harlowja | that will tip this all over, ha | 02:36 |
harlowja | come onnn fusion | 02:36 |
harlowja | lol | 02:36 |
*** sdake has joined #openstack-kolla | 02:40 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Option "use_neutron" from group "DEFAULT" is deprecated for removal https://review.openstack.org/435637 | 02:43 |
*** sdake_ has quit IRC | 02:44 | |
sdake | harlowja all will be revealed in a moment - as soon as my stupid outlook web client loads so i can respond inline | 02:44 |
harlowja | nice | 02:44 |
harlowja | make sure u put a hotdog in it | 02:44 |
harlowja | lol | 02:44 |
harlowja | in the web client or in the message, u pick | 02:45 |
*** yuanying has quit IRC | 02:49 | |
*** sdake has quit IRC | 02:52 | |
*** Pavo has joined #openstack-kolla | 02:54 | |
*** sdake has joined #openstack-kolla | 02:54 | |
*** sdake has quit IRC | 02:58 | |
*** bjolo_ has joined #openstack-kolla | 02:59 | |
*** sdake has joined #openstack-kolla | 03:00 | |
*** Pavo has quit IRC | 03:02 | |
openstackgerrit | Marcus Williams proposed openstack/kolla master: Add OpenDaylight Container to kolla https://review.openstack.org/416369 | 03:04 |
*** mgiles has quit IRC | 03:11 | |
*** lamt has joined #openstack-kolla | 03:16 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Start nova-conductor eailer https://review.openstack.org/435647 | 03:27 |
sdake | harlowja enjoy | 03:46 |
sdake | harlowja no hotdog sadly | 03:47 |
sdake | sbezverk_ or kfox1111 please ack: https://review.openstack.org/#/c/435635/2 | 03:50 |
sdake | I need to eat - 9pm here and only a limited snack all day | 03:50 |
sdake | bbl | 03:50 |
*** yuanying has joined #openstack-kolla | 03:56 | |
*** hieulq has quit IRC | 03:56 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 03:58 |
*** jemcevoy has quit IRC | 04:09 | |
*** hieulq has joined #openstack-kolla | 04:11 | |
*** crushil has joined #openstack-kolla | 04:16 | |
*** alop has quit IRC | 04:18 | |
*** saneax-_-|AFK is now known as saneax | 04:19 | |
*** crushil has quit IRC | 04:21 | |
*** crushil has joined #openstack-kolla | 04:21 | |
*** zhuzeyu_ has joined #openstack-kolla | 04:26 | |
*** haplo37 has quit IRC | 04:34 | |
*** haplo37 has joined #openstack-kolla | 04:42 | |
*** crushil has quit IRC | 04:43 | |
*** crushil has joined #openstack-kolla | 04:43 | |
*** yuanying has quit IRC | 04:52 | |
*** sp__ has quit IRC | 05:00 | |
*** zhubingbing has joined #openstack-kolla | 05:03 | |
*** bjolo_ has quit IRC | 05:11 | |
*** crushil has quit IRC | 05:27 | |
*** hfu has joined #openstack-kolla | 05:36 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 05:56 |
*** tyrola has quit IRC | 05:56 | |
*** tyrola has joined #openstack-kolla | 05:57 | |
*** haplo37_ has quit IRC | 06:18 | |
sdake | ok back | 06:18 |
sdake | sbezverk_ if your still up you can ack bmace 's patch plz | 06:18 |
*** haplo37_ has joined #openstack-kolla | 06:21 | |
*** tonanhngo has quit IRC | 06:24 | |
sdake | sup zhenguo | 06:28 |
sdake | sup zhubingbing :) | 06:28 |
zhubingbing | HI | 06:28 |
zhubingbing | sup sdake | 06:28 |
sdake | chillen how about yourself | 06:28 |
sdake | zhubingbing i notice your not a member of the kolla-drivers team | 06:29 |
sdake | zhubingbing rather kolla-kubernetes-drivers team | 06:29 |
sdake | interested in joining as you are providing reviews now? | 06:29 |
zhubingbing | yes | 06:29 |
zhubingbing | i want | 06:29 |
*** magnumbonum has joined #openstack-kolla | 06:30 | |
*** haplo37_ has quit IRC | 06:30 | |
zhubingbing | i think I have plenty of time to do this | 06:30 |
zhubingbing | sdake | 06:31 |
zhubingbing | kolla-drivers team what's mean ? | 06:31 |
sdake | the drivers team is responsible for bug triage and blueprint triage for a deliverable | 06:32 |
*** zhuzeyu_ has left #openstack-kolla | 06:32 | |
sdake | this is in contrast to the core reviewer team who is responsible for approving reviews | 06:33 |
magnumbonum | i am trying to fix some bugs in Kolla, and I am just starting out as a contributor. I am on OSX but fails to build docker images using tools/build.py with error http://paste.openstack.org/show/599496/ | 06:33 |
sdake | magnumbonum you cannot build docker containers on mac osx afaik without some special tooling | 06:33 |
*** tonanhngo has joined #openstack-kolla | 06:33 | |
sdake | vms work on macosx tho | 06:33 |
*** haplo37_ has joined #openstack-kolla | 06:33 | |
zhubingbing | understand | 06:34 |
magnumbonum | ah. ok so I will build in a docker then ;-) | 06:34 |
*** tonanhngo has quit IRC | 06:35 | |
sdake | zhubingbing did you want kolla-kubernetes-drivers access zhubingbing ? | 06:41 |
zhubingbing | hmm | 06:41 |
zhubingbing | yes | 06:41 |
sdake | ok moment | 06:41 |
zhubingbing | ok | 06:44 |
sdake | ok all set :) | 06:46 |
zhubingbing | thanks | 06:50 |
*** sdake_ has joined #openstack-kolla | 06:51 | |
*** furlongm has quit IRC | 06:53 | |
*** sdake has quit IRC | 06:53 | |
*** crushil has joined #openstack-kolla | 06:56 | |
*** crushil has quit IRC | 07:01 | |
*** saneax is now known as saneax-_-|AFK | 07:05 | |
*** laki has joined #openstack-kolla | 07:06 | |
laki | Hello | 07:06 |
laki | I have big problem with kolla re-deployment | 07:06 |
laki | I wanted to make re-deploy ... so I have removed all the containers and everything ... some things manually | 07:07 |
laki | and now | 07:07 |
laki | every time I run kolla-build I get | 07:07 |
laki | ERROR:kolla.image.build.base:Error'd with the following message | 07:08 |
laki | ERROR:kolla.image.build.base:open /var/lib/docker/aufs/layers/6c5c52711391db79a1bc722b4ca1f81b3159174e0b8d5d12aed5bac2edb60372: no such file or directory | 07:08 |
laki | INFO:kolla.image.build:Attempting to run task BuildTask(base) for the 2 time | 07:08 |
laki | INFO:kolla.image.build.base:Building | 07:08 |
laki | INFO:kolla.image.build.base:Directory /tmp/kolla-2017-02-18_08-06-58_y9PxwF/docker/base/plugins already exist. Skipping. | 07:08 |
laki | I've removed kolla, docker ( purge ) and still the same | 07:08 |
*** unicell has joined #openstack-kolla | 07:08 | |
*** hieulq_ has joined #openstack-kolla | 07:14 | |
openstackgerrit | Zeyu Zhu proposed openstack/kolla master: Using https instead of http https://review.openstack.org/430122 | 07:21 |
*** magnumbonum has quit IRC | 07:25 | |
*** tyrola has quit IRC | 07:30 | |
*** unicell has quit IRC | 07:30 | |
*** tyrola has joined #openstack-kolla | 07:31 | |
sdake_ | laki for future reference kolla-ansible destroy will do the job :) | 07:34 |
sdake_ | laki as for that build error, thats coming from docker | 07:34 |
sdake_ | not quite sure what you did to your system | 07:34 |
laki | finnalllyyy | 07:34 |
sdake_ | there is the rm -rf /var/lib/docker solution which will get you back at an empty docker system | 07:34 |
laki | after 3 days | 07:34 |
sdake_ | after 3 days of what? | 07:34 |
laki | of looking solution, I found it | 07:35 |
sdake_ | what was the solution? | 07:35 |
laki | I was sure that while doing apt-get purge docker-engine - it will remove all the data | 07:35 |
laki | apparently not | 07:35 |
laki | so after purging had to remove everything from /var/lib/docker | 07:35 |
sdake_ | if you dont care about data in docker atm | 07:35 |
sdake_ | stop docker and rm -rf /var/lib/docker/* | 07:35 |
sdake_ | and star tdocker | 07:36 |
sdake_ | and you will be good togo | 07:36 |
laki | yeah - this is what I did like 3 min ago | 07:36 |
laki | and now it's building from 0 | 07:36 |
sdake_ | i don't use ubuntu so apt-get purge docker-engine doesnt' mean anything to me :) | 07:36 |
laki | centos ? | 07:36 |
sdake_ | yup | 07:36 |
sdake_ | i've been working in the fedora or red hat tool system for 20 years | 07:36 |
sdake_ | so i can'treally help with ubuntu | 07:37 |
laki | I've been working with debian for 11 ... | 07:37 |
sdake_ | inc0 can - he uses ubuntu | 07:37 |
laki | but it's outdated | 07:37 |
sdake_ | yup some people use debian some people use ubuntu | 07:37 |
sdake_ | some people use debian | 07:37 |
sdake_ | i dont know the details of debina or ubuntu | 07:37 |
sdake_ | i find the rate of change in fedora too fast for me to handle so I use centos now | 07:37 |
laki | understood - it's moving - so I'm fine with that - thx | 07:37 |
sdake_ | for future referenc ehto kolla-ansible -i inventory-file destroy will do the cleanup job for you | 07:38 |
sdake_ | it doesn't remove docker-engine or docker-py | 07:38 |
sdake_ | but otherwise completely removes everything for eval purposes | 07:38 |
laki | hmm okay - I did clone repository with version 3.0.2 | 07:39 |
laki | there are several tools there to make clean-up | 07:39 |
laki | I've run all of them - but that didn't solve the issue | 07:39 |
laki | but - good to know about the alternative | 07:41 |
*** salv-orlando has joined #openstack-kolla | 07:43 | |
*** zhubingbing has quit IRC | 07:46 | |
*** sdake has joined #openstack-kolla | 07:56 | |
*** sdake_ has quit IRC | 07:56 | |
*** bmace has quit IRC | 08:11 | |
*** bmace has joined #openstack-kolla | 08:12 | |
*** sdake has quit IRC | 08:14 | |
*** sdake has joined #openstack-kolla | 08:15 | |
laki | is it possible to add some progress bar to kolla-build ? | 08:18 |
*** sdake has quit IRC | 08:22 | |
*** tyrola has quit IRC | 08:33 | |
*** tyrola has joined #openstack-kolla | 08:34 | |
*** magnumbonum has joined #openstack-kolla | 08:35 | |
*** salv-orlando has quit IRC | 08:36 | |
*** zhuzeyu has quit IRC | 09:04 | |
*** lamt has quit IRC | 09:16 | |
*** hieulq_ has quit IRC | 09:19 | |
*** hieulq_ has joined #openstack-kolla | 09:25 | |
*** hieulq_ has quit IRC | 09:27 | |
*** hieulq_ has joined #openstack-kolla | 09:28 | |
magnumbonum | I need some pointers on how to unit test a change to a Kolla docker Container. I have made a bugfix, and would like to avoid deploying it. | 09:30 |
magnumbonum | Can I somehow mock the ansible part of a Kolla Deployment | 09:30 |
*** salv-orlando has joined #openstack-kolla | 09:36 | |
*** Jeffrey4l_ has quit IRC | 09:40 | |
*** salv-orlando has quit IRC | 09:41 | |
*** hieulq_ has quit IRC | 09:42 | |
*** hrw has quit IRC | 09:42 | |
*** hrw has joined #openstack-kolla | 09:44 | |
openstackgerrit | Magnus Lööf proposed openstack/kolla stable/newton: Install uwsgi in Centos binary https://review.openstack.org/435687 | 09:44 |
*** magnumbonum has quit IRC | 09:52 | |
*** magnumbonum has joined #openstack-kolla | 09:53 | |
*** mannamne has joined #openstack-kolla | 09:56 | |
*** tonanhngo has joined #openstack-kolla | 10:03 | |
*** yuanying has joined #openstack-kolla | 10:05 | |
*** tonanhngo has quit IRC | 10:05 | |
*** zhubingbing has joined #openstack-kolla | 10:24 | |
*** yuanying has quit IRC | 10:24 | |
openstackgerrit | Merged openstack/kolla master: Update reno for stable/ocata https://review.openstack.org/434207 | 10:26 |
*** tyrola has quit IRC | 10:38 | |
*** mahadev_ has quit IRC | 10:39 | |
*** tyrola has joined #openstack-kolla | 10:40 | |
*** mannamne has quit IRC | 10:44 | |
*** financeMann has quit IRC | 10:49 | |
*** zhubingbing has quit IRC | 10:50 | |
*** sudipto has joined #openstack-kolla | 10:59 | |
*** sudipto_ has joined #openstack-kolla | 10:59 | |
openstackgerrit | Merged openstack/kolla master: Updated from global requirements https://review.openstack.org/431961 | 11:21 |
*** laki has quit IRC | 11:34 | |
*** salv-orlando has joined #openstack-kolla | 11:38 | |
*** salv-orlando has quit IRC | 11:42 | |
*** l4yerffeJ_ has quit IRC | 11:43 | |
*** l4yerffeJ has joined #openstack-kolla | 11:44 | |
*** bjolo_ has joined #openstack-kolla | 11:56 | |
openstackgerrit | Merged openstack/kolla-ansible master: Fixed a typo in tg-agent https://review.openstack.org/435235 | 12:03 |
*** bjolo has joined #openstack-kolla | 12:04 | |
*** Jeffrey4l has joined #openstack-kolla | 12:05 | |
bjolo | Ptg coming up! :) | 12:05 |
*** Jeffrey4l has quit IRC | 12:06 | |
*** Jeffrey4l has joined #openstack-kolla | 12:07 | |
*** mannamne has joined #openstack-kolla | 12:09 | |
*** bjolo has quit IRC | 12:10 | |
*** financeMann has joined #openstack-kolla | 12:25 | |
financeMann | Howdy | 12:26 |
financeMann | If I am on centos whats the best way to setup a vm for deploys? Use virtualbox, load the iso, configure everything, shut it down, and export as cow file? | 12:26 |
*** mannamne has quit IRC | 12:34 | |
*** Serlex has joined #openstack-kolla | 12:37 | |
*** g3ek has quit IRC | 12:38 | |
*** denaitre has quit IRC | 12:43 | |
*** sudipto has quit IRC | 12:43 | |
*** sudipto_ has quit IRC | 12:43 | |
*** tyrola has quit IRC | 12:44 | |
*** tyrola has joined #openstack-kolla | 12:45 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Update the "ouput" to "output" https://review.openstack.org/435703 | 12:47 |
*** g3ek has joined #openstack-kolla | 12:48 | |
*** mannamne has joined #openstack-kolla | 12:48 | |
openstackgerrit | Merged openstack/kolla master: Add helm_repository_source_install_python_pip block to helm-repository Dockerfile https://review.openstack.org/435499 | 12:56 |
openstackgerrit | Merged openstack/kolla master: Fix some typos https://review.openstack.org/434706 | 12:56 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Optimize reconfiguration for ironic https://review.openstack.org/423901 | 12:58 |
*** brad[]` has joined #openstack-kolla | 12:58 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Optimize reconfiguration for ironic https://review.openstack.org/423901 | 13:00 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Optimize reconfiguration for ironic https://review.openstack.org/423901 | 13:01 |
*** mannamne has quit IRC | 13:14 | |
*** Serlex has quit IRC | 13:14 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Start nova-conductor earlier https://review.openstack.org/435647 | 13:33 |
*** financeMann has quit IRC | 13:35 | |
*** rwallner has joined #openstack-kolla | 13:36 | |
*** shardy has quit IRC | 13:37 | |
*** salv-orlando has joined #openstack-kolla | 13:39 | |
*** dave-mccowan has joined #openstack-kolla | 13:39 | |
*** rwallner has quit IRC | 13:41 | |
*** hfu has quit IRC | 13:42 | |
*** hfu has joined #openstack-kolla | 13:42 | |
*** salv-orlando has quit IRC | 13:44 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 13:44 |
*** Pavo has joined #openstack-kolla | 14:17 | |
*** bjolo_ has quit IRC | 14:21 | |
*** negronjl has joined #openstack-kolla | 14:29 | |
*** negronjl has quit IRC | 14:34 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 14:36 |
*** salv-orlando has joined #openstack-kolla | 14:39 | |
*** salv-orlando has quit IRC | 14:44 | |
*** zhubingbing_ has joined #openstack-kolla | 14:51 | |
*** salv-orlando has joined #openstack-kolla | 14:52 | |
*** hfu has quit IRC | 14:56 | |
*** hfu has joined #openstack-kolla | 14:56 | |
*** hfu has quit IRC | 14:56 | |
*** salv-orlando has quit IRC | 14:58 | |
*** japestinho_ has quit IRC | 15:00 | |
*** tonanhngo has joined #openstack-kolla | 15:01 | |
*** tonanhngo has quit IRC | 15:04 | |
*** dave-mccowan has quit IRC | 15:11 | |
*** hieulq_ has joined #openstack-kolla | 15:12 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 15:16 |
*** hieulq_ has quit IRC | 15:19 | |
*** japestinho has quit IRC | 15:24 | |
*** hieulq_ has joined #openstack-kolla | 15:26 | |
*** sdake has joined #openstack-kolla | 15:29 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 15:32 |
*** sdake_ has joined #openstack-kolla | 15:37 | |
*** sdake has quit IRC | 15:38 | |
*** rwallner has joined #openstack-kolla | 15:38 | |
*** rwallner has quit IRC | 15:42 | |
*** kristian__ has joined #openstack-kolla | 15:45 | |
*** Pavo has quit IRC | 15:59 | |
*** hieulq_ has quit IRC | 16:01 | |
*** Pavo has joined #openstack-kolla | 16:03 | |
*** sdake has joined #openstack-kolla | 16:08 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 16:10 |
*** sdake_ has quit IRC | 16:10 | |
*** dave-mccowan has joined #openstack-kolla | 16:25 | |
*** kristian__ has quit IRC | 16:42 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Disable nova-compute when enable_ironic is yes https://review.openstack.org/435721 | 16:47 |
*** zhubingbing_ has quit IRC | 16:48 | |
*** magnumbonum has quit IRC | 16:48 | |
*** kristian__ has joined #openstack-kolla | 16:49 | |
sdake | morning peeps | 16:52 |
*** salv-orlando has joined #openstack-kolla | 16:55 | |
*** ccrouch has joined #openstack-kolla | 16:59 | |
*** salv-orlando has quit IRC | 17:00 | |
*** dave-mccowan has quit IRC | 17:04 | |
*** crushil has joined #openstack-kolla | 17:10 | |
*** Pavo has quit IRC | 17:11 | |
*** Pavo has joined #openstack-kolla | 17:26 | |
*** Pavo has quit IRC | 17:34 | |
*** magnumbonum has joined #openstack-kolla | 17:34 | |
*** magnumbonum has quit IRC | 17:40 | |
*** kristian__ has quit IRC | 17:41 | |
*** Pavo has joined #openstack-kolla | 17:42 | |
*** Pavo has quit IRC | 17:44 | |
*** Pavo has joined #openstack-kolla | 17:46 | |
*** Pavo has quit IRC | 17:50 | |
*** Pavo has joined #openstack-kolla | 17:50 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 17:55 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 17:59 |
*** v1k0d3n has quit IRC | 17:59 | |
*** crushil has quit IRC | 17:59 | |
*** haplo37_ has quit IRC | 18:08 | |
*** haplo37_ has joined #openstack-kolla | 18:17 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 18:18 |
*** Pavo has quit IRC | 18:20 | |
*** dave-mccowan has joined #openstack-kolla | 18:25 | |
*** Pavo has joined #openstack-kolla | 18:28 | |
*** eaguilar has joined #openstack-kolla | 18:29 | |
openstackgerrit | Merged openstack/kolla-kubernetes master: Fix spell error: the 'Waitng' is lack of letter 'i'. https://review.openstack.org/432916 | 18:32 |
*** kristian__ has joined #openstack-kolla | 18:32 | |
*** kristian__ has quit IRC | 18:33 | |
*** tonanhngo has joined #openstack-kolla | 18:33 | |
*** tonanhngo has quit IRC | 18:36 | |
*** goldyfruit has joined #openstack-kolla | 18:41 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 18:46 |
*** Pavo has quit IRC | 18:47 | |
*** salv-orlando has joined #openstack-kolla | 18:56 | |
*** kristian__ has joined #openstack-kolla | 18:57 | |
*** salv-orlando has quit IRC | 19:00 | |
*** kristian__ has quit IRC | 19:01 | |
*** negronjl has joined #openstack-kolla | 19:07 | |
*** goldyfruit has quit IRC | 19:27 | |
*** sbezverk_ has quit IRC | 19:39 | |
*** rwallner has joined #openstack-kolla | 19:40 | |
*** rwallner has quit IRC | 19:44 | |
*** kristian__ has joined #openstack-kolla | 20:04 | |
*** kristian__ has quit IRC | 20:09 | |
*** crushil has joined #openstack-kolla | 20:27 | |
*** kristian__ has joined #openstack-kolla | 20:33 | |
*** kristian__ has quit IRC | 20:35 | |
*** kristian__ has joined #openstack-kolla | 20:36 | |
*** magnumbonum has joined #openstack-kolla | 20:36 | |
*** magnumbonum has quit IRC | 20:41 | |
*** sdake_ has joined #openstack-kolla | 20:42 | |
*** Serlex has joined #openstack-kolla | 20:42 | |
*** sdake has quit IRC | 20:45 | |
*** tonanhngo has joined #openstack-kolla | 20:46 | |
*** tonanhngo has quit IRC | 20:49 | |
*** kristian__ has quit IRC | 20:51 | |
*** crushil has quit IRC | 20:51 | |
*** kristian__ has joined #openstack-kolla | 20:51 | |
*** salv-orlando has joined #openstack-kolla | 20:57 | |
*** Pavo has joined #openstack-kolla | 20:58 | |
*** salv-orlando has quit IRC | 21:01 | |
*** hfu has joined #openstack-kolla | 21:03 | |
*** eaguilar has quit IRC | 21:06 | |
*** hfu has quit IRC | 21:08 | |
*** Pavo has quit IRC | 21:10 | |
*** Pavo has joined #openstack-kolla | 21:15 | |
*** Pavo has quit IRC | 21:17 | |
*** kristia__ has joined #openstack-kolla | 21:25 | |
*** kristian__ has quit IRC | 21:29 | |
*** salv-orlando has joined #openstack-kolla | 21:33 | |
*** l4yerffeJ_ has joined #openstack-kolla | 21:34 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** l4yerffeJ has quit IRC | 21:35 | |
*** tyrola has quit IRC | 21:37 | |
*** tyrola has joined #openstack-kolla | 21:38 | |
*** salv-orlando has quit IRC | 21:40 | |
*** kristia__ has quit IRC | 21:41 | |
*** financeMann has joined #openstack-kolla | 21:42 | |
*** Pavo has joined #openstack-kolla | 21:45 | |
*** Jeffrey4l has joined #openstack-kolla | 21:48 | |
*** financeMann has quit IRC | 21:54 | |
*** sdake_ has quit IRC | 22:00 | |
*** sbezverk has joined #openstack-kolla | 22:04 | |
*** sbezverk_ has joined #openstack-kolla | 22:08 | |
*** sbezverk has quit IRC | 22:09 | |
sbezverk_ | sdake: ping | 22:09 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 22:22 |
*** Pavo has quit IRC | 22:24 | |
*** dave-mccowan has quit IRC | 22:36 | |
*** magnumbonum has joined #openstack-kolla | 22:37 | |
*** magnumbonum has quit IRC | 22:41 | |
*** goldyfruit has joined #openstack-kolla | 22:57 | |
*** sbezverk has joined #openstack-kolla | 23:12 | |
*** sbezverk_ has quit IRC | 23:12 | |
*** dave-mccowan has joined #openstack-kolla | 23:23 | |
*** rwallner has joined #openstack-kolla | 23:41 | |
*** severion has joined #openstack-kolla | 23:42 | |
*** rwallner has quit IRC | 23:46 | |
*** dave-mccowan has quit IRC | 23:51 | |
*** Serlex has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!