Veritas InfoScale™ Installation, Upgrade, and Configuration Using Ansible - Linux

Last Published:
Product(s): InfoScale & Storage Foundation (8.0.2, 8.0, 7.4.3, 7.4.2, 7.4.1)
Platform: Linux

Out file for VVR solution

Use the following command to generate and execute the workflow solutions:

# ansible-playbook infoscale_workflow.yaml

Under base_working_dir location, folder along with solution playbooks, inventory and workflow.yml is created and it executes the playbooks in a sequence as mentioned below:

  • install_cluster1.yml

  • install_cluster2.yml

  • configure_cluster1.yml

  • configure_cluster2.yml

  • secure_cluster1.yml

  • secure_cluster2.yml

  • gco_config.yml

  • create_objects_dg1.yml

  • create_vip_cluster1_dg1_rvg1.yml

  • create_vip_cluster2_dg1_rvg1.yml

  • create_vip_cluster1_dg1_rvg2.yml

  • create_vip_cluster2_dg1_rvg2.yml

  • create_vvrres_dg1_rvg1.yml

  • create_vvrres_dg1_rvg2.yml

If the workflow generate option (execute: 0) is used then you need to execute the workflow using this command:

# ansible-playbook - i inventory workflow.yaml