-
Notifications
You must be signed in to change notification settings - Fork 20
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
Broker: pass archetype to the object profile #89
Open
jouvin
wants to merge
2
commits into
quattor:upstream
Choose a base branch
from
jouvin:archetype_variable
base: upstream
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Let's finish with this one: #87 |
jouvin
force-pushed
the
archetype_variable
branch
from
June 30, 2018 13:21
c799db9
to
94b3fd7
Compare
BTW, if/when this PR is accepted, it would be good to make |
jrha
reviewed
Jul 2, 2018
jouvin
force-pushed
the
archetype_variable
branch
from
July 2, 2018 17:07
94b3fd7
to
9d6c7c9
Compare
2 tasks
jouvin
force-pushed
the
archetype_variable
branch
from
August 16, 2018 10:47
9d6c7c9
to
b8716dd
Compare
- Do not replace the variable used as the value by its actual value Change-Id: Id517acec7b0231f9c7333346ca7a49e806823a60
- archetype name assigned to /system/archetype/name Change-Id: Ice4559238bb36e299fc0f172c2fc13f357c9f13f
joaocosta
pushed a commit
to joaocosta/aquilon
that referenced
this pull request
Jan 13, 2025
…merge/master/by_topic/prepare_sandbox to master * commit '8b88b49074b580852ff5da360cd720260be2b6ce': Load default config even if override is specified Add sandbox preparation functionality
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change allows the broker to pass the host archetype to the object profile as '/system/archetype/name`.
It includes an improvement of
pan_variable()
function to define a variable based on another variable, allow a construct like:This
pan_variable()
change was originally made for an earlier version of this PR and is now no longer used but has been kept as it it potentially useful.Fixes #88
Contributes to #90