X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fappc%2Fvalues.yaml;h=5accce3482ad901526cc1d3276298004f4e5a6ed;hb=a859647740e19b62c44244e256c48a8847900259;hp=4b47c63a426c55c89ee49a8537355c11fc522edc;hpb=c0937f9b63acb4d86ec445f73e6ffe3dfb96d7a3;p=oom.git diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 4b47c63a42..5accce3482 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# Modifications Copyright © 2018 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,7 +30,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/appc-image:1.3.0 +image: onap/appc-image:1.4.0-SNAPSHOT-latest pullPolicy: Always # flag to enable debugging - application support required @@ -37,7 +38,17 @@ debugEnabled: false # application configuration config: - dbRootPassword: openECOMP1.0 + aafExtIP: 127.0.0.1 + aafExtFQDN: aaf-onap-beijing-test.osaaf.org + ansibleServiceName: appc-ansible-server + ansiblePort: 8000 + mariadbRootPassword: secretpassword + userName: my-user + userPassword: my-password + mysqlDatabase: my-database + mariadbGaleraSVCName: appc-dbhost + mariadbGaleraContName: appc-db + enableAAF: false enableClustering: true configDir: /opt/onap/appc/data/properties dmaapTopic: SUCCESS @@ -51,7 +62,14 @@ config: openStackUserName: admin openStackEncryptedPassword: admin -mysql: +appc-ansible-server: + service: + name: appc-ansible-server + internalPort: 8000 + config: + mysqlServiceName: appc-dbhost + +mariadb-galera: nameOverride: appc-db service: name: appc-dbhost