You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WARNING: All Viya services are about to be stopped!]
73
73
Press 'ctl+c' to interrupt the process. If no response, playbook will continue after 10 seconds:
74
74
```
75
-
User may modify viya-services-vars.yml file as following to disable the pause timer or pass the variable through the command line.
75
+
The user may modify viya-services-vars.yml file as following to disable the pause timer or pass the variable through the command line.
76
76
```
77
77
enable_pause_timer: false
78
78
```
79
+
* An experimental, alternative method of starting and stopping services based on server resource utilization is optionally available using the enable_svs_alternative variable.
when: INVOCATION_VARIABLES[inventory_hostname]['pgpoolc'] is defined and INVOCATION_VARIABLES[inventory_hostname]['pgpoolc'][0]['HA_PGPOOL_VIRTUAL_IP'] is defined
68
68
69
-
- name: Start SAS Infrastructure Data Server Node Consul Template
69
+
- name: Start SAS Infrastructure Data Server Consul Template node
when: INVOCATION_VARIABLES[inventory_hostname]['cpspgpoolc'] is defined and INVOCATION_VARIABLES[inventory_hostname]['cpspgpoolc'][0]['HA_PGPOOL_VIRTUAL_IP'] is defined
84
84
85
-
- name: Start SAS Infrastructure Data Server Node Consul Template
85
+
- name: Start SAS Infrastructure Data Server Consul Template node
0 commit comments