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
feat: (IAC-889) Support OpenSearch and OpenSearch Dashboards 2.4.1 #389
Support the February release of sassoftware/viya4-kubernetes-monitoring delivering an updated OpenSearch and OpenSearch Dashboards at v2.4.1
servicePort value change required for support of OpenSearch dashboards 2.4.1. See internal ticket for recommended change description from V4M team.
Align V4M user value files with those in the V4M repo
Development test results indicate this update is compatible with both OpenSearch and OpenSearch Dashboards v1.3.5 and v2.4.1 and is required for support of v2.4.1
A resolution for the cluster-logging deploy failure using Ansible is under investigation.
Tests
Installation of cluster-logging task performed with these variations after baseline was installed
Scenario
Method
Provider
K8s
V4M branch
tags
Results
1
Docker
Azure
1.24.6
stable OpenSearch Version: 1.3.5
cluster-logging,install
Dashboards available at dashboards.dhmonlog.devops.unx.sas.com, OpenSearch API available at search.dhmonlog.devops.unx.sas.com
2
Docker
Azure
1.24.6
main OpenSearch Version: 2.4.1
cluster-logging,install
Dashboards available at dashboards.dhmonlog.devops.unx.sas.com, OpenSearch API available at search.dhmonlog.devops.unx.sas.com
3
Ansible
Azure
1.24.6
main OpenSearch Version: 2.4.1
cluster-logging,install
failed=1, ERROR Exiting script [deploy_logging.sh] due to an error executing the command [logging/bin/deploy_opensearch_content.sh]
4
Ansible
Azure
1.24.6
stable OpenSearch Version: 1.3.5
cluster-logging,install
failed=1, ERROR Exiting script [deploy_logging.sh] due to an error executing the command [logging/bin/deploy_opensearch_content.sh]
5
Ansible
AWS
1.23.14
stable OpenSearch Version: 1.3.5
cluster-logging,install
failed=1, ERROR Exiting script [deploy_logging.sh] due to an error executing the command [logging/bin/deploy_opensearch_content.sh]
Changes
Tests