[JBoss JIRA] (JBDS-3618) Progress does not reflect actual amount of work done
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3618?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3618:
--------------------------------
Sprint: (was: devex #115 May 2016)
> Progress does not reflect actual amount of work done
> ----------------------------------------------------
>
> Key: JBDS-3618
> URL: https://issues.jboss.org/browse/JBDS-3618
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Priority: Minor
> Labels: havoc, ui
> Fix For: 10.0.0.GA
>
>
> It seems the current way the progress tracking is implemented is simply by giving an initial time estimate for each component. The progress bars then just count down the supplied time with no relation to the actual progress achieved.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3867) CDK file name should include version, match file name on RHCP
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3867?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3867:
--------------------------------
Sprint: (was: devex #115 May 2016)
> CDK file name should include version, match file name on RHCP
> -------------------------------------------------------------
>
> Key: JBDS-3867
> URL: https://issues.jboss.org/browse/JBDS-3867
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 7/64 bit
> Reporter: Robert Terzi
> Assignee: Denis Golovin
> Priority: Minor
> Fix For: 10.0.0.GA
>
>
> The platform installer uses a file name for the CDK box with no version information making it difficult to tell if you have the latest CDK box or not.
> The downloaded box file is saved in \cdk\boxes\rhel-vagrant-virtualbox.box.
> It should use the same file name as the Red Hat Customer Portal to make it easy to identify that it is the same file: rhel-cdk-kubernetes-7.2-23.x86_64.vagrant-virtualbox.box
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22575) Extract CDK's Docker registry from vagrant service-manager env
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22575?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-22575:
--------------------------------
Description:
The docker registry url is currently hard coded when created a new OpenShift connection for the CDK (JBIDE-22441).
With https://github.com/projectatomic/vagrant-service-manager/issues/210 being fixed and the CDK 2.1 looming around the corner, it's now possible to get the DOCKER_REGISTRY value from the CDK:
{code}
vagrant service-manager env
# docker env:
# Set the following environment variables to enable access to the
# docker daemon running inside of the vagrant virtual machine:
export DOCKER_HOST=tcp://10.1.2.2:2376
export DOCKER_CERT_PATH=/Users/fbricon/Dev/openshift/cdk.old/components/rhel/rhel-ose/.vagrant/machines/default/virtualbox/docker
export DOCKER_TLS_VERIFY=1
export DOCKER_API_VERSION=1.21
# openshift env:
# You can access the OpenShift console on: https://10.1.2.2:8443/console
# To use OpenShift CLI, run: oc login https://10.1.2.2:8443
export OPENSHIFT_URL=https://10.1.2.2:8443
export OPENSHIFT_WEB_CONSOLE=https://10.1.2.2:8443/console
export DOCKER_REGISTRY=hub.openshift.rhel-cdk.10.1.2.2.xip.io
{code}
We should store the docker registry with a https:// prefix, if the value is not a URL
was:
The docker registry url is currently hard coded when created a new OpenShift connection for the CDK (JBIDE-22441).
With https://github.com/projectatomic/vagrant-service-manager/issues/210 being fixed and the CDK 2.1 looming around the corner, it's now possible to get the DOCKER_REGISTRY value from the CDK:
{quote}
vagrant service-manager env
# docker env:
# Set the following environment variables to enable access to the
# docker daemon running inside of the vagrant virtual machine:
export DOCKER_HOST=tcp://10.1.2.2:2376
export DOCKER_CERT_PATH=/Users/fbricon/Dev/openshift/cdk.old/components/rhel/rhel-ose/.vagrant/machines/default/virtualbox/docker
export DOCKER_TLS_VERIFY=1
export DOCKER_API_VERSION=1.21
# openshift env:
# You can access the OpenShift console on: https://10.1.2.2:8443/console
# To use OpenShift CLI, run: oc login https://10.1.2.2:8443
export OPENSHIFT_URL=https://10.1.2.2:8443
export OPENSHIFT_WEB_CONSOLE=https://10.1.2.2:8443/console
export DOCKER_REGISTRY=hub.openshift.rhel-cdk.10.1.2.2.xip.io
{quote}
We should store the docker registry with a https:// prefix, if the value is not a URL
> Extract CDK's Docker registry from vagrant service-manager env
> --------------------------------------------------------------
>
> Key: JBIDE-22575
> URL: https://issues.jboss.org/browse/JBIDE-22575
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdk
> Affects Versions: 4.4.0.Final
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Labels: respin-a
> Fix For: 4.4.0.Final
>
>
> The docker registry url is currently hard coded when created a new OpenShift connection for the CDK (JBIDE-22441).
> With https://github.com/projectatomic/vagrant-service-manager/issues/210 being fixed and the CDK 2.1 looming around the corner, it's now possible to get the DOCKER_REGISTRY value from the CDK:
> {code}
> vagrant service-manager env
> # docker env:
> # Set the following environment variables to enable access to the
> # docker daemon running inside of the vagrant virtual machine:
> export DOCKER_HOST=tcp://10.1.2.2:2376
> export DOCKER_CERT_PATH=/Users/fbricon/Dev/openshift/cdk.old/components/rhel/rhel-ose/.vagrant/machines/default/virtualbox/docker
> export DOCKER_TLS_VERIFY=1
> export DOCKER_API_VERSION=1.21
> # openshift env:
> # You can access the OpenShift console on: https://10.1.2.2:8443/console
> # To use OpenShift CLI, run: oc login https://10.1.2.2:8443
> export OPENSHIFT_URL=https://10.1.2.2:8443
> export OPENSHIFT_WEB_CONSOLE=https://10.1.2.2:8443/console
> export DOCKER_REGISTRY=hub.openshift.rhel-cdk.10.1.2.2.xip.io
> {code}
> We should store the docker registry with a https:// prefix, if the value is not a URL
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months