Veritas InfoScale™ Installation, Upgrade, and Configuration Using Ansible - Linux
Using site_facters module
The site_facters Ansible module is used to collect system-related data from all nodes in a cluster. You must use the site_facters module in your playbooks, while performing all operations in InfoScale.
Table: Release matrix-related operations
Name | Description | Mandatory/optional |
---|---|---|
release_matrix_path | Specifies the location where release matrix json file would exist. There are two options to select release matrix location: Method 1: sort : Picks up release matrix data from SORT veritas website. Method 2: Custom_url/custom_path: Can be valid URL or accessible path from host machine.
If the release matrix failed to update from SORT or custom URL/custom path, then the local matrix would be utilized. To check which release matrix data is being used you can refer to the logs generated by that playbook. Example: release_matrix_path : sort release_matrix_path : http://x.x.x.x release_matrix_path: /root/matrix | Optional |