aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7beb2a91d077361578ff279efa614b9ac843ffad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#####standard .git ignore entries#####

## IDE Specific Files ##
org.eclipse.core.resources.prefs
.classpath
.project
.settings
.idea
.externalToolBuilders
.checkstyle
maven-eclipse.xml
workspace
.factorypath
.vscode

## Compilation Files ##
*.class
**/target
target
target-ide
MANIFEST.MF

## Misc Ignores (OS specific etc) ##
bin/
dist
*~
*.ipr
*.iml
*.iws
classes
out/
.DS_STORE
.metadata
provider/src/main/java/META-INF/
provider/src/main/java/inventory/
yang-gen-sal/

## BlackDuck generated file
sdnc-northbound_bdio.jsonld
blackDuckHubProjectName.txt
blackDuckHubProjectVersionName.txt
us **username and password** depending on which client is triggering the request. The realm.properties contains the credentials for the OpenECOMP components and these should be changed as appropriate. All API endpoints are exposed on port **8443**. ##### Example API endpoints in the first open source release http://aai.api.simpledemo.openecomp.org:8443/aai/v10/cloud-infrastructure/pservers/pserver/<pserver-id> The easy way to trigger these endpoints is to use a RESTful client or automation framework. HTTP GET/PUT/DELETE are supported for most resource endpoints. More information on the REST interface can be found in the AAI Service REST API specification. # Configuring AAI The Docker containers use a Chef based configuration file (JSON) in order to provision AAI basic configuration for the demo app use case set up. # Logging EELF framework is used for **specific logs** (audit, metric and error logs). They are tracking inter component logs (request and response) and allow to follow a complete flow through the AAI subsystem EELF logs are located at the following location on the AAI Service container: - /opt/app/aai/logs (each module has its own folder) AJSC Jetty logs can be found under /opt/app/aai-resources/logs/ajsc-jetty. The REST interface logs can be found under /opt/app/aai-resources/logs/rest. # Testing AAI Functionalities Any RESTful client such as SoapUI may be configured and setup to use for testing AAI requests.