-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provision template extends multiple templates #3237
Comments
PRs to merge in master: Code: #3352 |
al3xhh
pushed a commit
to al3xhh/one
that referenced
this issue
May 20, 2019
al3xhh
pushed a commit
to al3xhh/one
that referenced
this issue
May 21, 2019
Consider this Ruby gem to implement the extends in a clear and sane way: |
al3xhh
pushed a commit
to al3xhh/one
that referenced
this issue
Apr 1, 2020
al3xhh
pushed a commit
to al3xhh/one
that referenced
this issue
Apr 6, 2020
al3xhh
pushed a commit
to al3xhh/one
that referenced
this issue
Apr 6, 2020
PRs to merge in master: |
rsmontero
pushed a commit
that referenced
this issue
Apr 8, 2020
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Apr 8, 2020
al3xhh
pushed a commit
to al3xhh/one
that referenced
this issue
Apr 8, 2020
rsmontero
pushed a commit
that referenced
this issue
Apr 8, 2020
rsmontero
pushed a commit
that referenced
this issue
Oct 4, 2024
* It looks like `onedb purge-history` sometimes fails to delete some history records. * Delete all history records with SEQ greater then VM/HISTORY_RECORDS/HISTORY/SEQ, which should be the last record
rsmontero
pushed a commit
that referenced
this issue
Jan 13, 2025
* It looks like `onedb purge-history` sometimes fails to delete some history records. * Delete all history records with SEQ greater then VM/HISTORY_RECORDS/HISTORY/SEQ, which should be the last record (cherry picked from commit a3c4776)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We already support chaining of several provision templates with the
extends:
parameter. This parameter can contain only reference to a single template. It would be useful to support a list of multiple templates to extend from and recursively evaluate them in the order they are written. For example:Use case
Provide a separate templates for virtual networks and datastores, and be able to include both of them from a single template.
Progress Status
The text was updated successfully, but these errors were encountered: