| *** bobh has joined #openstack-oslo | 01:07 | |
| *** bobh has quit IRC | 01:12 | |
| *** ianychoi_ has joined #openstack-oslo | 01:27 | |
| *** altlogbot_2 has quit IRC | 01:28 | |
| *** ianychoi has quit IRC | 01:30 | |
| *** altlogbot_3 has joined #openstack-oslo | 01:32 | |
| *** bobh has joined #openstack-oslo | 02:09 | |
| *** lbragstad has quit IRC | 02:57 | |
| *** bobh has quit IRC | 03:28 | |
| *** rcernin has quit IRC | 04:30 | |
| *** rcernin has joined #openstack-oslo | 04:31 | |
| *** pcaruana has joined #openstack-oslo | 04:35 | |
| *** pcaruana has quit IRC | 04:38 | |
| openstackgerrit | caoyuan proposed openstack/oslo.service master: Move doc related modules to doc/requirements.txt https://review.opendev.org/669408 | 05:36 |
|---|---|---|
| *** Luzi has joined #openstack-oslo | 05:37 | |
| *** rcernin has quit IRC | 05:57 | |
| *** aojea has joined #openstack-oslo | 06:50 | |
| *** pcaruana has joined #openstack-oslo | 07:03 | |
| *** adriant has joined #openstack-oslo | 07:20 | |
| adriant | Would there be any interest in adding nested group support to oslo.config for yaml config files? Or even an alternative config library for it? | 07:22 |
| adriant | I'm currently vendoring into Adjutant the pieces of oslo.config that made sense for me and rewrote a bunch around them | 07:23 |
| adriant | that work is currently in progress here: https://review.opendev.org/#/c/669804 | 07:23 |
| adriant | ^ I've mostly kept the config parts in adjutant/common/config with mostly standalone unit tests that I can break out later into a library or use oslo.config if such support ever existed. | 07:24 |
| *** tosky has joined #openstack-oslo | 07:28 | |
| *** ralonsoh has joined #openstack-oslo | 07:30 | |
| adriant | I'm actually doing things differently to oslo.config in a bunch of ways that I think would be hard to add to it. | 07:31 |
| adriant | Plus I've allowed my config layer to check for envvars as config if the key isn't found in the passed in conf. Mostly because for containerisation, I much prefer being able to avoid a conf file at all and throw everything into a compose file or service definition. | 07:32 |
| adriant | with the envvar key being built from the conf group path: e.g. adjutant.identity.auth.username would be looked up in the envvars as ADJUTANT_IDENTITY_AUTH_USERNAME | 07:33 |
| adriant | No sure who is interested in this silly code, or if there is a place for it outside of Adjutant. | 07:34 |
| *** iurygregory has joined #openstack-oslo | 07:41 | |
| *** starborn has joined #openstack-oslo | 07:49 | |
| *** rcernin has joined #openstack-oslo | 08:02 | |
| *** rcernin has quit IRC | 08:11 | |
| *** rcernin has joined #openstack-oslo | 08:27 | |
| *** pcaruana has quit IRC | 09:48 | |
| *** hberaud has joined #openstack-oslo | 10:05 | |
| *** hberaud is now known as hberaud|lunch | 10:05 | |
| *** tesseract has joined #openstack-oslo | 11:11 | |
| *** tesseract has quit IRC | 11:13 | |
| *** tesseract has joined #openstack-oslo | 11:15 | |
| *** altlogbot_3 has quit IRC | 11:19 | |
| *** irclogbot_3 has quit IRC | 11:19 | |
| *** hberaud|lunch is now known as hberaud | 11:19 | |
| *** altlogbot_1 has joined #openstack-oslo | 11:20 | |
| *** tesseract has quit IRC | 11:23 | |
| *** altlogbot_1 has quit IRC | 11:25 | |
| *** ansmith has quit IRC | 11:31 | |
| *** niceplace_ has joined #openstack-oslo | 11:52 | |
| *** kinrui has joined #openstack-oslo | 11:53 | |
| *** niceplace has quit IRC | 11:55 | |
| *** hogepodge has quit IRC | 11:55 | |
| *** dougwig has quit IRC | 11:55 | |
| *** kmalloc has quit IRC | 11:55 | |
| *** fungi has quit IRC | 11:55 | |
| *** melwitt has quit IRC | 11:56 | |
| *** rcernin has quit IRC | 11:59 | |
| *** irclogbot_0 has joined #openstack-oslo | 12:00 | |
| *** hogepodge has joined #openstack-oslo | 12:01 | |
| *** dougwig has joined #openstack-oslo | 12:01 | |
| *** kmalloc has joined #openstack-oslo | 12:01 | |
| *** boden has joined #openstack-oslo | 12:01 | |
| *** altlogbot_2 has joined #openstack-oslo | 12:02 | |
| *** raildo has joined #openstack-oslo | 12:03 | |
| *** altlogbot_2 has quit IRC | 12:05 | |
| *** irclogbot_0 has quit IRC | 12:05 | |
| *** altlogbot_3 has joined #openstack-oslo | 12:08 | |
| *** pcaruana has joined #openstack-oslo | 12:10 | |
| *** altlogbot_3 has quit IRC | 12:11 | |
| *** njohnston has quit IRC | 12:12 | |
| *** njohnston has joined #openstack-oslo | 12:14 | |
| *** kinrui is now known as fungi | 12:21 | |
| *** kgiusti has joined #openstack-oslo | 12:32 | |
| *** kgiusti has quit IRC | 12:39 | |
| *** ansmith has joined #openstack-oslo | 12:50 | |
| *** aojea has quit IRC | 12:54 | |
| *** altlogbot_3 has joined #openstack-oslo | 12:54 | |
| *** aojea has joined #openstack-oslo | 12:55 | |
| *** altlogbot_3 has quit IRC | 12:57 | |
| *** kgiusti has joined #openstack-oslo | 12:57 | |
| *** lbragstad has joined #openstack-oslo | 13:15 | |
| *** goldyfruit has joined #openstack-oslo | 13:19 | |
| bnemec | adriant: We have a driver framework in oslo.config now that could potentially be used to allow for other input formats. | 13:46 |
| bnemec | Although if there are major architectural changes from what oslo.config does that could be a problem. | 13:46 |
| bnemec | We do also have an environment variable driver as of the last cycle or two: https://github.com/openstack/oslo.config/blob/master/oslo_config/sources/_environment.py | 13:47 |
| adriant | bnemec: oh nice on the envvar driver! | 13:52 |
| adriant | bnemec: for me the need is mostly about being able to do nested groups with yaml config structures, so I think that won't really fit | 13:53 |
| adriant | an example might be L107 in https://review.opendev.org/#/c/669804/1/adjutant/common/config/tests/test_configs.py | 13:55 |
| *** Luzi has quit IRC | 13:57 | |
| *** hberaud has quit IRC | 14:36 | |
| *** hberaud has joined #openstack-oslo | 14:43 | |
| *** mmethot has quit IRC | 14:44 | |
| *** mmethot has joined #openstack-oslo | 14:47 | |
| *** starborn has quit IRC | 14:48 | |
| *** bobh has joined #openstack-oslo | 15:15 | |
| *** bobh has quit IRC | 15:27 | |
| *** bobh has joined #openstack-oslo | 16:04 | |
| *** bobh has quit IRC | 16:06 | |
| *** altlogbot_0 has joined #openstack-oslo | 16:08 | |
| *** altlogbot_0 has quit IRC | 16:13 | |
| *** kgiusti has quit IRC | 16:21 | |
| *** irclogbot_1 has joined #openstack-oslo | 16:25 | |
| *** irclogbot_1 has quit IRC | 16:27 | |
| *** goldyfruit has quit IRC | 16:35 | |
| *** bobh has joined #openstack-oslo | 16:38 | |
| *** bobh has quit IRC | 16:38 | |
| *** altlogbot_0 has joined #openstack-oslo | 17:00 | |
| *** kgiusti has joined #openstack-oslo | 17:03 | |
| *** altlogbot_0 has quit IRC | 17:05 | |
| *** irclogbot_2 has joined #openstack-oslo | 17:11 | |
| *** irclogbot_2 has quit IRC | 17:13 | |
| *** ralonsoh has quit IRC | 17:36 | |
| *** tesseract has joined #openstack-oslo | 17:40 | |
| *** hberaud is now known as hberaud|gone | 18:02 | |
| *** melwitt has joined #openstack-oslo | 18:34 | |
| *** bobh has joined #openstack-oslo | 18:35 | |
| *** bobh has quit IRC | 18:36 | |
| *** irclogbot_3 has joined #openstack-oslo | 18:37 | |
| *** tesseract has quit IRC | 18:39 | |
| *** irclogbot_3 has quit IRC | 18:39 | |
| *** goldyfruit has joined #openstack-oslo | 19:25 | |
| *** ttx has quit IRC | 19:49 | |
| *** ttx has joined #openstack-oslo | 19:50 | |
| *** lbragstad has quit IRC | 20:02 | |
| *** irclogbot_3 has joined #openstack-oslo | 20:25 | |
| *** irclogbot_3 has quit IRC | 20:27 | |
| *** ansmith has quit IRC | 20:48 | |
| *** bobh has joined #openstack-oslo | 20:54 | |
| *** lbragstad has joined #openstack-oslo | 20:56 | |
| *** bobh has quit IRC | 21:01 | |
| *** irclogbot_1 has joined #openstack-oslo | 21:15 | |
| *** pcaruana has quit IRC | 21:19 | |
| *** irclogbot_1 has quit IRC | 21:19 | |
| *** goldyfruit has quit IRC | 21:20 | |
| *** raildo has quit IRC | 21:27 | |
| *** irclogbot_0 has joined #openstack-oslo | 21:39 | |
| *** zbitter has joined #openstack-oslo | 21:40 | |
| *** zbitter is now known as zaneb | 21:41 | |
| *** boden has quit IRC | 21:42 | |
| *** irclogbot_0 has quit IRC | 21:43 | |
| *** kgiusti has quit IRC | 21:46 | |
| *** irclogbot_2 has joined #openstack-oslo | 21:55 | |
| *** irclogbot_2 has quit IRC | 21:59 | |
| *** rcernin has joined #openstack-oslo | 22:10 | |
| *** tosky has quit IRC | 22:18 | |
| *** goldyfruit has joined #openstack-oslo | 22:28 | |
| *** altlogbot_1 has joined #openstack-oslo | 22:45 | |
| *** altlogbot_1 has quit IRC | 22:49 | |
| *** bobh has joined #openstack-oslo | 22:52 | |
| *** ansmith has joined #openstack-oslo | 22:53 | |
| *** bobh has quit IRC | 22:57 | |
| *** goldyfruit has quit IRC | 23:14 | |
| *** bobh has joined #openstack-oslo | 23:56 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!