[
https://issues.jboss.org/browse/JBIDE-16401?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-16401 at 2/12/14 4:32 AM:
-------------------------------------------------------------------
[~mmurray] JBoss Tools never creates express.conf, it's just reading it if present.
And yes, you're completely right, express.conf is created by rhc upon run for the
first time. By reading it we make sure that JBoss Tools and rhc are interoperable.
If it's not then we provide sane defaults within JBoss Tools (ex. we point to
openshift.redhat.com as server if there's no express.conf on disk that contains such
server).
There are 2 locations for express.conf:
* ~/.openshift/express.conf (user-settings)
* /etc/openshift/express.conf (system wide settings, user-settings override the
system-wide settings)
As seen here:
https://github.com/openshift/rhc/blob/master/man/express.conf.5#L23 you see
all the settings that express.conf may contain.
We currently only support:
* default_rhlogin (username)
* libra_server (openshift server)
* libra_domain (default domain - looks deprecated for rhc).
We plan to include *timeout*: OSJC-66
was (Author: adietish):
[~mmurray] JBoss Tools never creates express.conf, it's just reading it if
present. If it's not then we provide sane defaults within JBoss Tools (ex. we point to
openshift.redhat.com as server if there's no express.conf on disk that contains such
server).
OpenShift Explorer: Same connection as two different connections
----------------------------------------------------------------
Key: JBIDE-16401
URL:
https://issues.jboss.org/browse/JBIDE-16401
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.1.1.Final
Reporter: Marián Labuda
Assignee: Andre Dietisheim
Priority: Minor
It allows to have 2 "different" connections for one connection - 2 items in
OpenShift Explorer view for same thing.
Steps to reproduce:
1. EXEC: Open OpenShift explorer view
2. EXEC: Create connection to default OpenShift server with some credentials (checkbox
for default server MUST BE checked)
3. ASSERT: Have connection in view with label "user server (default)"
4. EXEC: Open new connection shell (to create new connection)
5. EXEC: Uncheck checkbox for default server, but leave the same name and provide same
credentials as in step 2.
6. EXEC: Confirm connection creation
7. ASSERT: There are now 2 "different" connections for same connection in
OpenShift explorer view (e.g. "mlabuda(a)redhat.com
openshift.redhat.com
(default)" and "mlabuda(a)redhat.com openshift.redhat.com").
Probably connections are distinguished by labels, I guess.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira