neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

OpenStack is not respecting `enable_config_drive: False` #125

Closed netoarmando closed 3 years ago

netoarmando commented 3 years ago

(Most probably not the right place to report this, writing it down so we can be aware)

$ grep -r config_drive *
config/provisioning-config.yaml:    enable_config_drive: False
config/mrackdb.json:        "config_drive": "True",

That is affecting Windows and Linux hosts. Changing mrack source code to force config_drive as True when provisioning hosts does not matter, same result.

Tiboris commented 3 years ago

This might be openstack provider configuration so it hardcodes the config drive option to true which we may not affect at all :) will close this issue for now.