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: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,11 @@ The following issues are known and may impact the expected usage or performance
41
41
* SAS Viya 3.5 supports Linux on Power on a limited availability basis. The SAS Viya ARK tools do not support Linux on Power in the Viya35-ark-1.0 release.
42
42
* Viya ARK Pre-Install Playbook SSL check play may fail to complete if multiple sets of SSL configuration files exist. The playbook will not fail, but subsequent tasks related to SSL Certificate check will be skipped. Workaround the issue by ensuring only one configuration file specifying ``SSLCertificateFile`` exist under ``/etc/[httpd|apache2]`` root directory.
43
43
44
+
## Contributing
45
+
We welcome your contributions! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to submit contributions to this project.
46
+
47
+
This project is in maintenance mode. If you have an enhancement request you will need to submit a contribution for consideration.
48
+
44
49
## License
45
50
46
51
This project is licensed under the [Apache 2.0 License](LICENSE).
when: cps_invocation|length > 0 and cpspostgres_props_exist.changed == False and ha_properties_exist.changed == True and merge_default_host is defined and perms_override_property_exists.changed == True
641
-
664
+
665
+
# case 3-2-3 For 19w43 to 23w44 adding cps
666
+
- name: Move CommonPlanningService Invocation variables to INVOCATION_VARIABLES
when: cps_invocation|length > 0 and cpspostgres_props_exist.changed == False and merge_default_host is defined and curr_pgpool_heartbeat_property_exists.changed == False and ha_properties_exist.changed == True
687
+
642
688
- name: Check whether the NODE_TYPE property exists in the merged vars.yml
0 commit comments