openshift/openshift-ansible

uninstall of openshift doesn't remove docker proxy configuration

hirenvadalia opened this issue · 4 comments

Description

If openshift is deployed with proxy (aka openshift_http_proxy and openshift_https_proxy) it adds this in docker proxy setting, but when openshift is uninstalled then those setting stays.
Ideally, it should be removed during uninstall of openshift.

Version

ansible version: 2.9.6
gi clone of openshift-ansible - 3.11 branch

Steps To Reproduce
  1. create inventory file with openshift_http_proxy and openshift_https_proxy
  2. deploy openshift
  3. check docker info (It should show Http Proxy and Https Proxy)
  4. uninstall openshift
  5. check docker info (It will still show Htpp Proxy and Https Proxy)
Expected Results

docker proxy should be removed after uninstalling of openshift

Additional Information

CentOS 7 - minimal installation - all packages updates

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

@openshift-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.