Skip to content

Instantly share code, notes, and snippets.

View richardcloudsoft's full-sized avatar

Richard Downer richardcloudsoft

View GitHub Profile
@richardcloudsoft
richardcloudsoft / gist:5621117
Created May 21, 2013 16:20
Log from repose after running [quick-deply] ./repose.sh install When I make a request to localhost:8888, Repose shuts down
2013-05-21 16:51:50,410 760 [main] ERROR com.rackspace.papi.service.context.impl.LoggingServiceContext - ERROR LEVEL LOG STATEMENT
2013-05-21 16:51:50,410 760 [main] WARN com.rackspace.papi.service.context.impl.LoggingServiceContext - WARN LEVEL LOG STATEMENT
2013-05-21 16:51:50,410 760 [main] INFO com.rackspace.papi.service.context.impl.LoggingServiceContext - INFO LEVEL LOG STATEMENT
2013-05-21 16:51:50,411 761 [main] DEBUG com.rackspace.papi.service.context.impl.LoggingServiceContext - DEBUG LEVEL LOG STATEMENT
2013-05-21 16:51:50,411 761 [main] DEBUG com.rackspace.papi.service.ServiceRegistry - Registering Context with service registry: powerapi:/services/logging
2013-05-21 16:51:50,780 1130 [main] DEBUG com.rackspace.papi.service.ServiceRegistry - Registering Context with service registry: powerapi:/services/reporting
2013-05-21 16:51:50,782 1132 [main] INFO com.rackspace.cloud.valve.controller.service.context.impl.ReposeValveControllerContextManager - Repose starting...
______ _____
package tryout;
import brooklyn.entity.basic.AbstractApplication;
import brooklyn.entity.nosql.mongodb.MongoDBReplicaSet;
import brooklyn.entity.proxying.EntitySpecs;
public class MongoDBApplication extends AbstractApplication {
@Override
public void init() {
@richardcloudsoft
richardcloudsoft / Makefile
Created March 15, 2018 15:54
Makefile to build a Java keystore from a Lets Encrypt cert
ca_path=/etc/letsencrypt/live/amp.cloudsoftdev.net
name=AMP
password=password
outdir=/etc/amp/ssl
all: keystore.jks
clean:
rm dstrootx3.pem isrgrootx1.pem bundle.pem server.p12 keystore.jks