*** blahRus has quit IRC | 00:07 | |
*** Jeffrey4l__ is now known as jeffrey4l_|away | 00:17 | |
*** salv-orlando has quit IRC | 00:18 | |
*** iNeilus has joined #kolla | 00:18 | |
*** neilus has quit IRC | 00:19 | |
*** tzn has joined #kolla | 00:21 | |
*** iNeilus has quit IRC | 00:35 | |
*** neilus has joined #kolla | 00:36 | |
*** salv-orlando has joined #kolla | 00:37 | |
*** salv-orlando has quit IRC | 00:45 | |
*** ssurana has quit IRC | 00:55 | |
*** ssurana has joined #kolla | 01:09 | |
*** tzn has quit IRC | 01:10 | |
*** ssurana has quit IRC | 01:20 | |
*** salv-orlando has joined #kolla | 01:23 | |
*** salv-orlando has quit IRC | 01:27 | |
dmsimard | mandre: around ? | 01:34 |
---|---|---|
mandre | hey dmsimard | 01:34 |
dmsimard | hi :) | 01:34 |
dmsimard | For the yum repo review | 01:34 |
dmsimard | I can add a strip, but the filter part is important | 01:34 |
dmsimard | Since the parameter defaults to '', ''.split(',') yields a list with an empty string: [''] and this evaluates to true while [] does not | 01:35 |
dmsimard | The fact that the list is really empty is important since that's what we check in the method | 01:35 |
mandre | oh ok, I see | 01:35 |
mandre | I was confused by the doc on filter that let me think the both were equivalent | 01:36 |
dmsimard | strip will make it so ' string ' will become 'string' | 01:36 |
dmsimard | afaik | 01:36 |
dmsimard | the other comment is a good find :) | 01:37 |
*** ssurana has joined #kolla | 01:37 | |
mandre | yeah hopefully we'll merge next iteration :) | 01:39 |
dmsimard | looks like the gerritbot is not picking up changes | 01:40 |
dmsimard | I just submitted a new patchset with the startswith fix | 01:40 |
*** cloudnautique has joined #kolla | 01:41 | |
dmsimard | taking off, thanks for the reviews - you guys have been helpful :) | 01:42 |
SamYaple | thanks for sticking with it dmsimard | 01:43 |
SamYaple | if 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 |
mandre | dmsimard, the split is important for startswith to work reliably | 01:50 |
mandre | *strip*, sorry | 01:50 |
*** ssurana has quit IRC | 01:53 | |
*** dims has quit IRC | 02:17 | |
*** dims has joined #kolla | 02:28 | |
*** dims has quit IRC | 02:37 | |
*** dims has joined #kolla | 02:40 | |
*** unicell has quit IRC | 02:42 | |
*** dims has quit IRC | 02:46 | |
*** dims has joined #kolla | 02:52 | |
*** thumpba_ has quit IRC | 03:04 | |
*** thumpba has joined #kolla | 03:05 | |
*** thumpba has quit IRC | 03:05 | |
*** dims has quit IRC | 03:05 | |
*** stvnoyes has quit IRC | 03:05 | |
*** stvnoyes has joined #kolla | 03:06 | |
*** ssurana has joined #kolla | 03:06 | |
*** dims has joined #kolla | 03:11 | |
openstackgerrit | Merged openstack/kolla: Add the rhel in the base_distro condition in swift dockerfile https://review.openstack.org/260294 | 03:12 |
*** dims has quit IRC | 03:16 | |
*** coolsvap|away is now known as coolsvap | 03:18 | |
*** klint has joined #kolla | 03:49 | |
openstackgerrit | Merged openstack/kolla: Pin shade and os-client-config https://review.openstack.org/260732 | 04:04 |
openstackgerrit | Merged openstack/kolla: Remove unneeded variables passed into keystone https://review.openstack.org/260693 | 04:20 |
*** tzn has joined #kolla | 04:22 | |
*** tzn has quit IRC | 04:26 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Playbook for keystone upgrade https://review.openstack.org/257568 | 04:31 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Make the yum repositories configurable in the base image https://review.openstack.org/258017 | 04:32 |
*** dave-mccowan has quit IRC | 04:36 | |
*** tzn has joined #kolla | 05:22 | |
*** tzn has quit IRC | 05:27 | |
*** tzn has joined #kolla | 06:23 | |
*** tzn has quit IRC | 06:28 | |
*** ssurana has quit IRC | 07:05 | |
*** shardy has joined #kolla | 07:05 | |
*** unicell has joined #kolla | 07:06 | |
nihilifer | mandre: you here? | 07:10 |
mandre | hey nihilifer | 07:10 |
nihilifer | hey. about this one https://review.openstack.org/#/c/260363/ | 07:10 |
*** unicell has quit IRC | 07:11 | |
nihilifer | do you have anything agains using oslo.config for now? ;) | 07:11 |
nihilifer | against* | 07:11 |
mandre | oh right... i forgot about it | 07:11 |
mandre | having a look now | 07:11 |
nihilifer | ok. Jeffrey4l made a dependent patch about using oslo.config instead of argparse, which looks good to me | 07:12 |
mandre | so oslo.config is not working if there is no DEFAULT section, is that the issue? | 07:13 |
nihilifer | yes, exactly | 07:13 |
Jeffrey4l | mandre, here is the reason. http://paste.openstack.org/show/482506/ | 07:14 |
Jeffrey4l | the DEFAULT section is required. | 07:14 |
mandre | ok guys, give me a few minutes to try it myself | 07:15 |
*** unicell has joined #kolla | 07:17 | |
mandre | alright, I see the rational for the change, now I'm reviewing the oslo.config patch | 07:22 |
*** tzn has joined #kolla | 07:24 | |
*** tzn has quit IRC | 07:28 | |
mandre | --nono-cache The inverse of --no-cache :) | 07:29 |
*** coolsvap is now known as coolsvap|away | 07:29 | |
mandre | is there a way to not generate the inverse option? | 07:30 |
*** mandre has quit IRC | 07:30 | |
*** Jeffrey4l has quit IRC | 07:31 | |
*** Jeffrey4l has joined #kolla | 07:32 | |
Jeffrey4l | mandre, no i don't think so. | 07:32 |
*** mandre has joined #kolla | 07:32 | |
nihilifer | mandre: Jeffrey4l: as far as i see, there is no way | 07:33 |
nihilifer | so my sugestion | 07:33 |
nihilifer | let's make a "cache" instead of "no-cache" opt | 07:33 |
nihilifer | in kolla-build | 07:33 |
nihilifer | oslo.config seems to assume that every boolean opt is logically positive | 07:34 |
nihilifer | which makes sense IMO | 07:34 |
mandre | I'm fine with it nihilifer | 07:35 |
Jeffrey4l | If we can break the back compatible. I think it is ok. | 07:35 |
*** coolsvap|away is now known as coolsvap | 07:35 | |
Jeffrey4l | If we do so, there will be a `--nocache` rather than `--no-cache` like now. | 07:35 |
mandre | making a cache option rather than a no-cache doesn't break compatibility | 07:35 |
mandre | it just remove the silly named auto-generated nono-cache option | 07:36 |
nihilifer | it will break it a little bit, because oslo.config will generate --nocache | 07:36 |
nihilifer | we now have --no-cache now in argparse | 07:36 |
nihilifer | but it's not a big issue IMO | 07:36 |
Jeffrey4l | cli isn't compatible. `--no-cache` will be replaced by `--nocache` | 07:37 |
mandre | you're right, it's different | 07:37 |
Jeffrey4l | ok. If we are ok about that. Should i change the current PS? or push a following one? | 07:37 |
mandre | maybe it's time to retire the --template option at the same time | 07:38 |
Jeffrey4l | now. I have add a deprected options on it. | 07:39 |
Jeffrey4l | It is useless at all. So I think we can remove it . | 07:39 |
Jeffrey4l | we have break the back compatiblility(--no-cache stuff), we can do more(remove --template). | 07:40 |
Jeffrey4l | ;D | 07:40 |
mandre | Jeffrey4l, do we really have to put all profiles definitions in the build script? | 07:50 |
Jeffrey4l | mandre, I just copy all the options from kolla-build.conf to the oslo.config. | 07:51 |
Jeffrey4l | on the other way, when we implement auto gen kolla-build.conf, it is necessary to do this. | 07:51 |
mandre | what do you mean auto gen kolla-build.conf? | 07:52 |
Jeffrey4l | in the future, the kolla-build.conf should not exist. we should use `tox -e genconfig` to generate it. | 07:52 |
Jeffrey4l | yes. | 07:52 |
Jeffrey4l | mandre, 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.config | 07:53 |
mandre | I'm not too familiar with these things | 07:54 |
Jeffrey4l | most of openstack projects implement this. | 07:54 |
mandre | do you have an example of project already doing the auto generation of config files? | 07:54 |
Jeffrey4l | yep. | 07:54 |
Jeffrey4l | mandre, check the nova https://github.com/openstack/nova/tree/master/etc/nova | 07:54 |
Jeffrey4l | there is not nova.conf.example/nova.conf file now. | 07:54 |
Jeffrey4l | the file is generated by oslo-config-generator | 07:55 |
Jeffrey4l | mandre, https://github.com/openstack/nova/blob/master/tox.ini#L89 | 07:55 |
mandre | thx for the pointers | 07:55 |
Jeffrey4l | here is the generator command line | 07:55 |
Jeffrey4l | np | 07:55 |
mandre | ok, i suppose it's fine then | 07:56 |
Jeffrey4l | great. | 07:56 |
mandre | is there a way to print the default profiles from the help message? | 07:59 |
mandre | it says to check the [profile] section from kolla-build.conf, but this is not exact anymore since the default come from the build script now | 08:00 |
* Jeffrey4l is thinking. | 08:00 | |
Jeffrey4l | I can add the default choice to the help string. | 08:01 |
Jeffrey4l | mandre, like this? http://paste.openstack.org/show/482576/ | 08:02 |
mandre | Jeffrey4l, is that generated? | 08:03 |
Jeffrey4l | mandre, no for now. But i can add it later. | 08:04 |
mandre | so there is a way to not duplicate the list of profiles | 08:05 |
mandre | they should be commented out in kolla-build.conf | 08:06 |
Jeffrey4l | mandre, 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 |
Jeffrey4l | i.e. all the options in the kolla-build.conf can be commented out when using oslo.config. | 08:08 |
Jeffrey4l | mandre, ^ | 08:08 |
nihilifer | mandre: you may look also at kolla-mesos, here we already use oslo-config-generator | 08:09 |
*** tzn has joined #kolla | 08:11 | |
*** tzn has quit IRC | 08:15 | |
mandre | Jeffrey4l: are you going to submit a new patch? | 08:16 |
Jeffrey4l | mandre, 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 #kolla | 08:21 | |
*** mandre_ has joined #kolla | 08:26 | |
*** mandre has quit IRC | 08:27 | |
*** mandre_ is now known as mandre | 08:27 | |
*** salv-orlando has joined #kolla | 08:28 | |
*** tzn has quit IRC | 08:28 | |
*** salv-orl_ has joined #kolla | 08:31 | |
*** salv-orl_ has quit IRC | 08:31 | |
*** salv-orlando has quit IRC | 08:32 | |
*** salv-orlando has joined #kolla | 08:32 | |
mandre | Jeffrey4l, nihilifer: I think you guys should talk about the oslo.config change in the meeting today if it's maintained | 08:33 |
mandre | it's a pretty big change (and breaking change), it should be discussed between more than us 3 | 08:33 |
Jeffrey4l | OK. no problem. | 08:34 |
nihilifer | sure, we can discuss this on the meeting | 08:34 |
nihilifer | we'll see whether it will happen today | 08:34 |
mandre | I'm not going to make it to the meeting, horrible hours for me | 08:34 |
nihilifer | hmmm... what timezone you're now? i thought you're from France | 08:35 |
mandre | Tokyo | 08:35 |
Jeffrey4l | (btw, i am in the midnight. I am in +8:00 timezone) | 08:35 |
Jeffrey4l | mandre, haha, we are close. | 08:35 |
mandre | it's a pretty bad timezone for collaborating with EU and US | 08:36 |
Jeffrey4l | yes. | 08:39 |
mandre | :) | 08:41 |
mandre | meeting is at 1:00 for me, it used to be 4:00 so I see it as an improvement | 08:42 |
mandre | still it's rare that I can make it | 08:42 |
*** kproskurin has joined #kolla | 08:44 | |
*** akwasnie has joined #kolla | 08:44 | |
*** openstackgerrit has quit IRC | 08:47 | |
*** openstackgerrit has joined #kolla | 08:47 | |
*** gfidente has joined #kolla | 08:58 | |
*** gfidente has joined #kolla | 08:58 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: use oslo.config instead of raw argparse.ArgumentParser https://review.openstack.org/260389 | 09:00 |
Jeffrey4l | mandre, nihilifer the issue mentioned above is fixed | 09:01 |
nihilifer | cool | 09:05 |
mandre | Jeffrey4l, did you change something for the --template option? | 09:07 |
Jeffrey4l | mandre, so. forget that. | 09:10 |
Jeffrey4l | s/so/sorry/ | 09:10 |
*** neilus has quit IRC | 09:11 | |
mandre | can you also mention it in the commit message? | 09:12 |
Jeffrey4l | ok. | 09:12 |
kjelly | Jeffrey4l: I am also in +8:00 timezone :) | 09:13 |
Jeffrey4l | kjelly, chinese? | 09:13 |
kjelly | Jeffrey4l: I live in Taiwan. | 09:14 |
Jeffrey4l | ;D | 09:14 |
kjelly | Jeffrey4l: where are you? | 09:14 |
Jeffrey4l | beijing | 09:14 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: use oslo.config instead of raw argparse.ArgumentParser https://review.openstack.org/260389 | 09:22 |
Jeffrey4l | mandre, done | 09:22 |
*** salv-orlando has quit IRC | 09:23 | |
*** tzn has joined #kolla | 09:44 | |
*** neilus has joined #kolla | 09:58 | |
kproskurin | Guys, 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 |
kproskurin | bash-4.2$ mysql | 09:58 |
kproskurin | TERM environment variable not set. | 09:58 |
kproskurin | Should we pass TERM env to it? | 09:59 |
*** neilus has quit IRC | 10:03 | |
nihilifer | kproskurin: i think we shouldn't, because you can run mysql client outside the container | 10:18 |
nihilifer | but... on the other side, we don't have mysql client on host | 10:19 |
nihilifer | (but we have all openstack clients here) | 10:19 |
nihilifer | hmm... | 10:20 |
*** salv-orlando has joined #kolla | 10:23 | |
akwasnie | I think it's rather small change so maybe we can add it to 'wishlist'? | 10:25 |
*** shakamunyi has quit IRC | 10:27 | |
*** whydidyoustealmy has quit IRC | 10:27 | |
nihilifer | akwasnie: yes, a wishlist bug will be ok imo | 10:28 |
nihilifer | kproskurin: ok, so i'd suggest to use mysql client on host, or somewhere outside the mariadb container | 10:28 |
akwasnie | kproskurin: will you create new wishlist bug? | 10:29 |
kproskurin | it’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 |
kproskurin | want* | 10:31 |
*** salv-orlando has quit IRC | 10:31 | |
*** salv-orlando has joined #kolla | 10:31 | |
*** shakamunyi has joined #kolla | 10:38 | |
*** barra204 has joined #kolla | 10:40 | |
*** coolsvap is now known as coolsvap|away | 10:46 | |
*** dims_ has joined #kolla | 10:50 | |
*** neilus has joined #kolla | 10:53 | |
*** cemason has joined #kolla | 10:54 | |
*** neilus has quit IRC | 10:58 | |
*** salv-orlando has quit IRC | 11:10 | |
*** cemason has quit IRC | 11:14 | |
*** kjelly_ has joined #kolla | 11:22 | |
*** salv-orlando has joined #kolla | 12:10 | |
*** ashestakov_ has quit IRC | 12:11 | |
*** openstackgerrit has quit IRC | 12:17 | |
*** openstackgerrit has joined #kolla | 12:17 | |
*** neilus has joined #kolla | 12:41 | |
*** neilus has quit IRC | 12:46 | |
*** akwasnie has quit IRC | 12:46 | |
*** salv-orlando has quit IRC | 13:00 | |
*** mbound_ has joined #kolla | 13:06 | |
*** Jeffrey4l_ has joined #kolla | 13:07 | |
*** salv-orlando has joined #kolla | 13:08 | |
*** Jeffrey4l__ has joined #kolla | 13:08 | |
*** Jeffrey4l has quit IRC | 13:11 | |
*** Jeffrey4l_ has quit IRC | 13:11 | |
*** Jeffrey4l__ has quit IRC | 13:12 | |
*** Jeffrey4l_ has joined #kolla | 13:12 | |
*** salv-orlando has quit IRC | 13:14 | |
*** salv-orlando has joined #kolla | 13:15 | |
openstackgerrit | Merged openstack/kolla: Simplify config creation https://review.openstack.org/259624 | 13:19 |
openstackgerrit | Merged openstack/kolla: pep8 the ansible modules https://review.openstack.org/260101 | 13:20 |
*** mbound_ has quit IRC | 13:34 | |
*** neilus has joined #kolla | 13:36 | |
*** neilus has quit IRC | 13:38 | |
*** neilus has joined #kolla | 13:38 | |
*** neilus has quit IRC | 13:43 | |
*** salv-orlando has quit IRC | 13:47 | |
*** salv-orlando has joined #kolla | 13:47 | |
SamYaple | morning | 14:03 |
*** dwalsh has joined #kolla | 14:06 | |
*** klint has quit IRC | 14:08 | |
*** dwalsh has quit IRC | 14:14 | |
*** bradjones has quit IRC | 14:16 | |
*** dwalsh has joined #kolla | 14:16 | |
kjelly_ | morning, sam | 14:30 |
*** Jeffrey4l_ has quit IRC | 14:44 | |
*** jtriley has joined #kolla | 14:47 | |
*** vbel has joined #kolla | 15:00 | |
*** dwalsh has quit IRC | 15:01 | |
*** dwalsh has joined #kolla | 15:01 | |
*** salv-orlando has quit IRC | 15:14 | |
*** salv-orlando has joined #kolla | 15:14 | |
*** jtriley has quit IRC | 15:16 | |
*** vbel has quit IRC | 15:17 | |
*** ssurana has joined #kolla | 15:21 | |
*** JoseMello has joined #kolla | 15:22 | |
*** stvnoyes has quit IRC | 15:26 | |
*** neilus has joined #kolla | 15:27 | |
*** neilus has quit IRC | 15:30 | |
*** neilus has joined #kolla | 15:30 | |
*** jtriley has joined #kolla | 15:33 | |
*** neilus has quit IRC | 15:35 | |
openstackgerrit | Michal Rostecki proposed openstack/kolla: Use c-style string interpolation for log messages in kolla-build https://review.openstack.org/261036 | 15:37 |
*** tzn has quit IRC | 15:43 | |
*** _tzn has joined #kolla | 15:43 | |
*** _tzn has quit IRC | 15:43 | |
SamYaple | nihilifer: any progress on trusts and heat? https://review.openstack.org/#/c/236198/ | 15:47 |
*** inc0 has joined #kolla | 15:52 | |
inc0 | good morning | 15:52 |
*** salv-orlando has quit IRC | 16:01 | |
britthouser | morning all! | 16:04 |
*** blahRus has joined #kolla | 16:06 | |
inc0 | hey there | 16:06 |
britthouser | How's life in TX? | 16:09 |
SamYaple | morning inc0 britthouser | 16:09 |
britthouser | Morning SamYaplee | 16:09 |
inc0 | britthouser, pretty cool | 16:09 |
inc0 | I like this place | 16:09 |
SamYaple | inc0: i rebased the keystone upgrade patch ontop of the now-working os-client-config/shade pinning | 16:10 |
*** akwasnie has joined #kolla | 16:10 | |
SamYaple | so its all good | 16:10 |
inc0 | thanks | 16:10 |
inc0 | SamYaple, once we're done with this one, think you can tackle neutron? | 16:11 |
SamYaple | for upgrades? | 16:11 |
SamYaple | shouldnt our priority be logging here? | 16:11 |
inc0 | what do you mean? | 16:12 |
SamYaple | logging is still broke, yes? isnt that the biggest priority right now? | 16:13 |
SamYaple | upgrades we have 4 months to solve for | 16:13 |
inc0 | yes, but I'm pretty sure there is nothing we can do about it | 16:14 |
inc0 | I mean we can try with closing stderr | 16:14 |
inc0 | but that's a long shot | 16:14 |
*** neilus has joined #kolla | 16:14 | |
inc0 | I'll keep playing around it | 16:14 |
SamYaple | is there a mailing list thread where all this was confirmed to be busted? or are we still assuming? | 16:15 |
SamYaple | i seem to remember something confirming this.. | 16:15 |
*** ssurana has quit IRC | 16:15 | |
inc0 | didn't see ML | 16:16 |
inc0 | however I did run stuff outside container | 16:16 |
inc0 | devstack-style | 16:16 |
SamYaple | have we actually gotten this broken outside of kolla? with proper configs? | 16:17 |
*** neilus has quit IRC | 16:17 | |
inc0 | I'll do it now, I did get this broken before | 16:19 |
inc0 | outside kolla | 16:19 |
*** kjelly_ has quit IRC | 16:19 | |
inc0 | but I'll try with new fix | 16:19 |
*** Jeffrey4l_ has joined #kolla | 16:26 | |
openstackgerrit | David Moreau Simard proposed openstack/kolla: Make the yum repositories configurable in the base image https://review.openstack.org/258017 | 16:27 |
inc0 | do we have meeting today? | 16:28 |
akwasnie | hi, do we have meeting today? | 16:28 |
nihilifer | i wanted to ask exactly the same :D | 16:28 |
akwasnie | :) | 16:28 |
inc0 | well if so much people asking, I guess we'll make at least short one | 16:30 |
Jeffrey4l_ | just wakeup to attent it. :D | 16:30 |
*** Jeffrey4l_ is now known as Jeffrey4l | 16:32 | |
*** cemason has joined #kolla | 16:33 | |
*** cemason has quit IRC | 16:38 | |
*** neilus has joined #kolla | 17:07 | |
*** unicell1 has joined #kolla | 17:09 | |
*** unicell has quit IRC | 17:09 | |
*** neilus has quit IRC | 17:13 | |
*** neilus has joined #kolla | 17:25 | |
*** neilus has quit IRC | 17:28 | |
*** akwasnie has quit IRC | 17:30 | |
inc0 | wow it was full length meeting;) | 17:30 |
*** neilus has joined #kolla | 17:31 | |
SamYaple | indeed | 17:32 |
*** neilus has quit IRC | 17:35 | |
*** kproskurin has quit IRC | 17:44 | |
*** unicell has joined #kolla | 17:59 | |
*** unicell1 has quit IRC | 18:01 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: [WIP] Add docker module in Kolla https://review.openstack.org/248812 | 18:01 |
*** ssurana has joined #kolla | 18:02 | |
*** neilus has joined #kolla | 18:03 | |
*** dwalsh has quit IRC | 18:04 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: use oslo.config instead of raw argparse.ArgumentParser https://review.openstack.org/260389 | 18:04 |
*** salv-orlando has joined #kolla | 18:05 | |
*** sdake has joined #kolla | 18:05 | |
britthouser | I'm taking my first foray into multi-node setup, so prepare for dumb questions. | 18:07 |
inc0 | oh, brave new world britthouser ;) | 18:08 |
*** neilus has quit IRC | 18:08 | |
britthouser | =) 1. deployment node, can it also be a target? | 18:09 |
inc0 | sure | 18:09 |
inc0 | you can do whatever you like with node setup | 18:09 |
*** sdake has quit IRC | 18:11 | |
britthouser | I 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 IRC | 18:13 | |
inc0 | britthouser, and computes? | 18:18 |
inc0 | I usually use one of controllers as deploy as well | 18:18 |
SamYaple | britthouser: thats how i run it | 18:18 |
britthouser | computes....uhmm.... | 18:19 |
SamYaple | no corner case, 3 nodes one is deploy | 18:19 |
britthouser | ok cool. | 18:19 |
SamYaple | britthouser: i do 3 nodes running all services, youre good | 18:19 |
britthouser | Ok 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 Austin | 18:20 | |
SamYaple | your 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 #kolla | 18:21 | |
*** cloudnautique has quit IRC | 18:24 | |
*** dwalsh has quit IRC | 18:34 | |
*** cemason has joined #kolla | 18:45 | |
SamYaple | britthouser: correct the initial playbooks are based off another project i merged into kolla | 18:47 |
*** cemason has quit IRC | 18:50 | |
*** dwalsh has joined #kolla | 18:50 | |
*** cloudnautique has joined #kolla | 18:55 | |
*** cloudnautique has quit IRC | 18:56 | |
*** ashestakov has joined #kolla | 18:56 | |
*** cloudnautique has joined #kolla | 18:57 | |
inc0 | SamYaple, I think tracebacks are working now | 18:57 |
inc0 | not very well displayed tho, but I guess formatting from oslo.log could be better | 18:57 |
ashestakov | hi guys | 18:58 |
ashestakov | https://blueprints.launchpad.net/kolla/+spec/radosgw-container - can you approve this BP? | 18:58 |
inc0 | dims_, ^ your fix made it better | 18:58 |
*** neilus has joined #kolla | 18:58 | |
inc0 | normal logging to file doesn't break lines, but full traceback is there | 18:58 |
inc0 | ashestakov, there you go | 18:59 |
ashestakov | thanks, i will add something for review soon | 19:00 |
inc0 | thanks | 19:00 |
*** salv-orlando has quit IRC | 19:02 | |
*** neilus has quit IRC | 19:03 | |
*** salv-orlando has joined #kolla | 19:18 | |
*** akwasnie has joined #kolla | 19:30 | |
*** sdake has joined #kolla | 19:40 | |
dims_ | inc0 : ince! | 19:43 |
dims_ | oops nice! :) | 19:44 |
inc0 | we need to figure out how to properly format it, but I know rsyslog has issues | 19:44 |
britthouser | I see in the multinode ansible inventory the following statement, "These initial groups are the only groups required to be modified." | 19:45 |
britthouser | initial groups = control, network, compute, storage ? | 19:45 |
*** salv-orlando has quit IRC | 19:51 | |
SamYaple | britthouser: correct | 19:52 |
SamYaple | and you can put the same hosts under all of those | 19:52 |
SamYaple | server0[1:3] would be server01, server02, server03 | 19:53 |
SamYaple | shorthand | 19:53 |
*** neilus has joined #kolla | 19:53 | |
*** neilus has quit IRC | 19:57 | |
*** sdake_ has joined #kolla | 20:00 | |
*** sdake has quit IRC | 20:01 | |
kfox1111 | SamYaple: 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 |
kfox1111 | looks like it may all be in now, but I don't have access to the redhat bugzilla entries to verify. | 20:04 |
SamYaple | kfox1111: yea we removed rabbitmq from out of haproxy, so not a problem anymore | 20:08 |
SamYaple | but that explains some things | 20:08 |
kfox1111 | has anyone tried a tripleoish thing of ironic+magnum to build a COE that then kolla's deployed on? | 20:24 |
dmsimard | ironic and magnum are kind of mutually exclusive ? | 20:26 |
SamYaple | i doubt it kfox1111 | 20:26 |
dmsimard | I could see a tripleoish thing of kolla using magnum | 20:27 |
kfox1111 | dmsimard: not sure how much support they have yet, but they are talking about it... https://blueprints.launchpad.net/magnum/+spec/magnum-heat-neutron-error-ignore | 20:28 |
dmsimard | what 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 |
dmsimard | unless shade already supports magnum, which I doubt | 20:29 |
kfox1111 | yeah, 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 |
kfox1111 | so shade would have to support kubernetes/compose+swarm/mesos instead of magnum. | 20:31 |
dmsimard | oh, I might not completely understand the scope of magnum then | 20:31 |
kfox1111 | or in addition. | 20:31 |
dmsimard | I thought magnum was kind of like nova-docker back in the day | 20:31 |
dmsimard | with sugar on top like mesos/kubernetes | 20:31 |
kfox1111 | magnum's like sahara. in sahara, you use sahara to stand up a hadoop cluster, then you use hadoop directly. | 20:31 |
dmsimard | I see | 20:32 |
kfox1111 | with the way containers do security (they dont), its best to break up the clusters instead of trying to share them. | 20:33 |
ashestakov | where is /etc/kolla/config/{{ project_name }}.conf now? | 20:39 |
SamYaple | ashestakov: you can still put a file there and override things | 20:43 |
SamYaple | ashestakov: if a file exists there it will use it | 20:43 |
ashestakov | can create files /etc/kolla/config/ceph.conf and /etc/kolla/config/nova-compute.conf ? | 20:43 |
ashestakov | ceph.conf for all ceph-* containers and nova-compute.conf only for nova-compute | 20:44 |
*** ssurana has quit IRC | 20:45 | |
SamYaple | ashestakov: 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 fine | 20:46 |
*** neilus has joined #kolla | 20:47 | |
*** ssurana has joined #kolla | 20:47 | |
*** inc0 has quit IRC | 20:48 | |
*** neilus has quit IRC | 20:52 | |
*** salv-orlando has joined #kolla | 20:52 | |
britthouser | 4 | 20:57 |
*** jtriley has quit IRC | 21:00 | |
*** sdake has joined #kolla | 21:03 | |
*** sdake_ has quit IRC | 21:06 | |
SamYaple | hey nihilifer, what was your issue with a user access a socket? | 21:11 |
*** cemason has joined #kolla | 21:12 | |
*** cemason has quit IRC | 21:16 | |
*** dwalsh has quit IRC | 21:17 | |
*** JoseMello has quit IRC | 21:18 | |
openstackgerrit | Andrey Shestakov proposed openstack/kolla: Add RadosGW container https://review.openstack.org/261104 | 21:18 |
*** neilus has joined #kolla | 21:20 | |
*** iNeilus has joined #kolla | 21:24 | |
SamYaple | ashestakov: good job throwing that up so quickly! i havent had a free moment to add it | 21:25 |
*** neilus has quit IRC | 21:27 | |
*** salv-orlando has quit IRC | 21:30 | |
*** sdake has quit IRC | 21:30 | |
*** iNeilus has quit IRC | 21:30 | |
*** neilus has joined #kolla | 21:33 | |
*** neilus has quit IRC | 21:37 | |
ashestakov | SamYaple: how i can get rgw optional? | 21:37 |
SamYaple | ashestakov: a when conditional would be the best way | 21:40 |
ashestakov | in ansible/site.yml ? | 21:40 |
SamYaple | ashestakov: i just added a comment with what i am tlaking about | 21:41 |
ashestakov | and what if enable_ceph=no and enable_ceph_rgw=yes? | 21:42 |
SamYaple | the ceph role would never get executed if enable_ceph=no | 21:42 |
ashestakov | ah, thanks | 21:42 |
*** dave-mccowan has joined #kolla | 22:16 | |
*** openstack has joined #kolla | 22:21 | |
*** openstackstatus has quit IRC | 22:35 | |
*** openstack has joined #kolla | 22:36 | |
*** neilus has joined #kolla | 22:38 | |
*** neilus has quit IRC | 22:44 | |
openstackgerrit | Andrey Shestakov proposed openstack/kolla: Add RadosGW container https://review.openstack.org/261104 | 22:45 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Add docker module in Kolla https://review.openstack.org/248812 | 22:49 |
*** dave-mccowan has quit IRC | 22:50 | |
*** yuanying has joined #kolla | 23:07 | |
*** ashestakov has quit IRC | 23:08 | |
*** dims_ has quit IRC | 23:10 | |
*** blahRus has quit IRC | 23:12 | |
*** dims has joined #kolla | 23:12 | |
*** dims_ has joined #kolla | 23:27 | |
*** dims has quit IRC | 23:29 | |
*** neilus has joined #kolla | 23:38 | |
*** cemason has joined #kolla | 23:39 | |
*** neilus has quit IRC | 23:43 | |
*** cemason has quit IRC | 23:44 | |
*** akwasnie has quit IRC | 23:46 | |
openstackgerrit | Merged openstack/kolla: Use c-style string interpolation for log messages in kolla-build https://review.openstack.org/261036 | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!