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.
Removed the need to set vdm: true when calling overlay_facts
Added new vdm helper add_if_exists that can add overlays if a defined file exists
Granted users more control over ordering their overlays via prefixing files with two digit number. The kustomization.yaml output has also been updated to display the priorites of all overlays and their source (either vdm or user)
ex. 57-my-example-overlay.yaml
Add basic support for Openshift. This includes routes, tls, remove seccomp profile, and optionally SecurityContextConstraints with the dependent RBAC permissions.
vdm: true
when calling overlay_factsadd_if_exists
that can add overlays if a defined file existsvdm
oruser
) ex. 57-my-example-overlay.yaml