X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fonap%2Fresources%2Fenvironments%2Fdev.yaml;h=9b10012879eeb747eddb72f2edd23da07a91e7cd;hb=6ccf7a1881e2402cbd469e300c72dff27951a2e4;hp=308c7ca6470122adcfffa6d0760dd7e7d8e1d892;hpb=7000165ab96099998a21ec1ed8f306f50947c2ea;p=oom.git diff --git a/kubernetes/onap/resources/environments/dev.yaml b/kubernetes/onap/resources/environments/dev.yaml index 308c7ca647..553afb3d95 100644 --- a/kubernetes/onap/resources/environments/dev.yaml +++ b/kubernetes/onap/resources/environments/dev.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2017 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +*/}} ################################################################# # Global configuration overrides. @@ -22,13 +24,19 @@ global: # Change to an unused port prefix range to prevent port conflicts # with other instances running within the same k8s cluster nodePortPrefix: 302 + nodePortPrefixExt: 304 + + # ONAP Repository + # Uncomment the following to enable the use of a single docker + # repository but ONLY if your repository mirrors all ONAP + # docker images. This includes all images from dockerhub and + # any other repository that hosts images for ONAP components. + #repository: nexus3.onap.org:10001 - # image repositories - repository: nexus3.onap.org:10001 - repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ== # readiness check - readinessRepository: oomk8s - # logging agent + readinessImage: onap/oom/readiness:3.0.1 + + # logging agent - temporary repo until images migrated to nexus3 loggingRepository: docker.elastic.co # image pull policy @@ -37,7 +45,7 @@ global: # override default mount path root directory # referenced by persistent volumes and log files persistence: - mountPath: /dockerdata + mountPath: /dockerdata-nfs # flag to enable debugging - application support required debugEnabled: true @@ -50,45 +58,62 @@ aaf: enabled: false aai: enabled: false + aai-cassandra: + replicaCount: 1 appc: enabled: false +cassandra: + enabled: false + replicaCount: 1 clamp: - enabled: true + enabled: false cli: enabled: false -consul: # Consul Health Check Monitoring +consul: + enabled: false +contrib: enabled: false dcaegen2: enabled: false +dmaap: + enabled: false esr: enabled: false log: enabled: false -message-router: + log-logstash: + replicaCount: 1 +sniro-emulator: + enabled: false +oof: enabled: false -mock: +mariadb-galera: enabled: false msb: enabled: false multicloud: enabled: false +nbi: + enabled: false policy: enabled: false +pomba: + enabled: false portal: enabled: false -robot: # Robot Health Check +robot: enabled: true sdc: enabled: false sdnc: enabled: false - - dmaap-listener: - config: - dmaapPort: 3904 -so: # Service Orchestrator - enabled: true + replicaCount: 1 + + mysql: + replicaCount: 1 +so: + enabled: false replicaCount: 1 @@ -119,4 +144,4 @@ vfc: vid: enabled: false vnfsdk: - enabled: false \ No newline at end of file + enabled: false