diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-07-20 18:06:53 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-07-20 18:07:02 -0500 |
commit | fddbec6484479e521f7d073ed5158a9303575163 (patch) | |
tree | 8e1e118548227980b0379c6a07c4f4390ffa1cf3 | |
parent | 5fc856cfdaca08604d05ff1656c5952cf02c85a5 (diff) |
aaf.props should not be in repo
Issue-ID: AAF-378
Change-Id: I16ac907c5ed3b738afaa5a66ee34a10493e83b4e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r-- | auth/docker/.gitignore | 6 | ||||
-rw-r--r-- | auth/docker/aaf.props | 11 |
2 files changed, 3 insertions, 14 deletions
diff --git a/auth/docker/.gitignore b/auth/docker/.gitignore index c058b043..f644e05c 100644 --- a/auth/docker/.gitignore +++ b/auth/docker/.gitignore @@ -1,3 +1,3 @@ -local -d.props -aaf.props +/local +/d.props +/aaf.props diff --git a/auth/docker/aaf.props b/auth/docker/aaf.props deleted file mode 100644 index 5c654806..00000000 --- a/auth/docker/aaf.props +++ /dev/null @@ -1,11 +0,0 @@ -VERSION=2.1.2-SNAPSHOT -AAF_FQDN=meriadoc.mithril.sbc.com -DEPLOY_FQI=deployer@people.osaaf.org -APP_FQDN=meriadoc.mithril.sbc.com -APP_FQI=clamp@clamp.onap.org -VOLUME=clamp_aaf -DRIVER=local -LATITUDE=38.432899 -LONGITUDE=-90.43248 -AAF_AAF_FQDN_IP=192.168.99.100 -DEPLOY_PASSWORD=demo123456! |