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

Download Deployment Assets before executing the DAC #220

Closed lorenzk1213 closed 2 years ago

lorenzk1213 commented 2 years ago

As I understand when running the viya4-deployment DAC scripts to install Viya 4, the tool will download the deployment assets Is there an option if I have already downloaded the deployment assets beforehand and allow the DAC script to utilize this instead of downloading a new one?

lorenzk1213 commented 2 years ago

Goal here is to download deployment assets, perform some customizations on the assets e.g. manifest file and then once complete run the tool to install.

thpang commented 2 years ago

Yes, if you look at the docs here. Those variables will need to be supplied with the information requested for the order you've pre-pulled and would like to use.

thpang commented 2 years ago

Closing this one.