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
Copy file name to clipboardexpand all lines: playbooks/merge-playbook/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The differences between the current and newer inventory files are written to ```
10
10
The playbook will copy the default inventory.ini and vars.yml from the playbook root directory to a time-stamped folder and then update them with the merged information included so that they are ready to use. If your inventory file and vars.yml include a new host group value ```? choose-target-host```, you must manually replace that value to avoid Ansible warnings and failures.
11
11
12
12
## Requirements for running the Playbook
13
-
* Install "ruamel.yaml" in your Python installation by running `pip install ruamel.yaml`
13
+
* Install "ruamel.yaml and six" in your Python installation by running `pip install ruamel.yaml six`
14
14
* The Merge SAS Viya Deployment Files playbooks must be placed under a new generated sas_viya_playbook directory where SAS Viya will be deployed, separate from the sas_viya_playbook directory that was previously deployed from.
15
15
The directory structure of this project must be preserved. For example: ```sas_viya_playbook/viya-ark/playbooks/merge-playboook/```
16
16
* The following SAS Viya configuration files that were used in the previous deployment must exist in the ```sas_viya_playbook``` directory:
Copy file name to clipboardexpand all lines: playbooks/viya-mmsu/README.md
+23-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# SAS Viya Administration Resource Kit (SAS Viya ARK) - SAS Viya Multi-Machine Services Utilities (MMSU) Playbooks
2
2
3
3
## Introduction
4
+
4
5
The SAS Viya Multi-Machine Services Utilities repository contains a set of playbooks to start or stop the SAS Viya services gracefully across the 1 - n machines that are identified in the inventory.ini file.
5
6
6
7
## Requirements for Running the MMSU Playbooks
8
+
7
9
* All services must have an Up status after the deployment has completed.
8
10
See "Running the Playbooks" for instructions on listing the status of SAS Viya services.
9
11
* The MMSU playbooks must be placed under the sas_viya_playbook directory where SAS Viya was deployed.
@@ -13,15 +15,18 @@ The SAS Viya Multi-Machine Services Utilities repository contains a set of playb
13
15
* sas-viya-all-services script should not be run manually on any machines when using MMSU playbooks.
14
16
15
17
## Supported deployment of MMSU Playbooks
18
+
16
19
* Single-machine deployment
17
20
* Multi-machines deployment
18
21
* Multi-tenant deployment
19
22
* Clustered database deployment
20
23
21
-
## UnSupported Viya deployment
24
+
## Unsupported Viya Deployment
25
+
22
26
* Programming-only deployment
23
27
24
28
## Running the Playbooks
29
+
25
30
To list the status of all SAS Viya services and URLs, execute:
The SAS Viya MMSU tool uses SAS Viya Postgres HA (high availability) to start the SAS Infrastructure Data Server services. It does not use systemctl. Hence, the command systemctl status may not report correctly for the following services:
0 commit comments