Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1154530

Summary: [RFE]Web console should support region feature.
Product: OpenShift Container Platform Reporter: Yanping Zhang <yanpzhan>
Component: Management ConsoleAssignee: Luke Meyer <lmeyer>
Status: CLOSED UPSTREAM QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.2.0CC: bleanhar, jokerman, libra-onpremise-devel, mmccomas, yanpzhan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1156026 (view as bug list) Environment:
Last Closed: 2014-10-27 02:33:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1156026    
Bug Blocks:    
Attachments:
Description Flags
region is shown on app page none

Description Yanping Zhang 2014-10-20 06:00:33 UTC
Description of problem:
Since rhc and API have supported team management feature already, so web console should also support it, but it does not support up to now.

Version-Release number of selected component (if applicable):
ose2.2/2014-10-19.1

How reproducible:
Always

Steps to Reproduce:
1.On website try to do operations on app with region feature.
2.
3.

Actual results:
1.Doesn't support region feature.

Expected results:
1.Should support region feature.

Additional info:

Comment 1 Yanping Zhang 2014-10-20 07:08:36 UTC
Sorry, in "Description of problem:Since rhc and API have supported team management feature already", it should be "Description of problem:Since rhc and API have supported region management feature already". It's region feature request.

Comment 3 Luke Meyer 2014-10-23 15:32:24 UTC
This should already be in the product - need to make sure I understand how this is supposed to work.

Comment 4 Luke Meyer 2014-10-23 20:03:49 UTC
This is already in the product. You will only see it if you actually have regions (I think more than one is required), and broker.conf:ALLOW_REGION_SELECTION="true" (definitely required). Please verify to your satisfaction and we can close it if so, or perhaps create a docs bug?

Comment 5 Yanping Zhang 2014-10-24 03:05:16 UTC
After set in broker.conf:ALLOW_REGION_SELECTION="true", we can choose regions when create application on website. It's great.
It is better to support displaying region info on the application page when the application locates on a node with region, no matter what's set with ALLOW_REGION_SELECTION.
Suggest show region info as rhc does:
# rhc app show phptest -g
ID                       State   Cartridges Size  Region  Zone  SSH URL
------------------------ ------- ---------- ----- ------- ----- ------------------------------------------------------
5449aa3c6b263c57fb000027 started php-5.4    small region2 zone2 5449aa3c6b263c57fb000027.manual.com

Comment 6 Luke Meyer 2014-10-24 12:26:17 UTC
Created attachment 950374 [details]
region is shown on app page

The region is shown on the app page, under the app name (not with the gears), even if ALLOW_REGION_SELECTION="false". Is this what you meant or were you expecting it somewhere else?

Comment 7 Yanping Zhang 2014-10-27 02:12:00 UTC
Sorry for not noticing the region info before you showed me. I thought it was together with gear info. We can verify that the region info is enough on website now, please help to change the bug status, thanks so much.