Feature #4317

Redesign group admin view

Added by Carlos Martín over 5 years ago. Updated about 5 years ago.

Status:ClosedStart date:02/03/2016
Priority:HighDue date:
Assignee:-% Done:

100%

Category:Sunstone
Target version:Release 5.0
Resolution:fixed Pull request:

Description

The current group admin view is based on the cloud (provisioning) interface. But as we add more and more administrative capabilities to the group admins, this view is duplicating a lot of code from the admin view.

This campaign will create a new group admin view based on the advanced admin view. The cloud view will be stripped of all the admin actions, and will be left as a simple provisioning portal again.


Related issues

Related to Bug #4216: text64 user input is not shown when creating a VM/Service... Closed 11/27/2015
Related to Backlog #3870: Redesign UI for CPU attribute, include overcommit section New 07/09/2015
Related to Bug #4225: VM capacity not honored if workstation is too slow to com... Closed 12/03/2015
Related to Bug #4128: Foundation slider performance degrades with each setup Closed 11/03/2015
Related to Feature #4326: Make capacity modification (CPU & MEMORY) for VMs configu... Closed 02/11/2016

Associated revisions

Revision 91ee796c
Added by Carlos Martín over 5 years ago

Feature #4317: Init resp_obj to fix missing object name in NO_EXISTS errors

Revision 91b1cc73
Added by Carlos Martín over 5 years ago

Feature #4317: Add option for template delete and chmod to be recursive

Revision 92d4fddb
Added by Carlos Martín over 5 years ago

Feature #4317: Template delete/chmod recursive, oca & cli

Revision e7222663
Added by Carlos Martín over 5 years ago

Feature #4317: Template delete/chmod recursive in sunstone

Revision 1f1d0fcf
Added by Carlos Martín over 5 years ago

Feature #4317: Add new user-input types, make capacity user-inputs

New types: number, range, list. The capacity definition creates
user inputs for the CPU, MEMORY and VCPU

Revision 785d000e
Added by Carlos Martín over 5 years ago

Feature #4317: Use utils/user-inputs in provision-tab

Revision e33de478
Added by Carlos Martín over 5 years ago

Feature #4317: Refactor user-inputs edition table

Revision 316e3c58
Added by Carlos Martín over 5 years ago

Feature #4317: Use capacity-inputs in provision tab, vm create

Revision d0e6ac17
Added by Carlos Martín over 5 years ago

Feature #4317: Fix bug in template update

Revision f411864a
Added by Carlos Martín over 5 years ago

Feature #4317: Fix word-char pattern inconsistencies

Revision 33d8c78b
Added by Carlos Martín over 5 years ago

Feature #4317: Add new user input types to cli

Revision 4726a6a4
Added by Carlos Martín over 5 years ago

Feature #4317: Remove instance-types conf

Revision 64612a48
Added by Carlos Martín over 5 years ago

Feature #4317: Remove sunstone/capacity_select

Revision 5cb2caf4
Added by Carlos Martín over 5 years ago

Feature #4317: Remove _from_provision actions

Revision 73dffa1e
Added by Carlos Martín over 5 years ago

Feature #4317:: Refactor append_template_refresh

Revision abf9006b
Added by Carlos Martín over 5 years ago

Feature #4317: Add quick view change in top right dropdown

Revision 81a7f423
Added by Carlos Martín over 5 years ago

Feature #4317: Fix memory unit change for list inputs

Revision 7693ae7a
Added by Carlos Martín over 5 years ago

Feature #4317: Support user_inputs in vm resize dialog

Revision c26ec3c0
Added by Carlos Martín over 5 years ago

Feature #4317: Remove saved templates from cloud view instantiate

Now templates are categorized as mine,group,system

Revision 2c88e156
Added by Carlos Martín over 5 years ago

Feature #4317: Remove any mention to saved templates in cloud view

The templates tab now shows any visible template, not just
those created from a saved VM

Revision 1f6e793d
Added by Carlos Martín over 5 years ago

Feature #4317: New groupadmin(_vcenter) views based on admin.yaml

Revision d12ce1fe
Added by Carlos Martín over 5 years ago

Bug #4345 Feature #4317: Fix a lot of missing actions from yaml views

Revision e932b8db
Added by Carlos Martín over 5 years ago

Feature #4317: Add cloud view as default for group admins

Revision 0b994720
Added by Carlos Martín over 5 years ago

Feature #4317: Remove Security Groups panel for vnets in admin_vcenter view

Revision 69f916e8
Added by Carlos Martín over 5 years ago

Feature #4317: Fix template list cards when cpu or mem is missing

Revision 7439a5e4
Added by Carlos Martín over 5 years ago

