viya4-deployment
viya4-deployment copied to clipboard
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...
Refer to internal ticket comment on May 8 for dev branch information being used for Experimental dark site support code review.
### Changes In order to deploy Viya4 to an dark site cluster, application images required for DAC deployments need to be loaded into a cloud container registry as a source...
### 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...
As explained in #372, this is a WIP PR for all changes required to have a better air gapped installation. Changes: - add V4_CFG_CERTS for certs.zip file location - prevent...
the ldif for the 'users' group has an incorrect distinguished name, which manifests in Viya as a failure show this group when querying memberships for any of the members. This...
It is minor, but I think it would improve the documentation readability to have a clickable table of content in the main README file (https://github.com/sassoftware/viya4-deployment/blob/main/README.md) with links to the distinct...
Hello, To deploy without internet access, I found the sas deployment operator tries to download a few files from ses.sas.download: - cadences/shipped.mc - rel/stable/2022.12 - lod/stable/2022.12/20230113.1673622017934 I found I need...
Hi all I propose we replace nfs-subdir-external-provisioner with the csi driver for nfs https://github.com/kubernetes-csi/csi-driver-nfs . The nfs-subdir-external-provisioner suffers from a lack of maintainers and the kubernetes sig-storage group recommends people...
This PR updates the ingress-nginx version to `v1.11.1` which supports the K8 versions: 1.30, 1.29 1.28, 1.27 and 1.26.
### Viya4 Deployment Version Details 6.20.1 (latest) ### Ansible Variable File Details ```bash ## Cluster PROVIDER: custom # CLUSTER_NAME normally comes from TF output...here we make it consistent with the...