Configuration Agent and MS for AAF 99/56299/1
authorInstrumental <jonathan.gathman@att.com>
Thu, 12 Jul 2018 16:14:10 +0000 (11:14 -0500)
committerInstrumental <jonathan.gathman@att.com>
Thu, 12 Jul 2018 16:15:07 +0000 (11:15 -0500)
commit9ec2895301056a9e8967eadb139e56f03776fe26
tree6a25ad45269de5149462c51a020b60e245e18ddd
parentd37b5467a3b8b375b603579d2888a4443a8b06a7
Configuration Agent and MS for AAF

Issue-ID: AAF-361
Change-Id: I26f3d49e3d7eae4a932489bd677cf0b903fb7977
Signed-off-by: Instrumental <jonathan.gathman@att.com>
48 files changed:
auth/auth-cass/src/main/cql/init2_1.cql
auth/auth-cass/src/main/cql/osaaf.cql
auth/auth-cass/src/main/cql/temp_identity.cql
auth/auth-core/src/main/java/org/onap/aaf/auth/server/Log4JLogIt.java
auth/auth-fs/src/test/java/org/onap/aaf/auth/fs/test/JU_AAF_FS.java
auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/CMArtiChangeForm.java
auth/docker/.gitignore [new file with mode: 0644]
auth/docker/Dockerfile.config [new file with mode: 0644]
auth/docker/Dockerfile.core [new file with mode: 0644]
auth/docker/Dockerfile.ms [new file with mode: 0644]
auth/docker/agent.sh [new file with mode: 0644]
auth/docker/d.props.init [moved from auth/docker/d.props with 72% similarity]
auth/docker/dbuild.sh
auth/docker/dclean.sh
auth/docker/drun.sh
auth/docker/dstart.sh
auth/sample/bin/agent.sh [new file with mode: 0644]
auth/sample/etc/org.osaaf.aaf.cm.props [new file with mode: 0644]
auth/sample/etc/org.osaaf.aaf.fs.props [new file with mode: 0644]
auth/sample/etc/org.osaaf.aaf.gui.props [moved from auth/sample/etc/org.osaaf.gui.props with 86% similarity]
auth/sample/etc/org.osaaf.aaf.hello.props [new file with mode: 0644]
auth/sample/etc/org.osaaf.aaf.locate.props [new file with mode: 0644]
auth/sample/etc/org.osaaf.aaf.log4j.props [moved from auth/sample/etc/org.osaaf.log4j.props with 100% similarity]
auth/sample/etc/org.osaaf.aaf.oauth.props [new file with mode: 0644]
auth/sample/etc/org.osaaf.aaf.orgs.props [moved from auth/sample/etc/org.osaaf.orgs.props with 100% similarity]
auth/sample/etc/org.osaaf.aaf.service.props [new file with mode: 0644]
auth/sample/etc/org.osaaf.cm.props [deleted file]
auth/sample/etc/org.osaaf.common.props [deleted file]
auth/sample/etc/org.osaaf.fs.props [deleted file]
auth/sample/etc/org.osaaf.hello.props [deleted file]
auth/sample/etc/org.osaaf.locate.props [deleted file]
auth/sample/etc/org.osaaf.oauth.props [deleted file]
auth/sample/etc/org.osaaf.service.props [deleted file]
auth/sample/local/.gitignore [new file with mode: 0644]
auth/sample/local/aaf.props [new file with mode: 0644]
auth/sample/local/initialConfig.props [new file with mode: 0644]
auth/sample/local/org.osaaf.aaf.cassandra.props [moved from auth/sample/local/org.osaaf.cassandra.props with 94% similarity]
auth/sample/local/org.osaaf.aaf.cm.ca.props [moved from auth/sample/local/org.osaaf.cm.ca.props with 53% similarity]
auth/sample/local/org.osaaf.aaf.cm.p12 [deleted file]
auth/sample/local/org.osaaf.aaf.keyfile [deleted file]
auth/sample/local/org.osaaf.aaf.p12 [deleted file]
auth/sample/local/org.osaaf.aaf.props [deleted file]
auth/sample/local/org.osaaf.aaf.trust.p12 [deleted file]
auth/sample/local/org.osaaf.location.props [deleted file]
auth/sample/logs/clean [new file with mode: 0644]
auth/sample/logs/taillog [new file with mode: 0644]
cadi/aaf/pom.xml
cadi/aaf/src/main/java/org/onap/aaf/cadi/configure/Agent.java