-
Notifications
You must be signed in to change notification settings - Fork 172
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
TRANSFORMER_PHASE_ENVIRONMENT_CONNECTED #2914
Conversation
@squirrelsc Previous transformers are passed a node connection in the runbook. However, for transformers in this phase I want to access the node that was just deployed. Do you have thoughts on the best way to implement that? |
Deployed phase is different than other phases. You can create a new base class for deployed phase transformers, which can accept an environment argument on |
c279b66
to
71f6a15
Compare
47ef18e
to
a907b03
Compare
013dbad
to
40e4f42
Compare
6dcaae4
to
87c52a8
Compare
rename from DEPLOYED to ENVIRONEMENT_CONNECTED for clarity.
87c52a8
to
23add61
Compare
This was much needed. Thanks @kamalca for adding this feature. |
Adds a transformer phase that runs every time a VM is deployed.