Feature #4317: Fix required message when capacity inputs are hidden in cloud view

Revision 674801b4
Added by Ruben S. Montero over 5 years ago

feature #4317: Return error when a template image cannot be deleted
(recursive mode)

Revision 048c8991
Added by Ruben S. Montero over 5 years ago

feature #4317: Set error message and code when some images cannot be
chmod'ed in a recursive operation

Revision 59aae97a
Added by Ruben S. Montero over 5 years ago

feature #4317: Use xpath templates

(cherry picked from commit 7df5b936c7049f86ab02f8149ea1e299ed0cbb09)

Revision a4844484
Added by Carlos Martín over 5 years ago

Feature #4317 #4215: Allow group admins to create VRouters

Revision 60ea0937
Added by Ruben S. Montero over 5 years ago

feature #4317: Recursive disk operations can work on DISK based on image
names.

Revision f30c15ed
Added by Carlos Martín over 5 years ago

Feature #4317: Remove all user and group features from provision-tab

Revision 5e31b9b7
Added by Carlos Martín over 5 years ago

Feature #4317: Enable capacity select for cloud_vcenter

Revision ba0156af
Added by Carlos Martín over 5 years ago

Feature #4317: Delete recursive is now a confirm dialog with 2 options

Revision 16e0f7ca
Added by Carlos Martín over 5 years ago

Feature #4317: Better memory range inputs

Revision 720f858e
Added by Carlos Martín over 5 years ago

Feature #4317: Change default behaviour when capacity user inputs are missing

If the user input for cpu,mem,vcpu is missing the input is
considered free to edit. A new user-input type 'fixed' is
added to force a specific value

Revision 65fe0d60
Added by Carlos Martín over 5 years ago

Feature #4317: Small tweaks to capacity inputs help texts

Revision 225b250c
Added by Carlos Martín over 5 years ago

Feature #4317: Use 2 inputs for min,max in user inputs

Revision a29cc368
Added by Carlos Martín over 5 years ago

Feature #4317: Use 2 inputs for min,max in capacity inputs

Revision f9c95d7f
Added by Carlos Martín over 5 years ago

Feature #4317: Move template share/unshare to ownership button group

Revision e52fbe4f
Added by Carlos Martín over 5 years ago

Feature #4317: onedb replaces SUNSTONE_CAPACITY_SELECT with fixed user inputs

Revision eedd076d
Added by Carlos Martín over 5 years ago

Feature #4317: Use UserInputs for service vnets

Revision 155f03cc
Added by Carlos Martín over 5 years ago

Feature #4317: Fix NETWORK_SELECT check

Revision 1352f19a
Added by Carlos Martín over 5 years ago

Feature #4317: Refactor nics-section to allow sec. groups selection on instantiate

Revision 29d8775f
Added by Carlos Martín over 5 years ago

Feature #4317: Improve error handling for NICs with network_uname

Revision b62e6547
Added by Carlos Martín about 5 years ago

Feature #4317: Add missing _UID to nic cleanup

Revision 70269f1f
Added by Carlos Martín about 5 years ago

Feature #4317: When capacity user inputs are missing, the default is 'any value'

Revision 69487d34
Added by Carlos Martín about 5 years ago

Feature #4317: Fix bug in group bootstrap

Revision cafaeb4d
Added by Carlos Martín about 5 years ago

Feature #4317: Add default views for group admins

History

#1 Updated by Daniel Molina over 5 years ago

  • Priority changed from Normal to High

#2 Updated by Daniel Molina over 5 years ago

  • Related to Bug #4216: text64 user input is not shown when creating a VM/Service through Cloud View added

#3 Updated by Daniel Molina over 5 years ago

  • Related to Backlog #3870: Redesign UI for CPU attribute, include overcommit section added

#4 Updated by Daniel Molina over 5 years ago

  • Related to Bug #4225: VM capacity not honored if workstation is too slow to compute javascript added

#5 Updated by Daniel Molina over 5 years ago

  • Related to Bug #4128: Foundation slider performance degrades with each setup added

#6 Updated by Ruben S. Montero over 5 years ago

  • Related to Feature #4326: Make capacity modification (CPU & MEMORY) for VMs configurable at the VM Template level added

#7 Updated by Carlos Martín about 5 years ago

  • % Done changed from 0 to 90

#8 Updated by Carlos Martín about 5 years ago

TODO: groupadmin view is added on bootstrap, but this will not work for upgraded installations. The default sunstone-views file should take into account a default for groupadmins

#9 Updated by Carlos Martín about 5 years ago

  • Status changed from New to Closed
  • % Done changed from 90 to 100
  • Resolution set to fixed

Also available in: Atom PDF