Creating your own building blocks for the Wazi Deploy translators
If you are an enterprise architect, you can extend the Wazi Deploy capabilities by creating your own building blocks that the Wazi Deploy translators run to implement the deployment steps.
You can implement your own actions and steps that will be recognized in the deployment plan
and run by the Wazi Deploy translators.
Overall process
- Write a new Ansible® or Python building block.Example: You can create a new
my_job_submit.py
Python building block in a new folder namedmodules
(for example) and enter its contents. - Indicate this new building block in the deployment method.
- Trigger the deployment to the target z/OS® environment.