-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate test script against a ocp+proxy setup environment #4351
Comments
Hi @prietyc123 , We did some validation on disconnected env before. About the proxy environment, Is there any difference or special requirements ? Thanks. |
Hi @prietyc123 & @zhengxiaomei123 Following are some of the changes implemented in ODO to make it work for PowerVS cluster (Proxy enabled cluster): PowerVS is proxy based cluster. Initially, we used to set the
We observed that, odo doesn't allow We added changes, to run To take care of proxy environment, thought of implementing code changes inside odo.
Notes:
With the above changes, all tests are working fine. Second part of this scenario is getting proxy variables: Initially tried of getting proxy details inside the odo code using below code:
Issue with this approach is REST call to /apis/config.openshift.io/v1/proxies can be done by admin users.
Please let me know your views on the above changes. |
Hi @prietyc123 @dharmit |
@dharmit @girishramnani @prietyc123 |
@kandarpamalipeddi at the moment, this isn't a priority. Is this blocking you folks in any way? @prietyc123 when do you plan to pick this up from the QE side? |
We are not blocked with this. Do you guys have any plans to implement code changes to make odo work on Proxy based cluster ? Or this story is to track the testing status of the Odo on proxy based cluster ? |
@kandarpamalipeddi From testing end this is not the priority currently. Before this issue I guess we need to focus on #4409 as part of QE plan. But again its of low priority currently. As you said work arounds going well for you, sounds like its not a blocker from your end too. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/kind user-story
/area testing
User Story
As a user I want to run odo test script inside a cluster which has proxy setup
Acceptance Criteria
Scope Of Issue:
Verify the steps manually
Links
/kind user-story
The text was updated successfully, but these errors were encountered: