sassoftware / viya4-deployment

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

Add logic to Download viya4-orders-cli task #253

Closed hyweldaniels closed 1 year ago

hyweldaniels commented 2 years ago

Added some conditional logic to assets.yaml so that the viya4-orders-cli is only pulled when required (i.e. when either deployment assets or a license have not been provided in ansible-vars.yaml).

jarpat commented 1 year ago

Thanks for your contribution @hyweldaniels, we've are planning to implement this change as part of #383.

We also now download the certs using the viya4-orders-cli so the new PR takes that into account.

Closing.