Package com.netflix.simianarmy.aws.conformity

Examples of com.netflix.simianarmy.aws.conformity.SimpleDBConformityClusterTracker


        LOGGER.info(String.format("Conformity Monkey is running in: %s", regions));

        String sdbDomain = configuration().getStrOrElse("simianarmy.conformity.sdb.domain", "SIMIAN_ARMY");

        clusterTracker = new SimpleDBConformityClusterTracker(awsClient(), sdbDomain);

        ruleEngine = new ConformityRuleEngine();
        boolean eurekaEnabled = configuration().getBoolOrElse("simianarmy.conformity.Eureka.enabled", false);

        if (eurekaEnabled) {
View Full Code Here

TOP

Related Classes of com.netflix.simianarmy.aws.conformity.SimpleDBConformityClusterTracker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.