[jboss-jira] [JBoss JIRA] (AS7-430) DomainController discovery system
Farah Juma (JIRA)
jira-events at lists.jboss.org
Fri Feb 1 12:00:52 EST 2013
[ https://issues.jboss.org/browse/AS7-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751855#comment-12751855 ]
Farah Juma commented on AS7-430:
--------------------------------
Created a new pull request: https://github.com/jbossas/jboss-as/pull/3982
Static discovery options are now configured using the <static-discovery> element and S3 discovery options are configured using the generic <discovery-option> element:
{code:xml}
<discovery-options>
<static-discovery name="option-one" host="172.16.81.100" port="9999"/>
<discovery-option name="option-two" code="org.jboss.as.host.controller.discovery.S3Discovery">
<property name="access-key" value="s3_access_key"/>
<property name="secret-access-key" value="s3_secret_access_key"/>
<property name="location" value="s3_bucket_name"/>
</discovery-option>
</discovery-options>
{code}
> DomainController discovery system
> ---------------------------------
>
> Key: AS7-430
> URL: https://issues.jboss.org/browse/AS7-430
> Project: Application Server 7
> Issue Type: Task
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Farah Juma
> Fix For: 7.3.0.Alpha1
>
>
> Mechanism(s) by which a Host Controller finds a Domain Controller so it can begin the process of integrating into the domain.
> Task includes the host.xml schema elements to configure this, the domain object model classes behind those elements, and the actual implementation of discovery from both the ServerManager and DomainController sides.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list