Before the Helper utility can be used to generate script, the environment must first be prepared to be able to run orchestration CLI commands.

Note: The account running the deployment/configuration script must have sufficient permissions over the related projects to create roles, networks/firewall rules, disks, and virtual machines.

    • Using the script requires additional Python modules to be installed. It is recommended to use the Python PIP utility to install the modules:

pip3 install google.cloud google.cloud.compute google.cloud.iam \

    google.cloud.kms google.cloud.resource.manager requests

      • The script and its operating parameters are discussed in more detail in the following sections.
      • The Helper utility provides a convenient front end to assist with the construction of command line parameters to operate the script.


Note: Pre-configuration details are provided at the top of Helper screens for your convenience.
** Pre-configuration only needs to be run once to initially set up the environment.
** On subsequent visits to the screen, you can directly use the options to generate CLI command script.

Figure: Pre-configuration instructions on the Helper screen.

Also see:

View: Management Site

View: AROVA Helper

View: Helper Utility