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
fix: (IAC-836): Updated assets.yaml to include cas-onboard tag #357
With the updates made to DO code to change the path for license directory, the LICENSE_DIRECTORY fact was missing when multi-tenancy cas-onboard task was applied.
Updated the assset.yaml file to include cas-onboard and offboard tag for setting the LICENSE_DIRECTORY fact.
Also removed the cas-onboard and offboard tag from not required tasks which were accidentally included before.
Tests:
Verified the onboard and cas-onboard of tenants is successful
Changes:
With the updates made to DO code to change the path for license directory, the
LICENSE_DIRECTORY
fact was missing when multi-tenancy cas-onboard task was applied.cas-onboard
andoffboard
tag for setting theLICENSE_DIRECTORY
fact.cas-onboard
andoffboard
tag from not required tasks which were accidentally included before.Tests: