[JBoss JIRA] (JBIDE-22433) Properties: Add Storage tab
by Dmitry Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22433?page=com.atlassian.jira.plugi... ]
Dmitry Bocharov updated JBIDE-22433:
------------------------------------
Description:
We should be able to display Persistent Volume (aka Storage) informations in the OpenShift properties.
Need to define the extent of the informations to display. At the very least, it should be the same as what the OpenShift Console provides.
Using persistent volumes:
# https://blog.openshift.com/experimenting-with-persistent-volumes/
# https://docs.openshift.com/enterprise/3.0/dev_guide/persistent_volumes.html
Briefly: to see how persistent volume claims work, add the following json as a resource to the project:
{code:title=Persistent Volume Claim Object Definition}
{
"apiVersion": "v1",
"kind": "PersistentVolumeClaim",
"metadata": {
"name": "claim1"
},
"spec": {
"accessModes": [ "ReadWriteOnce" ],
"resources": {
"requests": {
"storage": "5Gi"
}
}
}
}
{code}
was:
We should be able to display Persistent Volume (aka Storage) informations in the OpenShift properties.
Need to define the extent of the informations to display. At the very least, it should be the same as what the OpenShift Console provides.
> Properties: Add Storage tab
> ---------------------------
>
> Key: JBIDE-22433
> URL: https://issues.jboss.org/browse/JBIDE-22433
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Fred Bricon
> Assignee: Dmitry Bocharov
> Labels: new_and_noteworthy, openshift_v3, properties
> Fix For: 4.4.1.AM3
>
> Attachments: storage from web console.png
>
>
> We should be able to display Persistent Volume (aka Storage) informations in the OpenShift properties.
> Need to define the extent of the informations to display. At the very least, it should be the same as what the OpenShift Console provides.
> Using persistent volumes:
> # https://blog.openshift.com/experimenting-with-persistent-volumes/
> # https://docs.openshift.com/enterprise/3.0/dev_guide/persistent_volumes.html
> Briefly: to see how persistent volume claims work, add the following json as a resource to the project:
> {code:title=Persistent Volume Claim Object Definition}
> {
> "apiVersion": "v1",
> "kind": "PersistentVolumeClaim",
> "metadata": {
> "name": "claim1"
> },
> "spec": {
> "accessModes": [ "ReadWriteOnce" ],
> "resources": {
> "requests": {
> "storage": "5Gi"
> }
> }
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (JBIDE-22433) Properties: Add Storage tab
by Dmitry Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22433?page=com.atlassian.jira.plugi... ]
Dmitry Bocharov updated JBIDE-22433:
------------------------------------
Description:
We should be able to display Persistent Volume (aka Storage) informations in the OpenShift properties.
Need to define the extent of the informations to display. At the very least, it should be the same as what the OpenShift Console provides.
Using persistent volumes:
# https://blog.openshift.com/experimenting-with-persistent-volumes/
# https://docs.openshift.com/enterprise/3.0/dev_guide/persistent_volumes.html
Briefly: to see how persistent volume claims work, add the following json as a resource to the project:
{code:title=Persistent Volume Claim Object Definition}
{
"apiVersion": "v1",
"kind": "PersistentVolumeClaim",
"metadata": {
"name": "claim1"
},
"spec": {
"accessModes": [ "ReadWriteOnce" ],
"resources": {
"requests": {
"storage": "1Gi"
}
}
}
}
{code}
was:
We should be able to display Persistent Volume (aka Storage) informations in the OpenShift properties.
Need to define the extent of the informations to display. At the very least, it should be the same as what the OpenShift Console provides.
Using persistent volumes:
# https://blog.openshift.com/experimenting-with-persistent-volumes/
# https://docs.openshift.com/enterprise/3.0/dev_guide/persistent_volumes.html
Briefly: to see how persistent volume claims work, add the following json as a resource to the project:
{code:title=Persistent Volume Claim Object Definition}
{
"apiVersion": "v1",
"kind": "PersistentVolumeClaim",
"metadata": {
"name": "claim1"
},
"spec": {
"accessModes": [ "ReadWriteOnce" ],
"resources": {
"requests": {
"storage": "5Gi"
}
}
}
}
{code}
> Properties: Add Storage tab
> ---------------------------
>
> Key: JBIDE-22433
> URL: https://issues.jboss.org/browse/JBIDE-22433
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Fred Bricon
> Assignee: Dmitry Bocharov
> Labels: new_and_noteworthy, openshift_v3, properties
> Fix For: 4.4.1.AM3
>
> Attachments: storage from web console.png
>
>
> We should be able to display Persistent Volume (aka Storage) informations in the OpenShift properties.
> Need to define the extent of the informations to display. At the very least, it should be the same as what the OpenShift Console provides.
> Using persistent volumes:
> # https://blog.openshift.com/experimenting-with-persistent-volumes/
> # https://docs.openshift.com/enterprise/3.0/dev_guide/persistent_volumes.html
> Briefly: to see how persistent volume claims work, add the following json as a resource to the project:
> {code:title=Persistent Volume Claim Object Definition}
> {
> "apiVersion": "v1",
> "kind": "PersistentVolumeClaim",
> "metadata": {
> "name": "claim1"
> },
> "spec": {
> "accessModes": [ "ReadWriteOnce" ],
> "resources": {
> "requests": {
> "storage": "1Gi"
> }
> }
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (JBDS-3951) Installer needs to add the VirtualBox install directory to the PATH
by Hardy Ferentschik (JIRA)
[ https://issues.jboss.org/browse/JBDS-3951?page=com.atlassian.jira.plugin.... ]
Hardy Ferentschik commented on JBDS-3951:
-----------------------------------------
Actually from my perspective this can be closed. I don't need _VBoxManage_ anymore. That said, I think it still makes sense to add it. A proper VirtualBox install adds these as well and allows you to use the various VBoxManage tools from the terminal.
> Installer needs to add the VirtualBox install directory to the PATH
> -------------------------------------------------------------------
>
> Key: JBDS-3951
> URL: https://issues.jboss.org/browse/JBDS-3951
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Reporter: Hardy Ferentschik
> Assignee: Denis Golovin
> Priority: Critical
> Fix For: 10.1.0.AM3
>
>
> The installer does not seem to add the VirtualBox install directory to the PATH variable (at least not with the CDK 2.0 installer). This means the executables in this directory cannot be found.
> As part of Windows network setup, I want to call {{VBoxManage.exe}}, but it currently cannot be found. I first have to manually modify the PATH.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months
[JBoss JIRA] (JBDS-3614) DevSuite Installer Installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3614?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3614:
--------------------------------
Summary: DevSuite Installer Installer (was: Developer Platform Installer)
> DevSuite Installer Installer
> ----------------------------
>
> Key: JBDS-3614
> URL: https://issues.jboss.org/browse/JBDS-3614
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Epic
> Components: platform-installer
> Reporter: Max Rydahl Andersen
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: havoc
> Fix For: 10.1.0.AM3
>
>
> Make installer that has:
> VirtualBox
> Vagrant
> Cygwin
> CDK
> (custom VagrantFile?)
> (docker client?)
> OpenJDK
> Red Hat Developer Studio 9.1
> (with or without JBoss EAP ? - EAP 7 not available)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 4 months