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

feat: (IAC-1117) How to fix repositoryWarehouse? #372

Open momiji opened 1 year ago

momiji commented 1 year ago

Hello,

To deploy without internet access, I found the sas deployment operator tries to download a few files from ses.sas.download:

I found I need to change repositoryWarehouse url in the computed sasdeployment.yaml file (find SASDeployment), but I couldn't find any way to do it.

I guess I should add some ort of kustomize thing to alter the sasdeployment.yaml file during the playbook execution, but I don't know where to put it (site-config?).

Thanks for any help.

By the way, there are a few things to change to allow the playbook to run correctly without internet access, I'll probably propose a pull request for this, an enhanced version of #253 with additional variables to skip all downloads.