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
71
stars
64
forks
source link
(IAC-593) Updates to handle OpenSSL Support for Viya 4 Monitoring #246
Update to support the upcoming release of sassoftware/viya4-monitoring-kubernetes. The monitoring/logging installation script now looks for the CERT_GENERATOR environment variable during the installation script to determine what tool it should use to generate certificates. The value for CERT_GENERATOR can either be "openssl" or "cert-manager"
Tests
Scenario
K8s Version
Cadence
V4_CFG_TLS_GENERATOR
V4M_VERSION
V4M_CERT & V4M_KEY
Logging and Monitoring Stack Accessible/Stabilized
Changes
Update to support the upcoming release of sassoftware/viya4-monitoring-kubernetes. The monitoring/logging installation script now looks for the
CERT_GENERATOR
environment variable during the installation script to determine what tool it should use to generate certificates. The value forCERT_GENERATOR
can either be "openssl" or "cert-manager"Tests
See internal ticket for more details.