[JBoss JIRA] (JBIDE-24584) Rename cdk adapter to cdk 2
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24584?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-24584.
---------------------------------
Resolution: Done
> Rename cdk adapter to cdk 2
> ---------------------------
>
> Key: JBIDE-24584
> URL: https://issues.jboss.org/browse/JBIDE-24584
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdk
> Affects Versions: 4.5.0.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.0.AM2
>
>
> I just noticed that in the New Server wizard we have these two adapter types:
> Red Hat Container Development Kit
> Red Hat Container Development Kit 3
> Obviously I know the first one is 2.x, but if I didn't know there's no indication anywhere. So I think it's a good idea to rename it to reflect this.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24517) Provision windows on bare metal machine
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24517?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-24517:
----------------------------------
Description:
* Study foreman configuration
* Find someone from foreman team willing to help with configuration and setting use cases
* Configure foreman for provisioning machines in the same sub-net
* Prepare image for provisioning
* Provision basic image to local machine
was:
* Configure foreman for provisioning machines in the same subnet
* Prepare image for provisioning
* Provision basic image to local machine
> Provision windows on bare metal machine
> ---------------------------------------
>
> Key: JBIDE-24517
> URL: https://issues.jboss.org/browse/JBIDE-24517
> Project: Tools (JBoss Tools)
> Issue Type: Epic
> Components: integration-tests, qa
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Critical
> Labels: cdk, central-ci, devsuite
> Fix For: 4.5.x
>
>
> * Study foreman configuration
> * Find someone from foreman team willing to help with configuration and setting use cases
> * Configure foreman for provisioning machines in the same sub-net
> * Prepare image for provisioning
> * Provision basic image to local machine
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24584) Rename cdk adapter to cdk 2
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24584?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-24584:
--------------------------------
Fix Version/s: 4.5.0.AM2
> Rename cdk adapter to cdk 2
> ---------------------------
>
> Key: JBIDE-24584
> URL: https://issues.jboss.org/browse/JBIDE-24584
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdk
> Affects Versions: 4.5.0.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.0.AM2
>
>
> I just noticed that in the New Server wizard we have these two adapter types:
> Red Hat Container Development Kit
> Red Hat Container Development Kit 3
> Obviously I know the first one is 2.x, but if I didn't know there's no indication anywhere. So I think it's a good idea to rename it to reflect this.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBIDE-24184) Server adapter: DEV_MODE, DEBUG_MODE, DEBUG_PORT keys (and default values) are hard-coded, not read from docker image
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24184?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24184:
-------------------------------------
Sprint: devex #134 Jun 2017 (was: devex #133 Jun 2017)
> Server adapter: DEV_MODE, DEBUG_MODE, DEBUG_PORT keys (and default values) are hard-coded, not read from docker image
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24184
> URL: https://issues.jboss.org/browse/JBIDE-24184
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.4.AM2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.5.0.Final
>
>
> to turn on/off debugging and dev_mode for an app, one needs to set env variables. The keys that are used to set the values are all defined in the docker image labels (inspectable by doing {code}docker inspect <docker-image-id>{code}:
> * nodejs
> {code}
> "Labels": {
> ...
> "com.redhat.dev-mode": "DEV_MODE:false",
> "com.redhat.dev-mode.port": "DEBUG_PORT:5858",
> ...
> {code}
> * eap
> {code}
> "Labels": {
> ...
> "com.redhat.dev-mode": "DEBUG:true",
> "com.redhat.dev-mode.port": "DEBUG_PORT:8787",
> ...
> {code}
> Our code on the other hand is hard-coding these, not reading the keys from the docker image:
> {code}
> public class OpenShiftDebugUtils {
> private static final String DEBUG_KEY = "DEBUG";
> private static final String DEBUG_PORT_KEY = "DEBUG_PORT";
> ...
> {code}
> {code}
> public class OpenShiftLaunchController extends AbstractSubsystemController
> implements ISubsystemController, ILaunchServerController {
> ...
> private static final String DEV_MODE = "DEV_MODE"; //$NON-NLS-1$
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (JBDS-4422) Rename RPM package to rh-eclipse47-devstudio
by Mat Booth (JIRA)
[ https://issues.jboss.org/browse/JBDS-4422?page=com.atlassian.jira.plugin.... ]
Mat Booth commented on JBDS-4422:
---------------------------------
The "javax.el-api 2.2.4 not found" problem should now be fixed in rh-eclipse47 -- it should only need to use the javax.el-api bundle provided by the "rh-eclipse47-glassfish-el-api-3.0.1-0.4.b08.2.el7" package.
> Rename RPM package to rh-eclipse47-devstudio
> --------------------------------------------
>
> Key: JBDS-4422
> URL: https://issues.jboss.org/browse/JBDS-4422
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Task
> Components: rpm
> Affects Versions: 11.0.0.AM1
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Fix For: 11.0.0.AM2
>
> Attachments: build.log.txt, core.runtime.note.resolved.started-config.ini.log.txt, root.log.txt
>
>
> Devstudio RPM should be renamed to "rh-eclipse47-devstudio".
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months