=== sambetts|afk is now known as sambetts === shardy is now known as shardy_lunch === shardy_lunch is now known as shardy [13:46] rharper, no 'conclusions' === rangerpbzzzz is now known as rangerpb === sambetts is now known as sambetts|afk [18:43] smoser: if I have a yaml file in /etc/cloud/cloud.cfg.d/50-foo.cfg ; where does that show up object-wise? sys_cfg ? datasource ? [18:45] well, it deepnds. [18:45] config modules are handed the entire config after merging in user-data [18:47] datasources are handed the system config (config['system_info']) [18:47] so in Init object, doing find_network_config; it's not always clear to me what files feed into which obj, the command line is obvious but not sure how sys_config vs. ds config are composed [18:48] thats wrong. [18:50] datasources get the whole config. [18:51] ok, but files in cloud.cfg.d get slurped into what ... sys_cfg ? [18:52] in the init object, they're part of self.cfg [18:52] ok [18:52] ok, perfect [18:52] that's what I needed [18:52] I'm missing a leading 'network' key in my .d cfg file [18:53] * rharper will write up a section on how to feed network config in from various locations === rangerpb is now known as rangerpbzzzz