Bug 783507

Summary: [eap6] provide way to enable DomainDeployments
Product: [Other] RHQ Project Reporter: Libor Zoubek <lzoubek>
Component: UsabilityAssignee: Libor Zoubek <lzoubek>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: low Docs Contact:
Priority: high    
Version: 3.0.1CC: hrupp, theute
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
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:    
Bug Blocks: 707223    

Description Libor Zoubek 2012-01-20 16:54:42 UTC
Description of problem: Currently on latest RHQ there is now way I am aware of how to enable DomainDeployments deployed to server group. User has an option to deploy to server group and let the deployment disabled, this means we need an option to enable disabled deployments.


Version-Release number of selected component (if applicable):
Version: 4.3.0-SNAPSHOT
Build Number: 7a155ea

How reproducible:always


Steps to Reproduce:
1.create a DomainDeployment (can be WAR) under EAP6 DR8 DomainController
2.go to the deployment and run 'Deploy to Server-Group'operation
2.select 'No' to disable the deployment in server group
4. ?
  
Actual results: Deployment is deployed on server group and not enabled (it is not distributed to managed instances). That is completely correct, but there is no way how to enable it, just delete & deploy again.


Expected results: Either there is an option to enable deployments on server group or we should not let the user chose 'Should the deployment be enabled on the server group?'.


Additional info:

Comment 1 Heiko W. Rupp 2012-01-24 21:13:14 UTC
c862b9c in master adds operations to enable/disable

Availability of those deployments follows the following rule:

Is the deployment there?
  No-> return Down

is the attribute "enabled" true?
  return up
else
  return down

Comment 2 Mike Foley 2012-02-07 19:31:50 UTC
marking VERIFIED BZs to CLOSED/CURRENTRELEASE

Comment 3 Mike Foley 2012-02-07 19:31:52 UTC
changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE