diff options
author | Jerry Flood <jflood@att.com> | 2019-09-28 04:56:23 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-09-28 06:58:50 -0400 |
commit | 00903933a3e7cb3344fba29ddd1454c6dd4a1782 (patch) | |
tree | b378422c55afbf8adcf3e0fc4d7b4a6564fbcf5b /cmso-topology/etc/config | |
parent | 65655f00562ab842192ec278d77bdc8d343abe39 (diff) |
Replace CADI interface to AAF
Issue-ID: OPTFRA-593
Change-Id: I60b7ce1c79b912554e32aba00fa45c1d3890025a
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-topology/etc/config')
-rw-r--r-- | cmso-topology/etc/config/topology.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmso-topology/etc/config/topology.properties b/cmso-topology/etc/config/topology.properties index 5ca252f..af3d8f4 100644 --- a/cmso-topology/etc/config/topology.properties +++ b/cmso-topology/etc/config/topology.properties @@ -28,3 +28,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #------------------------------------------------------------------------------- +aaf.urls=https://aaf-onap-test.osaaf.org:8095 +aaf.user.role.properties=src/main/resources/aaf/AAFUserRoles.properties +aaf.enabled=true +aaf.namespace=org.onap.oof
\ No newline at end of file |