[JBoss JIRA] (JBIDE-23764) Scaling To: wrong number of current replicas shown at times
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23764?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23764:
-------------------------------------
Summary: Scaling To: wrong number of current replicas shown at times (was: Scaling To: wong number of current replicas shown at times)
> Scaling To: wrong number of current replicas shown at times
> -----------------------------------------------------------
>
> Key: JBIDE-23764
> URL: https://issues.jboss.org/browse/JBIDE-23764
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, scaling_pods_wizard
> Fix For: 4.4.3.AM2
>
> Attachments: scale-to-dialog.png
>
>
> Even though I tried very hard I unfortunately cannot provide steps to replicate this erroneous behaviour. But it happened to me here and there.
> The tooling provides a way to have a specified number of pods for a service. This is available via the context menu of a service (and other items in the tree and in the properties).
> !scale-to-dialog.png!
> The dialog that allows you to scale the number of replicas to a specific number initially shows the current number of replicas. You can then provide a specific number of replicas that you want to have, enabling the "OK" button.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-22382) Use different icons for EAP server and Red Hat Central
by James Cobb (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22382?page=com.atlassian.jira.plugi... ]
James Cobb commented on JBIDE-22382:
------------------------------------
Hi Fred : Catherine is still working to push this issue with Brand.
> Use different icons for EAP server and Red Hat Central
> ------------------------------------------------------
>
> Key: JBIDE-22382
> URL: https://issues.jboss.org/browse/JBIDE-22382
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: central, server
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: James Cobb
> Priority: Minor
> Fix For: LATER
>
> Attachments: central-rhd-icon.png, fullIDE.png, tools_rebrand.png
>
>
> If there is an EAP server present in Servers view, workbench tool bar contains 2 same icons - Select a default server icon is same as Red Hat Central icon. We should make this explicitly different.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4253) Show warning for virtualbox component if virtualization is not enabled or cannot be detected
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4253?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4253:
--------------------------------
Sprint: devex #126 January 2017
> Show warning for virtualbox component if virtualization is not enabled or cannot be detected
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-4253
> URL: https://issues.jboss.org/browse/JBDS-4253
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.3.0.AM2
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
>
> Current implementation shows errors and warning under item selected for installation.
> See confirmation page error message for virtualbox Installer [here|https://github.com/redhat-developer-tooling/developer-platform-insta...].
> Confirmation page controller should run Virtualization detection along with installed components detection and show warning under virtualbox item if it is detected or selected for install.
> If Virtualization firmware status cannot be detected (windows 7) message should say:
> * Make sure hardware virtualization is enabled on your platform if supported to improve performance.
> if Hardware Virtualization is Disabled:
> * Please enable hardware virtualization for your platform to improve performance
> If Hardware Virtualization is Enabled, no message is required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4253) Show warning for virtualbox component if virtualization is not enabled or cannot be detected
by Sudhir Verma (JIRA)
[ https://issues.jboss.org/browse/JBDS-4253?page=com.atlassian.jira.plugin.... ]
Sudhir Verma updated JBDS-4253:
-------------------------------
Story Points: 8
> Show warning for virtualbox component if virtualization is not enabled or cannot be detected
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-4253
> URL: https://issues.jboss.org/browse/JBDS-4253
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.3.0.AM2
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
>
> Current implementation shows errors and warning under item selected for installation.
> See confirmation page error message for virtualbox Installer [here|https://github.com/redhat-developer-tooling/developer-platform-insta...].
> Confirmation page controller should run Virtualization detection along with installed components detection and show warning under virtualbox item if it is detected or selected for install.
> If Virtualization firmware status cannot be detected (windows 7) message should say:
> * Make sure hardware virtualization is enabled on your platform if supported to improve performance.
> if Hardware Virtualization is Disabled:
> * Please enable hardware virtualization for your platform to improve performance
> If Hardware Virtualization is Enabled, no message is required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4010) DevSuite installer should check if virtualization extension is enabled
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4010?page=com.atlassian.jira.plugin.... ]
Denis Golovin resolved JBDS-4010.
---------------------------------
Resolution: Done
> DevSuite installer should check if virtualization extension is enabled
> ----------------------------------------------------------------------
>
> Key: JBDS-4010
> URL: https://issues.jboss.org/browse/JBDS-4010
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Reporter: Sudhir Verma
> Assignee: Sudhir Verma
> Labels: ui
> Fix For: 10.3.0.AM2
>
>
> Oracle Virtualbox wont work w/o virtualization enabled in BIOS, so we should tell people to enable it for virtualbox to work after installation. Fortunately there is easy way to check it with powershell under windows.
> {code}PS C:\Users\eskimo> Get-WmiObject -class win32_processor -Property "VirtualizationFirmwareEnabled","SecondLevelAddressTr
> anslationExtensions"
> __GENUS : 2
> __CLASS : Win32_Processor
> __SUPERCLASS :
> __DYNASTY :
> __RELPATH :
> __PROPERTY_COUNT : 2
> __DERIVATION : {}
> __SERVER :
> __NAMESPACE :
> __PATH :
> SecondLevelAddressTranslationExtensions : True
> VirtualizationFirmwareEnabled : True
> PSComputerName :{code}
> *Update*
> Better to use systeminfo command. Here is example of output:
> {code}$ systeminfo
> Host Name: ESKIMO-ASUS
> OS Name: Microsoft Windows 10 Pro
> OS Version: 10.0.14393 N/A Build 14393
> OS Manufacturer: Microsoft Corporation
> OS Configuration: Standalone Workstation
> OS Build Type: Multiprocessor Free
> Registered Owner: eskimo
> Registered Organization:
> Product ID: 00330-80000-00000-AA020
> Original Install Date: 9/26/2016, 4:15:45 AM
> System Boot Time: 12/19/2016, 4:23:14 PM
> System Manufacturer: ASUSTeK Computer Inc.
> System Model: G53SX
> System Type: x64-based PC
> Processor(s): 1 Processor(s) Installed.
> [01]: Intel64 Family 6 Model 42 Stepping 7 GenuineIntel ~2201 Mhz
> BIOS Version: American Megatrends Inc. G53SX.203, 7/5/2011
> Windows Directory: C:\WINDOWS
> System Directory: C:\WINDOWS\system32
> Boot Device: \Device\HarddiskVolume1
> System Locale: en-us;English (United States)
> Input Locale: en-us;English (United States)
> Time Zone: (UTC-08:00) Pacific Time (US & Canada)
> Total Physical Memory: 16,361 MB
> Available Physical Memory: 10,150 MB
> Virtual Memory: Max Size: 32,745 MB
> Virtual Memory: Available: 23,976 MB
> Virtual Memory: In Use: 8,769 MB
> Page File Location(s): C:\pagefile.sys
> Domain: WORKGROUP
> Logon Server: \\ESKIMO-ASUS
> Hotfix(s): 7 Hotfix(s) Installed.
> [01]: KB3176935
> [02]: KB3176936
> [03]: KB3176937
> [04]: KB3199209
> [05]: KB3199986
> [06]: KB3209498
> [07]: KB3206632
> Network Card(s): 3 NIC(s) Installed.
> [01]: Qualcomm Atheros AR9002WB-1NG Wireless Network Adapter
> Connection Name: Wi-Fi
> DHCP Enabled: Yes
> DHCP Server: 192.168.0.1
> IP address(es)
> [01]: 192.168.0.101
> [02]: Realtek PCIe GBE Family Controller
> Connection Name: Ethernet
> Status: Media disconnected
> [03]: Cisco Systems VPN Adapter for 64-bit Windows
> Connection Name: Ethernet 3
> DHCP Enabled: No
> IP address(es)
> [01]: 10.3.230.99
> [02]: fe80::e40c:d8f4:d1f6:5959
> Hyper-V Requirements: VM Monitor Mode Extensions: Yes
> Virtualization Enabled In Firmware: Yes
> Second Level Address Translation: Yes
> Data Execution Prevention Available: Yes
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4253) Show warning for virtualbox component if virtualization is not enabled or cannot be detected
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4253?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4253:
--------------------------------
Summary: Show warning for virtualbox component if virtualization is not enabled or cannot be detected (was: Show warning for virtualboxcomponent if virtualization is not enabled or cannot be detected)
> Show warning for virtualbox component if virtualization is not enabled or cannot be detected
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-4253
> URL: https://issues.jboss.org/browse/JBDS-4253
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.3.0.AM2
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
>
> Current implementation shows errors and warning under item selected for installation.
> See confirmation page error message for virtualbox Installer [here|https://github.com/redhat-developer-tooling/developer-platform-insta...].
> Confirmation page controller should run Virtualization detection along with installed components detection and show warning under virtualbox item if it is detected or selected for install.
> If Virtualization firmware status cannot be detected (windows 7) message should say:
> * Make sure hardware virtualization is enabled on your platform if supported to improve performance.
> if Hardware Virtualization is Disabled:
> * Please enable hardware virtualization for your platform to improve performance
> If Hardware Virtualization is Enabled, no message is required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4010) DevSuite installer should check if virtualization extension is enabled
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4010?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4010:
-------------------------------------
It was about detection only and I've created new issue JBDS-4253 for including this in detection on confirmation page.
> DevSuite installer should check if virtualization extension is enabled
> ----------------------------------------------------------------------
>
> Key: JBDS-4010
> URL: https://issues.jboss.org/browse/JBDS-4010
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Reporter: Sudhir Verma
> Assignee: Sudhir Verma
> Labels: ui
> Fix For: 10.3.0.AM2
>
>
> Oracle Virtualbox wont work w/o virtualization enabled in BIOS, so we should tell people to enable it for virtualbox to work after installation. Fortunately there is easy way to check it with powershell under windows.
> {code}PS C:\Users\eskimo> Get-WmiObject -class win32_processor -Property "VirtualizationFirmwareEnabled","SecondLevelAddressTr
> anslationExtensions"
> __GENUS : 2
> __CLASS : Win32_Processor
> __SUPERCLASS :
> __DYNASTY :
> __RELPATH :
> __PROPERTY_COUNT : 2
> __DERIVATION : {}
> __SERVER :
> __NAMESPACE :
> __PATH :
> SecondLevelAddressTranslationExtensions : True
> VirtualizationFirmwareEnabled : True
> PSComputerName :{code}
> *Update*
> Better to use systeminfo command. Here is example of output:
> {code}$ systeminfo
> Host Name: ESKIMO-ASUS
> OS Name: Microsoft Windows 10 Pro
> OS Version: 10.0.14393 N/A Build 14393
> OS Manufacturer: Microsoft Corporation
> OS Configuration: Standalone Workstation
> OS Build Type: Multiprocessor Free
> Registered Owner: eskimo
> Registered Organization:
> Product ID: 00330-80000-00000-AA020
> Original Install Date: 9/26/2016, 4:15:45 AM
> System Boot Time: 12/19/2016, 4:23:14 PM
> System Manufacturer: ASUSTeK Computer Inc.
> System Model: G53SX
> System Type: x64-based PC
> Processor(s): 1 Processor(s) Installed.
> [01]: Intel64 Family 6 Model 42 Stepping 7 GenuineIntel ~2201 Mhz
> BIOS Version: American Megatrends Inc. G53SX.203, 7/5/2011
> Windows Directory: C:\WINDOWS
> System Directory: C:\WINDOWS\system32
> Boot Device: \Device\HarddiskVolume1
> System Locale: en-us;English (United States)
> Input Locale: en-us;English (United States)
> Time Zone: (UTC-08:00) Pacific Time (US & Canada)
> Total Physical Memory: 16,361 MB
> Available Physical Memory: 10,150 MB
> Virtual Memory: Max Size: 32,745 MB
> Virtual Memory: Available: 23,976 MB
> Virtual Memory: In Use: 8,769 MB
> Page File Location(s): C:\pagefile.sys
> Domain: WORKGROUP
> Logon Server: \\ESKIMO-ASUS
> Hotfix(s): 7 Hotfix(s) Installed.
> [01]: KB3176935
> [02]: KB3176936
> [03]: KB3176937
> [04]: KB3199209
> [05]: KB3199986
> [06]: KB3209498
> [07]: KB3206632
> Network Card(s): 3 NIC(s) Installed.
> [01]: Qualcomm Atheros AR9002WB-1NG Wireless Network Adapter
> Connection Name: Wi-Fi
> DHCP Enabled: Yes
> DHCP Server: 192.168.0.1
> IP address(es)
> [01]: 192.168.0.101
> [02]: Realtek PCIe GBE Family Controller
> Connection Name: Ethernet
> Status: Media disconnected
> [03]: Cisco Systems VPN Adapter for 64-bit Windows
> Connection Name: Ethernet 3
> DHCP Enabled: No
> IP address(es)
> [01]: 10.3.230.99
> [02]: fe80::e40c:d8f4:d1f6:5959
> Hyper-V Requirements: VM Monitor Mode Extensions: Yes
> Virtualization Enabled In Firmware: Yes
> Second Level Address Translation: Yes
> Data Execution Prevention Available: Yes
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4253) Show warning for virtualboxcomponent if virtualization is not enabled or cannot be detected
by Denis Golovin (JIRA)
Denis Golovin created JBDS-4253:
-----------------------------------
Summary: Show warning for virtualboxcomponent if virtualization is not enabled or cannot be detected
Key: JBDS-4253
URL: https://issues.jboss.org/browse/JBDS-4253
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Feature Request
Components: platform-installer
Affects Versions: 10.3.0.AM2
Reporter: Denis Golovin
Assignee: Sudhir Verma
Current implementation shows errors and warning under item selected for installation.
See confirmation page error message for virtualbox Installer [here|https://github.com/redhat-developer-tooling/developer-platform-insta...].
Confirmation page controller should run Virtualization detection along with installed components detection and show warning under virtualbox item if it is detected or selected for install.
If Virtualization firmware status cannot be detected (windows 7) message should say:
* Make sure hardware virtualization is enabled on your platform if supported to improve performance.
if Hardware Virtualization is Disabled:
* Please enable hardware virtualization for your platform to improve performance
If Hardware Virtualization is Enabled, no message is required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months