viya4-deployment
viya4-deployment copied to clipboard
feat: (IAC-1117) How to fix repositoryWarehouse?
Hello,
To deploy without internet access, I found the sas deployment operator tries to download a few files from ses.sas.download:
- cadences/shipped.mc
- rel/stable/2022.12
- lod/stable/2022.12/20230113.1673622017934
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.