Add basic cloud-init userdata primitives to one-context #129
Labels
category: context linux
Linux OS contextualization packages
type: feature
A new feature planned for implementation
Milestone
Because of the cluster-api implementation for OpenNebula we found ourselves in a need to parse cloud-init compatible user-data structure in one-context (linux).
For now the requirement is to support basic yaml structure like the following:
write_files:
andruncmd:
is something we need to progress with cluster API, one-context (linux) has to decode and parse the userdata, then create files and run commands.The text was updated successfully, but these errors were encountered: