diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-07-19 13:29:32 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-07-19 13:29:44 -0500 |
commit | 32cdd553a8668e6d03a9cf5b11b360d35a63c87f (patch) | |
tree | 48c02e4be820d87efb777d7be20bad57d517b61c /auth/docker/aaf.props | |
parent | 9c8a8b0926b13b07fb1e5394903401e7a3f1ff79 (diff) |
Configuration and Auto-Certificates
Issue-ID: AAF-378
Change-Id: Ic820a4e43684a6130f00b28b415a974876099fc3
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/aaf.props')
-rw-r--r-- | auth/docker/aaf.props | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/auth/docker/aaf.props b/auth/docker/aaf.props new file mode 100644 index 00000000..8d18f55d --- /dev/null +++ b/auth/docker/aaf.props @@ -0,0 +1,14 @@ +FQI=clamp@clamp.onap.org +VOLUME=clamp_aaf +LONGITUDE=-92 +FQDN=meriadoc.mithril.sbc.com +VERSION=2.1.2-SNAPSHOT +DRIVER=local +LATITUDE=38 +FQDN_IP=192.168.99.100 +AAF_FQDN=meriadoc.mithril.sbc.com +AAF_AAF_FQDN_IP=192.168.99.100 +DEPLOY_FQI=deployer@people.osaaf.org +DEPLOY_PASSWORD=demo123456! +APP_FQDN=meriadoc.mithril.sbc.com +APP_FQI=clamp@clamp.onap.org |