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

Tool wants to install openshift 0.12.0 while deploying to AWS EKS #203

Closed milohiggo closed 2 years ago

milohiggo commented 2 years ago

Why is the tool trying to install the Python Openshift client - see

viya4-deployment/docs/user/Dependencies.md:pip3 | openshift | 0.12.0 viya4-deployment/docs/user/Dependencies.md:pip_openshift_version | the version of openshift to install from pip viya4-deployment/docs/user/Dependencies.md: --build-arg pip_openshift_version=0.12.0 \

The tool is then trying to perform a network route map for Openshift - see viya4-deployment/roles/vdm/vars/main.yaml: route: "route.openshift.io"

I am trying to configure this for AWS EKS - how do I avoid all these Openshift requirements?

thpang commented 2 years ago

The tooling in this repo does not focus on a specific cloud provider. The tooling here is generic and is used to create a suitable environment for the SAS Viya software in a given kubernetes cluster. If you're looking to configure an AWS EKS cluster your best bet is to look here.

thpang commented 2 years ago

Talked with @milohiggo and need to re-open this one. He's providing more information from the ansible output.

thpang commented 2 years ago

Working with @milohiggo to determine what is happening in his env to cause this issue. it is not wide spread and seems to be a configuration in his env that might be causing the problem.

thpang commented 2 years ago

@milohiggo has this been worked out? Seems like you've been able to move forward. We're looking to close this one today. Thanks.

milohiggo commented 2 years ago

Yes, I've resorted to use the Docker container which includes the Openshift client component as part of the image build, which is working for me - this can be closed.