Peter Tran created GEODE-6560:
---------------------------------

             Summary: Geode Management REST API should create regions within 
groups
                 Key: GEODE-6560
                 URL: https://issues.apache.org/jira/browse/GEODE-6560
             Project: Geode
          Issue Type: Improvement
          Components: management
            Reporter: Peter Tran


 There is no code (or test) that supports 
`ClusterManagementService.create(config, group)`. 

h1. Why
Need to be able to create Geode components (ex. regions) associated with a 
specific group like `gfsh` can do today.

{code}
Scenario: 
Given that I have servers started with different groups (ex. `group-1` and 
`group-2`)
When I have a `ClusterManagementService` instance and a
     `RegionConfig` instance and call `cms.create(config, "group-1")`
Then the region is only created on the server associated with `group-1` 
     and the relevant cluster config is available to any new servers joining
     which are a part of `group-1`
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to