summaryrefslogtreecommitdiffstats
path: root/docs/sections/development/index.rst
diff options
context:
space:
mode:
authorSai Gandham <sai.gandham@att.com>2019-08-22 13:51:08 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-22 13:51:08 +0000
commit886cd982dff59ef087b94a3b6eb0e4be37259019 (patch)
treeceaea7ffa6e512f2435bb5078795134c10441e08 /docs/sections/development/index.rst
parent013931b3432b73eabe70238d88003a25aa261733 (diff)
parent6f4db93bbbaf343156de4d3d530edc8183ed7577 (diff)
Merge "Update M2/3 API Docs Update M2/3 Release Notes"
Diffstat (limited to 'docs/sections/development/index.rst')
-rw-r--r--docs/sections/development/index.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/sections/development/index.rst b/docs/sections/development/index.rst
index 623da6aa..4115c15c 100644
--- a/docs/sections/development/index.rst
+++ b/docs/sections/development/index.rst
@@ -49,6 +49,25 @@ your accessing machine:
10.12.6.214 aaf-onap-beijing-test aaf-onap-beijing-test.osaaf.org
+--------------------
+Finding AAF Services
+--------------------
+
+AAF can be run as standalone Java Services, Docker and Kubernetes. For Kubernetes and some Docker installs, AAF's Services need to be able to be contacted both inside the K8S, not just one name or port.
+
+AAF has a Locator Service, default port of 8095, which will give the URLs of Running Services. The CADI Client uses this, but any Authenticated Client may make queries.
+
+With El Alto, you can request Internal or External URLs.
+
+Example
+ * assumes ONAP Test Env URL, and access to ONAP Test Systems
+ * put URL in browser
+
+External URL:https://aaf-onap-test.osaaf.org:8095/locate/org.osaaf.aaf.service:2.1
+Internal URL:https://aaf-onap-test.osaaf.org:8095/locate/onap.org.osaaf.aaf.service:2.1
+
+Where "onap" is the Container name
+
------------------------------
Environment Artifacts (AAF FS)
------------------------------