sassoftware / viya4-deployment

This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
69 stars 62 forks source link

Option to exclude sitedefault file #544

Open simon-z22 opened 3 months ago

simon-z22 commented 3 months ago

Is your feature request related to a problem? Please describe.

The current default of V4_CFG_SITEDEFAULT is https://github.com/sassoftware/viya4-deployment/blob/main/examples/sitedefault.yaml if V4_CFG_SITEDEFAULT is not specified.

This sitedefault file disables the resetting of sasboot password if using the command introduced in https://go.documentation.sas.com/doc/en/itopscdc/v_050/dplyml0phy0dkr/n0jnud7mxkxkstn18ub6ylsdyl95.htm.

Describe the solution you'd like

It would be great if there is an option to exclude sitedefault or no sitedefault is used by default.

Thanks

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct