summaryrefslogtreecommitdiffstats
path: root/docs/development
AgeCommit message (Expand)AuthorFilesLines
2021-10-12Fix warnings in PF documentation generationliamfallon4-10/+71
2021-10-07Docs for PDP-PAP interactiona.sreekumar3-0/+343
2021-09-22Update cds actor documentRam Krishna Verma1-7/+7
2021-07-20Document how to run the DMaaP simulator locallyliamfallon1-0/+44
2021-07-19Add profile for generating Swagger documentsliamfallon1-0/+49
2021-04-20Update Apex-PDP s3p Tests documentationarkadiusz.adamski1-114/+16
2021-04-14Update Apex-PDP s3p Test resultsarkadiusz.adamski5-5/+5
2021-04-09Update s3p Test resultsarkadiusz.adamski3-4/+4
2021-04-06Merge "Documentation changes for PAP S3P testing"Ram Krishna Verma9-16/+16
2021-04-01Documentation changes for PAP S3P testingwaynedunican9-16/+16
2021-03-31Merge "Results of Xacml Performance tests"Jim Hahn1-5/+64
2021-03-31Results of Xacml Performance testsmkidd1-5/+64
2021-03-31Merge "Distribution S3P tests results"Jim Hahn9-24/+14
2021-03-30Distribution S3P tests resultsadheli.tavares9-24/+14
2021-03-30Honululu Api Performance Run Resultslapentafd4-8/+48
2021-03-29s3p stability xacml-pdp documentationjhh1-56/+25
2021-03-29Merge "s3p stability drools-apps documentation"Jorge Hernandez6-34/+78
2021-03-29s3p stability drools-apps documentationjhh6-34/+78
2021-03-29Honululu Api Stability Run Resultslapentafd6-4/+5
2021-03-22Update CDS doc to remove legacy operational policyRashmi Pujar1-123/+95
2021-01-20Remove css files from apex-pdp s3p resultsliamfallon4-2/+2
2020-10-29Merge "S3P Testing Documentation for Apex-PDP"Jorge Hernandez6-228/+56
2020-10-29Merge "update s3p drools-pdp doc"Jorge Hernandez6-146/+11
2020-10-29Merge "Document Distribution S3P results for Guilin-RC0"Ram Krishna Verma15-139/+234
2020-10-29Document Distribution S3P results for Guilin-RC0gregory.hayes15-139/+234
2020-10-29S3P Testing Documentation for Apex-PDPwaynedunican6-228/+56
2020-10-29update s3p drools-pdp docTaka Cho6-146/+11
2020-10-23document guilin xacml stability run resultsjhh4-26/+18
2020-10-23document guilin api stability run resultsjhh18-321/+28
2020-10-22Documentation changes for PAP S3P testinga.sreekumar12-287/+51
2020-07-10Fix broken references in documentsliamfallon1-2/+2
2020-06-22Remove duplicate apex stability resultsliamfallon2-0/+0
2020-06-21Remove license issues from policy/parentliamfallon2-0/+0
2020-06-02Stability test documentation for Apex-pdpaditya.puthuparambil6-0/+80
2020-05-29Stability test documentation changes as PAP version is added as Env Variableaditya.puthuparambil1-6/+23
2020-05-21Fix last documentation warningsPamela Dragosh3-2/+4
2020-05-20Update apex-pdp stability/performance testing documenthuaxing6-117/+129450
2020-05-19Merge "stability pdp-d review comments"Jorge Hernandez6-42/+38
2020-05-19stability pdp-d review commentsjhh6-42/+38
2020-05-19Updated docs and results for S3P / API FrankfurtChris Ramstad2-154/+153
2020-05-19Merge "pdp-d stability documentation"Pamela Dragosh6-0/+299
2020-05-19Merge "More documentation of specific actor types"Ram Krishna Verma1-2/+12
2020-05-19Merge "Document new Guard Actor"Ram Krishna Verma1-6/+119
2020-05-19Merge "Document new SO Actor"Ram Krishna Verma1-4/+441
2020-05-19Merge "Dcoument new VFC Actor"Ram Krishna Verma1-4/+158
2020-05-19Merge "Document new A&AI Actor"Ram Krishna Verma3-4/+139
2020-05-19Merge "Distribution Performance Test Results"Ram Krishna Verma3-0/+60
2020-05-19Distribution Performance Test ResultsRossC3-0/+60
2020-05-18pdp-d stability documentationjhh6-0/+299
2020-05-18More documentation of specific actor typesJim Hahn1-2/+12
/span>: LOCAL_QUORUM writeConsistency: LOCAL_QUORUM replicationFactor: 3 #storage: # backend: cassandra # hostname: somehost1,somehost2,somehost3 # connectionTimeout: 100000 # cacheSize: 1000000 # clusterName: someClusterName # localDataCenter: someDataCenter # keyConsistent: true # #If backend is cql or cassandra it should be keyspace name # #else backend is hbase it should be hbase table name # name: your_hbase_table_or_keyspace_name ## CQL driver specific properties for janusgraph # cql: # #Name of the Cassandra Cluster # cluster: someclustername # readConsistency: QUORUM # writeConsistency: QUORUM # replicationFactor: 3 # localConsistencyForSysOps: true ## Cassandra driver specific properties for janusgraph # cassandra: # #Name of the Cassandra Cluster # cluster: someclustername # readConsistency: LOCAL_QUORUM # writeConsistency: LOCAL_QUORUM # replicationFactor: 3 # Common configuration for resources traversal and graphadmin config: # User information for the admin user in container userId: 1000 groupId: 1000 # Specifies that the cluster connected to a dynamic # cluster being spinned up by kubernetes deployment cluster: cassandra: dynamic: true # If cluster.cassandra.dynamic is set to false # Then the following configuration should be uncommented # This is if you are planning to connect to a existing # Cassandra cluster instead of doing the deployment #storage: # backend: cassandra # hostname: somehost1,somehost2,somehost3 # connectionTimeout: 100000 # cacheSize: 1000000 # clusterName: someClusterName # localDataCenter: someDataCenter # keyConsistent: true # # If backend is cql or cassandra it should be keyspace name # # else backend is hbase it should be hbase table name # name: your_hbase_table_or_keyspace_name # # CQL driver specific properties for janusgraph # cql: # # Name of the Cassandra Cluster # cluster: someclustername # readConsistency: QUORUM # writeConsistency: QUORUM # replicationFactor: 3 # localConsistencyForSysOps: true # # Cassandra driver specific properties for janusgraph # cassandra: # # Name of the Cassandra Cluster # cluster: someclustername # readConsistency: LOCAL_QUORUM # writeConsistency: LOCAL_QUORUM # replicationFactor: 3 # Specifies if the basic authorization is enabled basic: auth: enabled: true username: AAI passwd: AAI # Active spring profiles for the resources microservice profiles: active: production,dmaap,aaf-auth # Notification event specific properties notification: eventType: AAI-EVENT domain: dev # Schema specific properties that include supported versions of api schema: # Specifies if the connection should be one way ssl, two way ssl or no auth service: client: one-way-ssl # Specifies which translator to use if it has schema-service, then it will make a rest request to schema service translator: list: schema-service source: # Specifies which folder to take a look at name: onap uri: # Base URI Path of the application base: path: /aai version: # Current version of the REST API api: default: v23 # Specifies which version the depth parameter is configurable depth: v11 # List of all the supported versions of the API list: v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23 # Specifies from which version related link should appear related: link: v11 # Specifies from which version the app root change happened app: root: v11 # Specifies from which version the xml namespace changed namespace: change: v12 # Specifies from which version the edge label appeared in API edge: label: v12 # Keystore configuration password and filename keystore: filename: aai_keystore passwd: OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 # Truststore configuration password and filename truststore: filename: aai_keystore passwd: OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 # Specifies a list of files to be included in auth volume auth: files: - aai_keystore # Specifies which clients should always default to realtime graph connection realtime: clients: SDNC,MSO,SO,robot-ete # Logback debug enabled logback: console: # If enabled, container will print all logback to standard output # This will make debugging much easier but it should only be done # when debugging the issue and changed back as it can affect performance # since when this is enabled, it prints a lot of information to console enabled: false ################################################################# # Certificate configuration ################################################################# certInitializer: nameOverride: aai-cert-initializer aafDeployFqi: deployer@people.osaaf.org aafDeployPass: demo123456! # aafDeployCredsExternalSecret: some secret fqdn: "aai" app_ns: "org.osaaf.aaf" fqi_namespace: "org.onap.aai" fqi: "aai@aai.onap.org" public_fqdn: "aaf.osaaf.org" cadi_longitude: "0.0" cadi_latitude: "0.0" credsPath: /opt/app/osaaf/local aaf_add_config: | echo "*** transform AAF certs into pem files" mkdir -p {{ .Values.credsPath }}/certs keytool -exportcert -rfc -file {{ .Values.credsPath }}/certs/cacert.pem \ -keystore {{ .Values.credsPath }}/{{ .Values.fqi_namespace }}.trust.jks \ -alias ca_local_0 \ -storepass $cadi_truststore_password openssl pkcs12 -in {{ .Values.credsPath }}/{{ .Values.fqi_namespace }}.p12 \ -nokeys -out {{ .Values.credsPath }}/certs/cert.pem \ -passin pass:$cadi_keystore_password_p12 \ -passout pass:$cadi_keystore_password_p12 echo "*** generating needed file" cat {{ .Values.credsPath }}/certs/cert.pem \ {{ .Values.credsPath }}/certs/cacert.pem \ {{ .Values.credsPath }}/{{ .Values.fqi_namespace }}.key \ > {{ .Values.credsPath }}/certs/fullchain.pem; chown 1001 {{ .Values.credsPath }}/certs/* # application image dockerhubRepository: registry.hub.docker.com image: aaionap/haproxy:1.4.2 pullPolicy: Always flavor: small flavorOverride: small # flag to enable debugging - application support required debugEnabled: false # application configuration config: logstashServiceName: log-ls logstashPort: 5044 # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 10 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true #This section is used when localCluster is enabled. AAI will create its own cassandra cluster for its specific use. #Below command will instantiate the aai cassandra instances: #helm deploy demo local/onap --version=4.0.0 --namespace onap --set aai.enabled=true \ # --set aai.global.cassandra.localCluster=true \ # --set aai.global.cassandra.serviceName=aai-cassandra cassandra: nameOverride: aai-cassandra replicaCount: 3 service: name: aai-cassandra persistence: mountSubPath: aai/cassandra enabled: true readiness: initialDelaySeconds: 10 periodSeconds: 10 service: type: NodePort portName: aai-ssl externalPort: 8443 internalPort: 8443 nodePort: 33 # POLICY hotfix - Note this must be temporary # See https://jira.onap.org/browse/POLICY-510 aaiServiceClusterIp: ingress: enabled: false service: - baseaddr: "aai.api" name: "aai" port: 8443 config: ssl: "redirect" resources: small: limits: cpu: 2 memory: 4Gi requests: cpu: 1 memory: 1Gi large: limits: cpu: 4 memory: 8Gi requests: cpu: 2 memory: 2Gi unlimited: {}