Adrian Vladu
551c4eb318
Add metadata interface for instance data
Some plugins, like the userdata execution plugin, need a standard model for the instance data, which can be applied by templating engines like jinja to the userdata. This way, a user can use this feature to customize her userdata scripts with values that are specific to that instance runtime env or cloud platform. The instance data structure is based on the cloud-init specifications: https://cloudinit.readthedocs.io/en/latest/topics/instancedata.html The v1 namespace contains a subset of the cloud-init specs for the instance data. The ds.meta_data namespace contains all the values the v1 namespace contains, in order to be compatible with cloud-init, plus a subset of other instance data. Change-Id: I5c529498f06fe3c86f7fa3c20fdf3091840c4041
Portable Multi-Cloud Initialization Service
- Author: Cloudbase Solutions Srl
- Contact: info@cloudbasesolutions.com
- Home page: http://www.cloudbase.it/cloud-init-windows/
- Documentation: http://cloudbase-init.readthedocs.org/en/latest/
- Source: https://github.com/openstack/cloudbase-init
- License: Apache 2.0
Downloads
Stable
- (64bit) https://www.cloudbase.it/downloads/CloudbaseInitSetup_Stable_x64.msi
- (32bit) https://www.cloudbase.it/downloads/CloudbaseInitSetup_Stable_x86.msi
Beta
- (64bit) https://www.cloudbase.it/downloads/CloudbaseInitSetup_x64.msi
- (32bit) https://www.cloudbase.it/downloads/CloudbaseInitSetup_x86.msi
Got a question?
Description
Languages
Python
100%