blob: 572cda555013e6333d9fcedcc28bd673f64efa96 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
vaibhav_16decd3bc08f2018-03-15 07:05:10 +000015#################################################################
16# Global configuration defaults.
17#################################################################
18global: # global defaults
19 nodePortPrefix: 302
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000020 ubuntuInitRepository: registry.hub.docker.com
Mandeep Khinda1a8ec772018-05-17 20:08:42 +000021 persistence: {}
vaibhav_16decd3bc08f2018-03-15 07:05:10 +000022
23# application image
24repository: nexus3.onap.org:10001
Brian Freemanada88d52019-02-21 17:47:06 -050025image: onap/testsuite:1.4.0-STAGING-latest
kerenjfc2caa62017-08-23 12:46:02 +000026pullPolicy: Always
vaibhav_16decd3bc08f2018-03-15 07:05:10 +000027
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000028ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
29
vaibhav_16decd3bc08f2018-03-15 07:05:10 +000030# flag to enable debugging - application support required
31debugEnabled: false
32
33#################################################################
34# Application configuration defaults.
35#################################################################
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000036config:
vaibhav_16decd3bc08f2018-03-15 07:05:10 +000037
Brian Freeman6b1b0222018-09-10 07:53:22 -050038# openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
39 openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
40
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000041# Demo configuration
42# Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION
Marco Platania0cbc25e2019-04-18 17:26:43 -040043demoArtifactsVersion: "1.4.0-SNAPSHOT"
Gary Wu92ee8162018-11-20 13:07:16 -080044# Nexus demo artifact URL.
45demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000046# Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000047openStackFlavourMedium: "m1.medium"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000048# Openstack keystone URL. Maps to GLOBAL_INJECTED_KEYSTONE
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000049openStackKeyStoneUrl: "http://1.2.3.4:5000"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000050# UUID of the Openstack network that can assign floating ips. Maps to GLOBAL_INJECTED_PUBLIC_NET_ID
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000051openStackPublicNetId: "e8f51958045716781ffc"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000052# password for Openstack tenant where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PASSWORD
53openStackPassword: "tenantPassword"
54# Openstack region. Maps to GLOBAL_INJECTED_REGION
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000055openStackRegion: "RegionOne"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000056# Openstack tenant UUID where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_TENANT_ID
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000057openStackTenantId: "47899782ed714295b1151681fdfd51f5"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000058# username for Openstack tenant where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_USERNAME
59openStackUserName: "tenantUsername"
Ah74f3d5f2018-09-28 12:13:54 +053060# Project name of Openstack where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PROJECT_NAME
61openStackProjectName: "onap"
62# Domain id of openstack where VNFs will be deployed. Maps to GLOBAL_INJECTED_OPENSTACK_DOMAIN_ID
63openStackDomainId: "default"
64# Openstack Keystone API version. Valid values are [ v2.0, v3 ]. Maps to GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION
Brian Freeman8280cc92018-10-13 14:06:40 -050065openStackKeystoneAPIVersion: "v2.0"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000066# Openstack glance image name for Ubuntu 14. Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE
67ubuntu14Image: "Ubuntu_14_trusty"
68# Openstack glance image name for Ubuntu 16. Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE
69ubuntu16Image: "Ubuntu_16_xenial"
70# GLOBAL_INJECTED_SCRIPT_VERSION. Maps to GLOBAL_INJECTED_SCRIPT_VERSION
Marco Platania0cbc25e2019-04-18 17:26:43 -040071scriptVersion: "1.4.0-SNAPSHOT"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000072# Openstack network to which VNFs will bind their primary (first) interface. Maps to GLOBAL_INJECTED_NETWORK
73openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc"
Gary Wu20aa6a02018-10-22 15:11:34 -070074# Openstack security group for instantiating VNFs
75openStackSecurityGroup: "onap_sg"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000076# SDNC Preload configuration
77# Openstack subnet UUID for the network defined by openStackPrivateNetId. Maps to onap_private_subnet_id
78openStackPrivateSubnetId: "e8f51956-00dd-4425-af36-045716781ffc"
79# CIDR notation for the Openstack private network where VNFs will be spawned. Maps to onap_private_net_cidr
80openStackPrivateNetCidr: "10.0.0.0/8"
81# The first 2 octets of the private Openstack subnet where VNFs will be spawned.
82# Needed because sdnc preload templates hardcodes things like this 10.0.${ecompnet}.X
83openStackOamNetworkCidrPrefix: "10.0"
Brian Freeman8280cc92018-10-13 14:06:40 -050084# VID protocol/port until Selenium issue with SSL resolved
85# https/8443 vs http/8080
86vidServerProtocol: "http"
87vidServerPort: "8080"
Brian Freeman1fb36e62018-05-14 13:49:03 -050088# Override with Pub Key for access to VNF
89vnfPubKey: "FILL_IN_WITH_PUB_KEY"
Mandeep Khinda1a8ec772018-05-17 20:08:42 +000090# Override with DCAE VES Collector external IP
Brian Freeman1fb36e62018-05-14 13:49:03 -050091dcaeCollectorIp: "FILL_IN_WITH_DCAE_VES_COLLECTOR_IP"
vaibhav_16decd3bc08f2018-03-15 07:05:10 +000092
Brian Freeman8280cc92018-10-13 14:06:40 -050093# Credentials for ONAP Component
94# AAF
95aafUsername: "demo@people.osaaf.org"
96aafPassword: "demo123456!"
97# AAI
98aaiUsername: "aai@aai.onap.org"
99aaiPassword: "demo123456!"
100# APPC
Gary Wu064e2742018-10-31 14:49:37 -0700101appcUsername: "appc@appc.onap.org"
102appcPassword: "demo123456!"
Brian Freeman8280cc92018-10-13 14:06:40 -0500103# DCAE
104dcaeUsername: "console"
105dcaePassword: "ZjJkYjllMjljMTI2M2Iz"
106# DROOLS
107droolsUsername: "demo@people.osaaf.org"
108droolsPassword: "demo123456!"
109# POLICY
110policyAuth: "dGVzdHBkcDphbHBoYTEyMw=="
111policyClientAuth: "cHl0aG9uOnRlc3Q="
112policyUsername: "demo@people.osaaf.org"
113policyPassword: "demo123456!"
114# PORTAL
115portalUsername: "demo"
116portalPassword: "Kp8bJ4SXszM0WXlhak3eHlcse"
117# SO
118soUsername: "InfraPortalClient"
119soPassword: "password1$"
120soCatdbUsername: "bpel"
121soCatdbPassword: "password1$"
122# SDNC
123sdncUsername: "admin"
124sdncPassword: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
125# VID
126vidUsername: "demo"
127vidPassword: "Kp8bJ4SXszM0WX"
128vidHealthUsername: "Default"
129vidHealthPassword: "AppPassword!1"
pkaras477c7bd2019-04-10 10:49:18 +0200130# DMAAP BC
131bcUsername: "dmaap-bc@dmaap-bc.onap.org"
132bcPassword: "demo123456!"
Brian Freeman8280cc92018-10-13 14:06:40 -0500133
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000134# default number of instances
Mandeep Khinda7ea563e2018-04-17 03:26:26 +0000135replicaCount: 1
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000136
137nodeSelector: {}
138
139affinity: {}
140
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000141# Resource Limit flavor -By Default using small
vaibhav_16dec1aa60a82018-09-19 02:36:17 +0000142flavor: small
143# Segregation for Different environment (Small and Large)
144resources:
145 small:
146 limits:
147 cpu: 2000m
148 memory: 4Gi
149 requests:
150 cpu: 500m
151 memory: 1Gi
152 large:
153 limits:
154 cpu: 4000m
155 memory: 8Gi
156 requests:
157 cpu: 1000m
158 memory: 2Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000159 unlimited: {}
vaibhav_16dec1aa60a82018-09-19 02:36:17 +0000160
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000161# probe configuration parameters
162liveness:
Gary Wufa27e782018-10-08 13:22:12 -0700163 initialDelaySeconds: 180
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000164 periodSeconds: 10
165 # necessary to disable liveness probe when setting breakpoints
166 # in debugger so K8s doesn't restart unresponsive container
167 enabled: true
168
169readiness:
Gary Wufa27e782018-10-08 13:22:12 -0700170 initialDelaySeconds: 180
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000171 periodSeconds: 10
172
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000173service:
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000174 name: robot
Mandeep Khinda7ea563e2018-04-17 03:26:26 +0000175 type: NodePort
176 portName: httpd
177 externalPort: 88
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000178 internalPort: 88
Mandeep Khinda7ea563e2018-04-17 03:26:26 +0000179 nodePort: "09"
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000180
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000181ingress:
182 enabled: false
183
Mandeep Khinda1a8ec772018-05-17 20:08:42 +0000184## Persist data to a persitent volume
185persistence:
186 enabled: true
187
188 ## A manually managed Persistent Volume and Claim
189 ## Requires persistence.enabled: true
190 ## If defined, PVC must be created manually before volume will be bound
191 # existingClaim:
192 volumeReclaimPolicy: Retain
193
194 ## database data Persistent Volume Storage Class
195 ## If defined, storageClassName: <storageClass>
196 ## If set to "-", storageClassName: "", which disables dynamic provisioning
197 ## If undefined (the default) or set to null, no storageClassName spec is
198 ## set, choosing the default provisioner. (gp2 on AWS, standard on
199 ## GKE, AWS & OpenStack)
200 ##
201 # storageClass: "-"
202 accessMode: ReadWriteMany
203 size: 2Gi
204 mountPath: /dockerdata-nfs
Brian Freeman6b1b0222018-09-10 07:53:22 -0500205 mountSubPath: robot/logs