← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:bug/1677710-ds-identify-fix-maas-detect into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:bug/1677710-ds-identify-fix-maas-detect into cloud-init:master has been updated.

Commit Message changed to:

ds-identify: fix detecting of maas datasource.

The reading of MAAS datasource configuration was simply broken.
it was looking in /etc/cloud/*maas*.cfg rather than
/etc/cloud/cloud.cfg.d/*maas*.cfg.

along side here there is also:
 * doc improvement on check_config
 * remove the path restrictions when searching for values in both
   maas and ovf_vmware_guest_customization.  that was done to improve
   performance as check_config's parsing is slow.
 * change to maas to search all config files rather than restricting
   to a subset as it tried before.  that was done for
 * better variable names.
    - rename path_cloud_confd to path_etc_cloud
    - PATH_ETC_CLOUD: /etc/cloud
    - PATH_ETC_CI_CFG: /etc/cloud/cloud.cfg
    - PATH_ETC_CI_CFG_D: /etc/cloud/cloud.cfg.d

LP: #1677710

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/321482
-- 
Your team cloud init development team is requested to review the proposed merge of ~smoser/cloud-init:bug/1677710-ds-identify-fix-maas-detect into cloud-init:master.


Follow ups