Add native support for custom variable file #6
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: pcaseiro/templatefile#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bootstraper should be able to load any variable file provided.
Ex:
OpenNebula tools uses environement variables placed in
/var/run/one-context/one_env
, with this formatProvided the variable name matches the Templater variable "path" we should be able to replace de value provided in the configuration by the value present in the variable.
Ex: For this templater config:
We should be able to replace the
PXE.DNSDomain
with the value ofPXE_DNSDOMAIN