blob: 6a11f2bf0c7c6ab2199832cb6aa3a3b6045b92a5 [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
edepaul34fe0672018-09-10 07:45:24 +010025image: onap/testsuite:1.3.1-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
Mandeep Khinda930bd692018-03-20 21:00:33 +000043demoArtifactsVersion: "1.2.0-SNAPSHOT"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000044# Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000045openStackFlavourMedium: "m1.medium"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000046# Openstack keystone URL. Maps to GLOBAL_INJECTED_KEYSTONE
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000047openStackKeyStoneUrl: "http://1.2.3.4:5000"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000048# UUID of the Openstack network that can assign floating ips. Maps to GLOBAL_INJECTED_PUBLIC_NET_ID
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000049openStackPublicNetId: "e8f51958045716781ffc"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000050# password for Openstack tenant where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PASSWORD
51openStackPassword: "tenantPassword"
52# Openstack region. Maps to GLOBAL_INJECTED_REGION
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000053openStackRegion: "RegionOne"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000054# Openstack tenant UUID where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_TENANT_ID
vaibhav_16dec0947cdf2018-01-17 15:40:59 +000055openStackTenantId: "47899782ed714295b1151681fdfd51f5"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000056# username for Openstack tenant where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_USERNAME
57openStackUserName: "tenantUsername"
Ah74f3d5f2018-09-28 12:13:54 +053058# Project name of Openstack where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PROJECT_NAME
59openStackProjectName: "onap"
60# Domain id of openstack where VNFs will be deployed. Maps to GLOBAL_INJECTED_OPENSTACK_DOMAIN_ID
61openStackDomainId: "default"
62# 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 -050063openStackKeystoneAPIVersion: "v2.0"
Mandeep Khinda7ea563e2018-04-17 03:26:26 +000064# Openstack glance image name for Ubuntu 14. Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE
65ubuntu14Image: "Ubuntu_14_trusty"
66# Openstack glance image name for Ubuntu 16. Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE
67ubuntu16Image: "Ubuntu_16_xenial"
68# GLOBAL_INJECTED_SCRIPT_VERSION. Maps to GLOBAL_INJECTED_SCRIPT_VERSION
69scriptVersion: "1.2.0-SNAPSHOT"
70# Openstack network to which VNFs will bind their primary (first) interface. Maps to GLOBAL_INJECTED_NETWORK
71openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc"
72
73# SDNC Preload configuration
74# Openstack subnet UUID for the network defined by openStackPrivateNetId. Maps to onap_private_subnet_id
75openStackPrivateSubnetId: "e8f51956-00dd-4425-af36-045716781ffc"
76# CIDR notation for the Openstack private network where VNFs will be spawned. Maps to onap_private_net_cidr
77openStackPrivateNetCidr: "10.0.0.0/8"
78# The first 2 octets of the private Openstack subnet where VNFs will be spawned.
79# Needed because sdnc preload templates hardcodes things like this 10.0.${ecompnet}.X
80openStackOamNetworkCidrPrefix: "10.0"
Brian Freeman8280cc92018-10-13 14:06:40 -050081# VID protocol/port until Selenium issue with SSL resolved
82# https/8443 vs http/8080
83vidServerProtocol: "http"
84vidServerPort: "8080"
Brian Freeman1fb36e62018-05-14 13:49:03 -050085# Override with Pub Key for access to VNF
86vnfPubKey: "FILL_IN_WITH_PUB_KEY"
Mandeep Khinda1a8ec772018-05-17 20:08:42 +000087# Override with DCAE VES Collector external IP
Brian Freeman1fb36e62018-05-14 13:49:03 -050088dcaeCollectorIp: "FILL_IN_WITH_DCAE_VES_COLLECTOR_IP"
vaibhav_16decd3bc08f2018-03-15 07:05:10 +000089
Brian Freeman8280cc92018-10-13 14:06:40 -050090# Credentials for ONAP Component
91# AAF
92aafUsername: "demo@people.osaaf.org"
93aafPassword: "demo123456!"
94# AAI
95aaiUsername: "aai@aai.onap.org"
96aaiPassword: "demo123456!"
97# APPC
98appcUsername: "admin"
99appcPassword: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
100# DCAE
101dcaeUsername: "console"
102dcaePassword: "ZjJkYjllMjljMTI2M2Iz"
103# DROOLS
104droolsUsername: "demo@people.osaaf.org"
105droolsPassword: "demo123456!"
106# POLICY
107policyAuth: "dGVzdHBkcDphbHBoYTEyMw=="
108policyClientAuth: "cHl0aG9uOnRlc3Q="
109policyUsername: "demo@people.osaaf.org"
110policyPassword: "demo123456!"
111# PORTAL
112portalUsername: "demo"
113portalPassword: "Kp8bJ4SXszM0WXlhak3eHlcse"
114# SO
115soUsername: "InfraPortalClient"
116soPassword: "password1$"
117soCatdbUsername: "bpel"
118soCatdbPassword: "password1$"
119# SDNC
120sdncUsername: "admin"
121sdncPassword: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
122# VID
123vidUsername: "demo"
124vidPassword: "Kp8bJ4SXszM0WX"
125vidHealthUsername: "Default"
126vidHealthPassword: "AppPassword!1"
127
128
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000129# default number of instances
Mandeep Khinda7ea563e2018-04-17 03:26:26 +0000130replicaCount: 1
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000131
132nodeSelector: {}
133
134affinity: {}
135
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000136# Resource Limit flavor -By Default using small
vaibhav_16dec1aa60a82018-09-19 02:36:17 +0000137flavor: small
138# Segregation for Different environment (Small and Large)
139resources:
140 small:
141 limits:
142 cpu: 2000m
143 memory: 4Gi
144 requests:
145 cpu: 500m
146 memory: 1Gi
147 large:
148 limits:
149 cpu: 4000m
150 memory: 8Gi
151 requests:
152 cpu: 1000m
153 memory: 2Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000154 unlimited: {}
vaibhav_16dec1aa60a82018-09-19 02:36:17 +0000155
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000156# probe configuration parameters
157liveness:
Gary Wufa27e782018-10-08 13:22:12 -0700158 initialDelaySeconds: 180
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000159 periodSeconds: 10
160 # necessary to disable liveness probe when setting breakpoints
161 # in debugger so K8s doesn't restart unresponsive container
162 enabled: true
163
164readiness:
Gary Wufa27e782018-10-08 13:22:12 -0700165 initialDelaySeconds: 180
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000166 periodSeconds: 10
167
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000168service:
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000169 name: robot
Mandeep Khinda7ea563e2018-04-17 03:26:26 +0000170 type: NodePort
171 portName: httpd
172 externalPort: 88
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000173 internalPort: 88
Mandeep Khinda7ea563e2018-04-17 03:26:26 +0000174 nodePort: "09"
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000175
vaibhav_16decd3bc08f2018-03-15 07:05:10 +0000176ingress:
177 enabled: false
178
Mandeep Khinda1a8ec772018-05-17 20:08:42 +0000179## Persist data to a persitent volume
180persistence:
181 enabled: true
182
183 ## A manually managed Persistent Volume and Claim
184 ## Requires persistence.enabled: true
185 ## If defined, PVC must be created manually before volume will be bound
186 # existingClaim:
187 volumeReclaimPolicy: Retain
188
189 ## database data Persistent Volume Storage Class
190 ## If defined, storageClassName: <storageClass>
191 ## If set to "-", storageClassName: "", which disables dynamic provisioning
192 ## If undefined (the default) or set to null, no storageClassName spec is
193 ## set, choosing the default provisioner. (gp2 on AWS, standard on
194 ## GKE, AWS & OpenStack)
195 ##
196 # storageClass: "-"
197 accessMode: ReadWriteMany
198 size: 2Gi
199 mountPath: /dockerdata-nfs
Brian Freeman6b1b0222018-09-10 07:53:22 -0500200 mountSubPath: robot/logs