Merge "quoted props"
authorvarun gudisena <vg411h@att.com>
Fri, 7 Sep 2018 04:52:22 +0000 (04:52 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 7 Sep 2018 04:52:22 +0000 (04:52 +0000)
auth/docker/dpush.sh
auth/sample/bin/client.sh
auth/sample/local/aaf.props
pom.xml

index d7ba9fb..b969a34 100644 (file)
@@ -4,7 +4,7 @@
 # Pull in Variables from d.props
 . ./d.props
 
-AAF_COMPONENTS=$(cat components)
+AAF_COMPONENTS="$(cat components) core agent config"
 
 for AAF_COMPONENT in ${AAF_COMPONENTS}; do
         # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}
index 46c85be..a8b8b9a 100644 (file)
@@ -119,7 +119,7 @@ if [ ! "$CMD" = "" ]; then
            if [ "$ADD" = "Y" ]; then
                echo $2 >> $F
            else 
-                sed -i.backup -e "s/\\(${1}.*=\\).*/\\1${2}/" $F
+               sed -i.backup -e "s/\\(${1}.*=\\).*/\\1${2}/" $F
            fi
             cat $F
         done
index 4a5d071..1e16c3d 100644 (file)
@@ -20,3 +20,4 @@ cadi_x509_issuers=
 # Other
 aaf_data_dir=/opt/app/osaaf/data
 cadi_token_dir=/opt/app/osaaf/tokens
+cadi_loglevel=WARN
diff --git a/pom.xml b/pom.xml
index 6310290..985160e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
        <groupId>org.onap.aaf.authz</groupId>
        <artifactId>parent</artifactId>
        <version>2.1.2-SNAPSHOT</version>
-       <name>AAF Overall Parent</name>
+       <name>aaf-authz</name>
        <packaging>pom</packaging>
 
        <parent>