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

  1. 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 named modules (for example) and enter its contents.
  2. Indicate this new building block in the deployment method.
  3. Trigger the deployment to the target z/OS® environment.