=== cpaelzer_ is now known as cpaelzer === m_ueberall is now known as ueberall [15:48] Can you put network information in a #cloud-config or does that stuff have to come from a different data source? === falcojr0 is now known as falcojr [16:21] themachine: I don't think you can do that in a normal setup, because userdata is fetched over the network normally. [16:25] hm [16:38] themachine: there are a few datasources which can provide a network-config, they are "local" datasources, ie they are readable by the instance without networking configured, ConfigDrive and NoCloud are the primary ones, and in their structure, you can include a network-config file for cloud-init to read and apply. Note the network-config file is separate from user-data or other scripts one might include. https://cloudinit.read [16:38] thedocs.io/en/latest/topics/datasources.html and https://cloudinit.readthedocs.io/en/latest/topics/network-config.html have more details [16:39] Gotcha. I'll get to reading. Thank you for the direction. [21:54] falcojr: https://github.com/canonical/cloud-init/pull/934/files approved for handling MIME upgrade issues across major/minor python upgrades [21:54] Pull 934 in canonical/cloud-init "Fix MIME policy failure on python version upgrade (SC-201)" [Open] [21:54] Maynbe we waiton robjo or Moustafa to respond there and land tomorrow.