[jbosstools-issues] [JBoss JIRA] (JBIDE-22969) Make sure OpenShift Tools support proxies

Dmitrii Bocharov (JIRA) issues at jboss.org
Thu Aug 18 13:13:00 EDT 2016


     [ https://issues.jboss.org/browse/JBIDE-22969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitrii Bocharov updated JBIDE-22969:
-------------------------------------
    Attachment: proxy_settings.png


[~akazakov] [~mlabuda] , please, have a look. Am i doing something wrong? Or it is bugs?

Tried on Fedora 24. Used [cdk-2.2 nightly build from August 17|http://cdk-builds.usersys.redhat.com/builds/nightly/17-Aug-2016/]
1) I did the following from the [Eclipse Proxy Testing|https://mojo.redhat.com/docs/DOC-989982] description:
{code:bash}
sudo iptables -P OUTPUT DROP
sudo iptables -A OUTPUT -p udp -j ACCEPT
sudo iptables -A OUTPUT -p tcp --destination-port 3128 --destination 10.38.5.41 -j ACCEPT
{code}

Then i tried _*vagrant up*_. It hangs on the _*==> default: Waiting for SSH to become available...*_. As soon as i _*sudo iptables -P OUTPUT ACCEPT*_, it immediately continues starting up


2) I set up proxy settings in Eclipse preferences: [^proxy_settings.png] + 
{code:bash}
sudo iptables -P OUTPUT DROP
sudo iptables -A OUTPUT -p udp -j ACCEPT
sudo iptables -A OUTPUT -p tcp --destination-port 3128 --destination 10.38.5.41 -j ACCEPT
{code}

and tried to start the cdk. Nor OS connection, neither Docker connection created with the following Error pop-up:
{noformat}
Unable to configure docker and openshift. Calls to vagrant service-manager are returning empty environments.
{noformat}

But when i do _*sudo iptables -P OUTPUT ACCEPT*_ connections are created in a usual way, even if i leave proxy settings in Eclipse tuned to http://10.38.5.41:3128/

> Make sure OpenShift Tools support proxies
> -----------------------------------------
>
>                 Key: JBIDE-22969
>                 URL: https://issues.jboss.org/browse/JBIDE-22969
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: openshift
>            Reporter: Alexey Kazakov
>            Assignee: Dmitrii Bocharov
>             Fix For: 4.4.1.Final
>
>         Attachments: proxy_settings.png
>
>
> CDK is now support proxy servers. We also should make sure OpenShift Tools works fine with proxies too.
> If devstudio and cdk are installed using DevSuite installer and user configured proxy server correctly then everything should just work on Eclipse side.
> This issue covers:
> - testing
> - creating all needed (currently missing) automated tests (including reddeer/swt bot Integration Tests)
> - fixing any problems we have in OpenShift tooling regarding proxy support.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list