Wednesday, 2015-12-23

*** blahRus has quit IRC00:07
*** Jeffrey4l__ is now known as jeffrey4l_|away00:17
*** salv-orlando has quit IRC00:18
*** iNeilus has joined #kolla00:18
*** neilus has quit IRC00:19
*** tzn has joined #kolla00:21
*** iNeilus has quit IRC00:35
*** neilus has joined #kolla00:36
*** salv-orlando has joined #kolla00:37
*** salv-orlando has quit IRC00:45
*** ssurana has quit IRC00:55
*** ssurana has joined #kolla01:09
*** tzn has quit IRC01:10
*** ssurana has quit IRC01:20
*** salv-orlando has joined #kolla01:23
*** salv-orlando has quit IRC01:27
dmsimardmandre: around ?01:34
mandrehey dmsimard01:34
dmsimardhi :)01:34
dmsimardFor the yum repo review01:34
dmsimardI can add a strip, but the filter part is important01:34
dmsimardSince the parameter defaults to '', ''.split(',') yields a list with an empty string: [''] and this evaluates to true while [] does not01:35
dmsimardThe fact that the list is really empty is important since that's what we check in the method01:35
mandreoh ok, I see01:35
mandreI was confused by the doc on filter that let me think the both were equivalent01:36
dmsimardstrip will make it so ' string ' will become 'string'01:36
dmsimardafaik01:36
dmsimardthe other comment is a good find :)01:37
*** ssurana has joined #kolla01:37
mandreyeah hopefully we'll merge next iteration :)01:39
dmsimardlooks like the gerritbot is not picking up changes01:40
dmsimardI just submitted a new patchset with the startswith fix01:40
*** cloudnautique has joined #kolla01:41
dmsimardtaking off, thanks for the reviews - you guys have been helpful :)01:42
SamYaplethanks for sticking with it dmsimard01:43
SamYapleif there are any other cores around, this patch to unbreak Kolla is ready for a final review and merge https://review.openstack.org/#/c/260732/01:45
mandredmsimard, the split is important for startswith to work reliably01:50
mandre*strip*, sorry01:50
*** ssurana has quit IRC01:53
*** dims has quit IRC02:17
*** dims has joined #kolla02:28
*** dims has quit IRC02:37
*** dims has joined #kolla02:40
*** unicell has quit IRC02:42
*** dims has quit IRC02:46
*** dims has joined #kolla02:52
*** thumpba_ has quit IRC03:04
*** thumpba has joined #kolla03:05
*** thumpba has quit IRC03:05
*** dims has quit IRC03:05
*** stvnoyes has quit IRC03:05
*** stvnoyes has joined #kolla03:06
*** ssurana has joined #kolla03:06
*** dims has joined #kolla03:11
openstackgerritMerged openstack/kolla: Add the rhel in the base_distro condition in swift dockerfile  https://review.openstack.org/26029403:12
*** dims has quit IRC03:16
*** coolsvap|away is now known as coolsvap03:18
*** klint has joined #kolla03:49
openstackgerritMerged openstack/kolla: Pin shade and os-client-config  https://review.openstack.org/26073204:04
openstackgerritMerged openstack/kolla: Remove unneeded variables passed into keystone  https://review.openstack.org/26069304:20
*** tzn has joined #kolla04:22
*** tzn has quit IRC04:26
openstackgerritSam Yaple proposed openstack/kolla: Playbook for keystone upgrade  https://review.openstack.org/25756804:31
openstackgerritSam Yaple proposed openstack/kolla: Make the yum repositories configurable in the base image  https://review.openstack.org/25801704:32
*** dave-mccowan has quit IRC04:36
*** tzn has joined #kolla05:22
*** tzn has quit IRC05:27
*** tzn has joined #kolla06:23
*** tzn has quit IRC06:28
*** ssurana has quit IRC07:05
*** shardy has joined #kolla07:05
*** unicell has joined #kolla07:06
nihilifermandre: you here?07:10
mandrehey nihilifer07:10
nihiliferhey. about this one https://review.openstack.org/#/c/260363/07:10
*** unicell has quit IRC07:11
nihiliferdo you have anything agains using oslo.config for now? ;)07:11
nihiliferagainst*07:11
mandreoh right... i forgot about it07:11
mandrehaving a look now07:11
nihiliferok. Jeffrey4l made a dependent patch about using oslo.config instead of argparse, which looks good to me07:12
mandreso oslo.config is not working if there is no DEFAULT section, is that the issue?07:13
nihiliferyes, exactly07:13
Jeffrey4lmandre, here is the reason. http://paste.openstack.org/show/482506/07:14
Jeffrey4lthe DEFAULT section is required.07:14
mandreok guys, give me a few minutes to try it myself07:15
*** unicell has joined #kolla07:17
mandrealright, I see the rational for the change, now I'm reviewing the oslo.config patch07:22
*** tzn has joined #kolla07:24
*** tzn has quit IRC07:28
mandre  --nono-cache          The inverse of --no-cache :)07:29
*** coolsvap is now known as coolsvap|away07:29
mandreis there a way to not generate the inverse option?07:30
*** mandre has quit IRC07:30
*** Jeffrey4l has quit IRC07:31
*** Jeffrey4l has joined #kolla07:32
Jeffrey4lmandre, no i don't think so.07:32
*** mandre has joined #kolla07:32
nihilifermandre: Jeffrey4l: as far as i see, there is no way07:33
nihiliferso my sugestion07:33
nihiliferlet's make a "cache" instead of "no-cache" opt07:33
nihiliferin kolla-build07:33
nihiliferoslo.config seems to assume that every boolean opt is logically positive07:34
nihiliferwhich makes sense IMO07:34
mandreI'm fine with it nihilifer07:35
Jeffrey4lIf we can break the back compatible. I think it is ok.07:35
*** coolsvap|away is now known as coolsvap07:35
Jeffrey4lIf we do so, there will be a `--nocache` rather than `--no-cache` like now.07:35
mandremaking a cache option rather than a no-cache doesn't break compatibility07:35
mandreit just remove the silly named auto-generated nono-cache option07:36
nihiliferit will break it a little bit, because oslo.config will generate --nocache07:36
nihiliferwe now have --no-cache now in argparse07:36
nihiliferbut it's not a big issue IMO07:36
Jeffrey4lcli isn't compatible. `--no-cache` will be replaced by `--nocache`07:37
mandreyou're right, it's different07:37
Jeffrey4lok. If we are ok about that. Should i change the current PS? or push a following one?07:37
mandremaybe it's time to retire the --template option at the same time07:38
Jeffrey4lnow. I have add a deprected options on it.07:39
Jeffrey4lIt is useless at all. So I think we can remove it .07:39
Jeffrey4lwe have break the back compatiblility(--no-cache stuff), we can do more(remove --template).07:40
Jeffrey4l;D07:40
mandreJeffrey4l, do we really have to put all profiles definitions in the build script?07:50
Jeffrey4lmandre, I just copy all the options from kolla-build.conf to the oslo.config.07:51
Jeffrey4lon the other way, when we implement auto gen kolla-build.conf, it is necessary to do this.07:51
mandrewhat do you mean auto gen kolla-build.conf?07:52
Jeffrey4lin the future, the kolla-build.conf should not exist. we should use `tox -e genconfig` to generate it.07:52
Jeffrey4lyes.07:52
Jeffrey4lmandre, autogeneration of configuration file by oslo-config-generator in future - having the hand-written sample config file in etc/ in repo doesn't make sense with oslo.config07:53
mandreI'm not too familiar with these things07:54
Jeffrey4lmost of openstack projects implement this.07:54
mandredo you have an example of project already doing the auto generation of config files?07:54
Jeffrey4lyep.07:54
Jeffrey4lmandre, check the nova https://github.com/openstack/nova/tree/master/etc/nova07:54
Jeffrey4lthere is not nova.conf.example/nova.conf file now.07:54
Jeffrey4lthe file is generated by oslo-config-generator07:55
Jeffrey4lmandre, https://github.com/openstack/nova/blob/master/tox.ini#L8907:55
mandrethx for the pointers07:55
Jeffrey4lhere is the generator command line07:55
Jeffrey4lnp07:55
mandreok, i suppose it's fine then07:56
Jeffrey4lgreat.07:56
mandreis there a way to print the default profiles from the help message?07:59
mandreit says to check the [profile] section from kolla-build.conf, but this is not exact anymore since the default come from the build script now08:00
* Jeffrey4l is thinking.08:00
Jeffrey4lI can add the default choice to the help string.08:01
Jeffrey4lmandre, like this? http://paste.openstack.org/show/482576/08:02
mandreJeffrey4l, is that generated?08:03
Jeffrey4lmandre, no for now. But i can add it later.08:04
mandreso there is a way to not duplicate the list of profiles08:05
mandrethey should be commented out in kolla-build.conf08:06
Jeffrey4lmandre, yes. in general, the options has the default value in the build.py script. there is no need config it in kolla-build.conf file.08:07
Jeffrey4li.e. all the options in the kolla-build.conf can be commented out when using oslo.config.08:08
Jeffrey4lmandre, ^08:08
nihilifermandre: you may look also at kolla-mesos, here we already use oslo-config-generator08:09
*** tzn has joined #kolla08:11
*** tzn has quit IRC08:15
mandreJeffrey4l: are you going to submit a new patch?08:16
Jeffrey4lmandre, yep. I will fix 1) cache stuff  2) remove --template 3) add the default profiles to the cli help text.08:19
*** tzn has joined #kolla08:21
*** mandre_ has joined #kolla08:26
*** mandre has quit IRC08:27
*** mandre_ is now known as mandre08:27
*** salv-orlando has joined #kolla08:28
*** tzn has quit IRC08:28
*** salv-orl_ has joined #kolla08:31
*** salv-orl_ has quit IRC08:31
*** salv-orlando has quit IRC08:32
*** salv-orlando has joined #kolla08:32
mandreJeffrey4l, nihilifer: I think you guys should talk about the oslo.config change in the meeting today if it's maintained08:33
mandreit's a pretty big change (and breaking change), it should be discussed between more than us 308:33
Jeffrey4lOK. no problem.08:34
nihilifersure, we can discuss this on the meeting08:34
nihiliferwe'll see whether it will happen today08:34
mandreI'm not going to make it to the meeting, horrible hours for me08:34
nihiliferhmmm... what timezone you're now? i thought you're from France08:35
mandreTokyo08:35
Jeffrey4l(btw, i am in the midnight. I am in +8:00 timezone)08:35
Jeffrey4lmandre, haha, we are close.08:35
mandreit's a pretty bad timezone for collaborating with EU and US08:36
Jeffrey4lyes.08:39
mandre:)08:41
mandremeeting is at 1:00 for me, it used to be 4:00 so I see it as an improvement08:42
mandrestill it's rare that I can make it08:42
*** kproskurin has joined #kolla08:44
*** akwasnie has joined #kolla08:44
*** openstackgerrit has quit IRC08:47
*** openstackgerrit has joined #kolla08:47
*** gfidente has joined #kolla08:58
*** gfidente has joined #kolla08:58
openstackgerritJeffrey Zhang proposed openstack/kolla: use oslo.config instead of raw argparse.ArgumentParser  https://review.openstack.org/26038909:00
Jeffrey4lmandre, nihilifer the issue mentioned above is fixed09:01
nihilifercool09:05
mandreJeffrey4l, did you change something for the --template option?09:07
Jeffrey4lmandre, so. forget that.09:10
Jeffrey4ls/so/sorry/09:10
*** neilus has quit IRC09:11
mandrecan you also mention it in the commit message?09:12
Jeffrey4lok.09:12
kjellyJeffrey4l: I am also in +8:00 timezone :)09:13
Jeffrey4lkjelly, chinese?09:13
kjellyJeffrey4l: I live in Taiwan.09:14
Jeffrey4l;D09:14
kjellyJeffrey4l: where are you?09:14
Jeffrey4lbeijing09:14
openstackgerritJeffrey Zhang proposed openstack/kolla: use oslo.config instead of raw argparse.ArgumentParser  https://review.openstack.org/26038909:22
Jeffrey4lmandre, done09:22
*** salv-orlando has quit IRC09:23
*** tzn has joined #kolla09:44
*** neilus has joined #kolla09:58
kproskurinGuys, just noticed what mariadb container hasnt have TERM env set, so you can’t exec into it and run mysql clint from the inside.09:58
kproskurinbash-4.2$ mysql09:58
kproskurinTERM environment variable not set.09:58
kproskurinShould we pass TERM env to it?09:59
*** neilus has quit IRC10:03
nihiliferkproskurin: i think we shouldn't, because you can run mysql client outside the container10:18
nihiliferbut... on the other side, we don't have mysql client on host10:19
nihilifer(but we have all openstack clients here)10:19
nihiliferhmm...10:20
*** salv-orlando has joined #kolla10:23
akwasnieI think it's rather small change so maybe we can add it to 'wishlist'?10:25
*** shakamunyi has quit IRC10:27
*** whydidyoustealmy has quit IRC10:27
nihiliferakwasnie: yes, a wishlist bug will be ok imo10:28
nihiliferkproskurin: ok, so i'd suggest to use mysql client on host, or somewhere outside the mariadb container10:28
akwasniekproskurin: will you create new wishlist bug?10:29
kproskurinit’s 1 liner of change, if we think we need it, I could submit a CR with fix. I just wasnt sure if we wont this.10:30
kproskurinwant*10:31
*** salv-orlando has quit IRC10:31
*** salv-orlando has joined #kolla10:31
*** shakamunyi has joined #kolla10:38
*** barra204 has joined #kolla10:40
*** coolsvap is now known as coolsvap|away10:46
*** dims_ has joined #kolla10:50
*** neilus has joined #kolla10:53
*** cemason has joined #kolla10:54
*** neilus has quit IRC10:58
*** salv-orlando has quit IRC11:10
*** cemason has quit IRC11:14
*** kjelly_ has joined #kolla11:22
*** salv-orlando has joined #kolla12:10
*** ashestakov_ has quit IRC12:11
*** openstackgerrit has quit IRC12:17
*** openstackgerrit has joined #kolla12:17
*** neilus has joined #kolla12:41
*** neilus has quit IRC12:46
*** akwasnie has quit IRC12:46
*** salv-orlando has quit IRC13:00
*** mbound_ has joined #kolla13:06
*** Jeffrey4l_ has joined #kolla13:07
*** salv-orlando has joined #kolla13:08
*** Jeffrey4l__ has joined #kolla13:08
*** Jeffrey4l has quit IRC13:11
*** Jeffrey4l_ has quit IRC13:11
*** Jeffrey4l__ has quit IRC13:12
*** Jeffrey4l_ has joined #kolla13:12
*** salv-orlando has quit IRC13:14
*** salv-orlando has joined #kolla13:15
openstackgerritMerged openstack/kolla: Simplify config creation  https://review.openstack.org/25962413:19
openstackgerritMerged openstack/kolla: pep8 the ansible modules  https://review.openstack.org/26010113:20
*** mbound_ has quit IRC13:34
*** neilus has joined #kolla13:36
*** neilus has quit IRC13:38
*** neilus has joined #kolla13:38
*** neilus has quit IRC13:43
*** salv-orlando has quit IRC13:47
*** salv-orlando has joined #kolla13:47
SamYaplemorning14:03
*** dwalsh has joined #kolla14:06
*** klint has quit IRC14:08
*** dwalsh has quit IRC14:14
*** bradjones has quit IRC14:16
*** dwalsh has joined #kolla14:16
kjelly_morning, sam14:30
*** Jeffrey4l_ has quit IRC14:44
*** jtriley has joined #kolla14:47
*** vbel has joined #kolla15:00
*** dwalsh has quit IRC15:01
*** dwalsh has joined #kolla15:01
*** salv-orlando has quit IRC15:14
*** salv-orlando has joined #kolla15:14
*** jtriley has quit IRC15:16
*** vbel has quit IRC15:17
*** ssurana has joined #kolla15:21
*** JoseMello has joined #kolla15:22
*** stvnoyes has quit IRC15:26
*** neilus has joined #kolla15:27
*** neilus has quit IRC15:30
*** neilus has joined #kolla15:30
*** jtriley has joined #kolla15:33
*** neilus has quit IRC15:35
openstackgerritMichal Rostecki proposed openstack/kolla: Use c-style string interpolation for log messages in kolla-build  https://review.openstack.org/26103615:37
*** tzn has quit IRC15:43
*** _tzn has joined #kolla15:43
*** _tzn has quit IRC15:43
SamYaplenihilifer: any progress on trusts and heat? https://review.openstack.org/#/c/236198/15:47
*** inc0 has joined #kolla15:52
inc0good morning15:52
*** salv-orlando has quit IRC16:01
britthousermorning all!16:04
*** blahRus has joined #kolla16:06
inc0hey there16:06
britthouserHow's life in TX?16:09
SamYaplemorning inc0 britthouser16:09
britthouserMorning SamYaplee16:09
inc0britthouser, pretty cool16:09
inc0I like this place16:09
SamYapleinc0: i rebased the keystone upgrade patch ontop of the now-working os-client-config/shade pinning16:10
*** akwasnie has joined #kolla16:10
SamYapleso its all good16:10
inc0thanks16:10
inc0SamYaple, once we're done with this one, think you can tackle neutron?16:11
SamYaplefor upgrades?16:11
SamYapleshouldnt our priority be logging here?16:11
inc0what do you mean?16:12
SamYaplelogging is still broke, yes? isnt that the biggest priority right now?16:13
SamYapleupgrades we have 4 months to solve for16:13
inc0yes, but I'm pretty sure there is nothing we can do about it16:14
inc0I mean we can try with closing stderr16:14
inc0but that's a long shot16:14
*** neilus has joined #kolla16:14
inc0I'll keep playing around it16:14
SamYapleis there a mailing list thread where all this was confirmed to be busted? or are we still assuming?16:15
SamYaplei seem to remember something confirming this..16:15
*** ssurana has quit IRC16:15
inc0didn't see ML16:16
inc0however I did run stuff outside container16:16
inc0devstack-style16:16
SamYaplehave we actually gotten this broken outside of kolla? with proper configs?16:17
*** neilus has quit IRC16:17
inc0I'll do it now, I did get this broken before16:19
inc0outside kolla16:19
*** kjelly_ has quit IRC16:19
inc0but I'll try with new fix16:19
*** Jeffrey4l_ has joined #kolla16:26
openstackgerritDavid Moreau Simard proposed openstack/kolla: Make the yum repositories configurable in the base image  https://review.openstack.org/25801716:27
inc0do we have meeting today?16:28
akwasniehi, do we have meeting today?16:28
nihiliferi wanted to ask exactly the same :D16:28
akwasnie:)16:28
inc0well if so much people asking, I guess we'll make at least short one16:30
Jeffrey4l_just wakeup to attent it. :D16:30
*** Jeffrey4l_ is now known as Jeffrey4l16:32
*** cemason has joined #kolla16:33
*** cemason has quit IRC16:38
*** neilus has joined #kolla17:07
*** unicell1 has joined #kolla17:09
*** unicell has quit IRC17:09
*** neilus has quit IRC17:13
*** neilus has joined #kolla17:25
*** neilus has quit IRC17:28
*** akwasnie has quit IRC17:30
inc0wow it was full length meeting;)17:30
*** neilus has joined #kolla17:31
SamYapleindeed17:32
*** neilus has quit IRC17:35
*** kproskurin has quit IRC17:44
*** unicell has joined #kolla17:59
*** unicell1 has quit IRC18:01
openstackgerritSam Yaple proposed openstack/kolla: [WIP] Add docker module in Kolla  https://review.openstack.org/24881218:01
*** ssurana has joined #kolla18:02
*** neilus has joined #kolla18:03
*** dwalsh has quit IRC18:04
openstackgerritJeffrey Zhang proposed openstack/kolla: use oslo.config instead of raw argparse.ArgumentParser  https://review.openstack.org/26038918:04
*** salv-orlando has joined #kolla18:05
*** sdake has joined #kolla18:05
britthouserI'm taking my first foray into multi-node setup, so prepare for dumb questions.18:07
inc0oh, brave new world britthouser ;)18:08
*** neilus has quit IRC18:08
britthouser=) 1. deployment node, can it also be a target?18:09
inc0sure18:09
inc0you can do whatever you like with node setup18:09
*** sdake has quit IRC18:11
britthouserI don't run into any strange corner cases doing it that way?  I've got three physical nodes.  So I was gonna make first one deployment node, and then all three "control" nodes.18:11
*** Jeffrey4l has quit IRC18:13
inc0britthouser, and computes?18:18
inc0I usually use one of controllers as deploy as well18:18
SamYaplebritthouser: thats how i run it18:18
britthousercomputes....uhmm....18:19
SamYapleno corner case, 3 nodes one is deploy18:19
britthouserok cool.18:19
SamYaplebritthouser: i do 3 nodes running all services, youre good18:19
britthouserOk cool.  I'll go that route.  I just didn't want to be blazing any trails my first time out of teh chute.18:19
* britthouser is getting all his cowboy lingo ready for Austin18:20
SamYapleyour setup is how i wrote multinode to begin with :)18:20
britthouser"Wrote multinode"  - I assume you're talkinga bout playbooks, not a guide?18:20
*** dwalsh has joined #kolla18:21
*** cloudnautique has quit IRC18:24
*** dwalsh has quit IRC18:34
*** cemason has joined #kolla18:45
SamYaplebritthouser: correct the initial playbooks are based off another project i merged into kolla18:47
*** cemason has quit IRC18:50
*** dwalsh has joined #kolla18:50
*** cloudnautique has joined #kolla18:55
*** cloudnautique has quit IRC18:56
*** ashestakov has joined #kolla18:56
*** cloudnautique has joined #kolla18:57
inc0SamYaple, I think tracebacks are working now18:57
inc0not very well displayed tho, but I guess formatting from oslo.log could be better18:57
ashestakovhi guys18:58
ashestakovhttps://blueprints.launchpad.net/kolla/+spec/radosgw-container - can you approve this BP?18:58
inc0dims_, ^ your fix made it better18:58
*** neilus has joined #kolla18:58
inc0normal logging to file doesn't break lines, but full traceback is there18:58
inc0ashestakov, there you go18:59
ashestakovthanks, i will add something for review soon19:00
inc0thanks19:00
*** salv-orlando has quit IRC19:02
*** neilus has quit IRC19:03
*** salv-orlando has joined #kolla19:18
*** akwasnie has joined #kolla19:30
*** sdake has joined #kolla19:40
dims_inc0 : ince!19:43
dims_oops nice! :)19:44
inc0we need to figure out how to properly format it, but I know rsyslog has issues19:44
britthouserI see in the multinode ansible inventory the following statement, "These initial groups are the only groups required to be modified."19:45
britthouserinitial groups = control, network, compute, storage ?19:45
*** salv-orlando has quit IRC19:51
SamYaplebritthouser: correct19:52
SamYapleand you can put the same hosts under all of those19:52
SamYapleserver0[1:3] would be server01, server02, server0319:53
SamYapleshorthand19:53
*** neilus has joined #kolla19:53
*** neilus has quit IRC19:57
*** sdake_ has joined #kolla20:00
*** sdake has quit IRC20:01
kfox1111SamYaple: http://john.eckersberg.com/improving-ha-failures-with-tcp-timeouts.html has some very good info about the haproxy + rabbit thing. I'm guessing that was the thing I heard about a while ago.20:04
kfox1111looks like it may all be in now, but I don't have access to the redhat bugzilla entries to verify.20:04
SamYaplekfox1111: yea we removed rabbitmq from out of haproxy, so not a problem anymore20:08
SamYaplebut that explains some things20:08
kfox1111has anyone tried a tripleoish thing of ironic+magnum to build a COE that then kolla's deployed on?20:24
dmsimardironic and magnum are kind of mutually exclusive ?20:26
SamYaplei doubt it kfox111120:26
dmsimardI could see a tripleoish thing of kolla using magnum20:27
kfox1111dmsimard: not sure how much support they have yet, but they are talking about it... https://blueprints.launchpad.net/magnum/+spec/magnum-heat-neutron-error-ignore20:28
dmsimardwhat could be nice is if there would be shade support for magnum so then there could be native support in ansible for containers in openstack :)20:29
dmsimardunless shade already supports magnum, which I doubt20:29
kfox1111yeah, but I think they are one step away from that in magnum. they don't provide container support, they support container orcestration engine deployment.20:30
kfox1111so shade would have to support kubernetes/compose+swarm/mesos instead of magnum.20:31
dmsimardoh, I might not completely understand the scope of magnum then20:31
kfox1111or in addition.20:31
dmsimardI thought magnum was kind of like nova-docker back in the day20:31
dmsimardwith sugar on top like mesos/kubernetes20:31
kfox1111magnum's like sahara. in sahara, you use sahara to stand up a hadoop cluster, then you use hadoop directly.20:31
dmsimardI see20:32
kfox1111with the way containers do security (they dont), its best to break up the clusters instead of trying to share them.20:33
ashestakovwhere is /etc/kolla/config/{{ project_name }}.conf now?20:39
SamYapleashestakov: you can still put a file there and override things20:43
SamYapleashestakov: if a file exists there it will use it20:43
ashestakovcan create files /etc/kolla/config/ceph.conf and /etc/kolla/config/nova-compute.conf ?20:43
ashestakovceph.conf for all ceph-* containers and nova-compute.conf only for nova-compute20:44
*** ssurana has quit IRC20:45
SamYapleashestakov: there needs to be additional documentation for sure, but I believe right now you still have to use /etc/kolla/config/nova/nova-compute.confn but /etc/kolla/config/ceph.conf if fine20:46
*** neilus has joined #kolla20:47
*** ssurana has joined #kolla20:47
*** inc0 has quit IRC20:48
*** neilus has quit IRC20:52
*** salv-orlando has joined #kolla20:52
britthouser420:57
*** jtriley has quit IRC21:00
*** sdake has joined #kolla21:03
*** sdake_ has quit IRC21:06
SamYaplehey nihilifer, what was your issue with a user access a socket?21:11
*** cemason has joined #kolla21:12
*** cemason has quit IRC21:16
*** dwalsh has quit IRC21:17
*** JoseMello has quit IRC21:18
openstackgerritAndrey Shestakov proposed openstack/kolla: Add RadosGW container  https://review.openstack.org/26110421:18
*** neilus has joined #kolla21:20
*** iNeilus has joined #kolla21:24
SamYapleashestakov: good job throwing that up so quickly! i havent had a free moment to add it21:25
*** neilus has quit IRC21:27
*** salv-orlando has quit IRC21:30
*** sdake has quit IRC21:30
*** iNeilus has quit IRC21:30
*** neilus has joined #kolla21:33
*** neilus has quit IRC21:37
ashestakovSamYaple: how i can get rgw optional?21:37
SamYapleashestakov: a when conditional would be the best way21:40
ashestakovin ansible/site.yml ?21:40
SamYapleashestakov: i just added a comment with what i am tlaking about21:41
ashestakovand what if enable_ceph=no and enable_ceph_rgw=yes?21:42
SamYaplethe ceph role would never get executed if enable_ceph=no21:42
ashestakovah, thanks21:42
*** dave-mccowan has joined #kolla22:16
*** openstack has joined #kolla22:21
*** openstackstatus has quit IRC22:35
*** openstack has joined #kolla22:36
*** neilus has joined #kolla22:38
*** neilus has quit IRC22:44
openstackgerritAndrey Shestakov proposed openstack/kolla: Add RadosGW container  https://review.openstack.org/26110422:45
openstackgerritSam Yaple proposed openstack/kolla: Add docker module in Kolla  https://review.openstack.org/24881222:49
*** dave-mccowan has quit IRC22:50
*** yuanying has joined #kolla23:07
*** ashestakov has quit IRC23:08
*** dims_ has quit IRC23:10
*** blahRus has quit IRC23:12
*** dims has joined #kolla23:12
*** dims_ has joined #kolla23:27
*** dims has quit IRC23:29
*** neilus has joined #kolla23:38
*** cemason has joined #kolla23:39
*** neilus has quit IRC23:43
*** cemason has quit IRC23:44
*** akwasnie has quit IRC23:46
openstackgerritMerged openstack/kolla: Use c-style string interpolation for log messages in kolla-build  https://review.openstack.org/26103623:57

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