Open rf-vivanovs opened 5 years ago
PR for the feature: #52443
thanks for the PR!!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
Thank you for updating this issue. It is no longer marked as stale.
Description of Issue/Question
When writing deploy scripts
vm
,opt
, andminion
dicts are available. minion isstr
, butvm
andopt
are dicts, and we can't dump them directly.The problem is that if you need to dump/pass information that is json/yaml, you don't have the ability to do that from the deployer script, because no json/yaml filter is available.
I'm not sure if it is intended or not, but would be nice to have an ability to use them.
Setup
I have a custom cloud deployer with "custom" opts:
Then in my custom deployer script I have (just an example)
Steps to Reproduce Issue
If you deploy a VM with the custom deployer script you will see an error and traceback:
and the raw dump of data looks like:
Versions Report