[
https://issues.jboss.org/browse/JBIDE-22969?page=com.atlassian.jira.plugi...
]
Dmitrii Bocharov edited comment on JBIDE-22969 at 8/18/16 1:14 PM:
-------------------------------------------------------------------
[~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*_ from the terminal. 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 from the Eclipse Servers view. 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/
was (Author: dbocharov):
[~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)