summaryrefslogtreecommitdiffstats
path: root/docs/sections/development
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-22 07:54:17 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-22 07:54:25 -0500
commit6f4db93bbbaf343156de4d3d530edc8183ed7577 (patch)
tree95649e742cffdca750f742fdd0cc3a3246ddb967 /docs/sections/development
parent4c231d800a0cba774f6bbcaa6ddb40a572d0fe4d (diff)
Update M2/3 API Docs
Update M2/3 Release Notes Issue-ID: AAF-921, AAF-925 Change-Id: I643138df179b0391c9cb86ecfad44be1e95e9b46 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'docs/sections/development')
-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)
------------------------------