Merge "Update oom staging to use 5.0.0 El Alto early drop" into staging
[oom.git] / kubernetes / robot / values.yaml
1 # 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
15 #################################################################
16 # Global configuration defaults.
17 #################################################################
18 global: # global defaults
19   nodePortPrefix: 302
20   ubuntuInitRepository: registry.hub.docker.com
21   persistence: {}
22
23 # application image
24 repository: nexus3.onap.org:10001
25 image: onap/testsuite:1.5.0-STAGING-latest
26 pullPolicy: Always
27
28 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
29
30 # flag to enable debugging - application support required
31 debugEnabled: false
32
33 #################################################################
34 # Application configuration defaults.
35 #################################################################
36 config:
37
38 # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
39   openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
40   openStackSoEncryptedPassword: "SAME_STRING_AS_SO_JAVA_ENCRYPTED_PASSWORD"
41
42 # Demo configuration
43 # Nexus demo artifact version.  Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION
44 demoArtifactsVersion: "1.4.0"
45 # Nexus demo artifact URL.
46 demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
47 # Openstack medium sized flavour name.  Maps GLOBAL_INJECTED_VM_FLAVOR
48 openStackFlavourMedium: "m1.medium"
49
50 #################  Openstack .RC Parameters ################################333
51 # KEYSTONE Version 3  Required for Rocky and beyond
52 # Openstack Keystone API version. Valid values are [ v2.0, v3 ]. Maps to GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION
53 openStackKeystoneAPIVersion: "v2.0"
54
55 # OS_AUTH_URL without the /v3 or /v2.0 from the openstack .RC file
56 # Openstack keystone URL.  Maps to GLOBAL_INJECTED_KEYSTONE
57 openStackKeyStoneUrl: "http://1.2.3.4:5000"
58
59 # OS_PROJECT_ID from the openstack .RC file
60 # Openstack tenant UUID where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_TENANT_ID
61 openStackTenantId: "47899782ed714295b1151681fdfd51f5"
62
63 #  OS_PROJECT_NAME from the openstack .RC file
64 # Project name of Openstack where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PROJECT_NAME
65 openStackProjectName: "onap"
66
67 # OS_USERNAME from the openstack .RC file
68 # username for Openstack tenant where VNFs will be spawned.  Maps to GLOBAL_INJECTED_OPENSTACK_USERNAME
69 openStackUserName: "tenantUsername"
70
71 #  OS_PROJECT_DOMAIN_ID from the openstack .RC file
72 #  in some environments it is a string but in other environmens it may be a numeric
73 # Domain id of openstack where VNFs will be deployed. Maps to GLOBAL_INJECTED_OPENSTACK_DOMAIN_ID
74 openStackDomainId: "default"
75
76 #  OS_USER_DOMAIN from the openstack .RC file
77 # Use Domain of openstack where VNFs will be deployed. Maps to GLOBAL_INJECTED_OPENSTACK_USER_DOMAIN
78 openStackUserDomain:  "Default"
79
80
81 # UUID of the Openstack network that can assign floating ips.  Maps to GLOBAL_INJECTED_PUBLIC_NET_ID
82 openStackPublicNetId: "e8f51958045716781ffc"
83 # password for Openstack tenant where VNFs will be spawned.  Maps to GLOBAL_INJECTED_OPENSTACK_PASSWORD
84 openStackPassword: "tenantPassword"
85 # Openstack region.  Maps to GLOBAL_INJECTED_REGION
86 openStackRegion: "RegionOne"
87
88
89 # Values for second cloud instante for VNF instantiatioen testing and keystone v3
90 openStackRegionRegionThree: "RegionThree"
91 openStackKeyStoneUrlRegionThree: "http://1.2.3.4:5000"
92 openStackKeystoneAPIVersionRegionThree: "v3"
93 openStackUserNameRegionThree: "demo"
94 openStackPasswordRegionThree: "tenantPassword"
95 # this is the java encrypted password that is needed for SO
96 openSackMsoEncryptdPasswordRegionThree: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
97 openStackTenantIdRegionThree: "3583253e932845a09cd4c8ca2f31d095"
98 openStackProjectNameRegionThree: "Integration-SB-RegionThree"
99 openStackDomainIdRegionThree: "Default"
100 #
101 # Openstack glance image name for Ubuntu 14.  Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE
102 ubuntu14Image: "Ubuntu_14_trusty"
103 # Openstack glance image name for Ubuntu 16.  Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE
104 ubuntu16Image: "Ubuntu_16_xenial"
105 # GLOBAL_INJECTED_SCRIPT_VERSION.  Maps to GLOBAL_INJECTED_SCRIPT_VERSION
106 scriptVersion: "1.4.0"
107 # Openstack network to which VNFs will bind their primary (first) interface.  Maps to GLOBAL_INJECTED_NETWORK
108 openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc"
109 # Openstack security group for instantiating VNFs
110 openStackSecurityGroup: "onap_sg"
111 # SDNC Preload configuration
112 # Openstack subnet UUID for the network defined by openStackPrivateNetId.  Maps to onap_private_subnet_id
113 openStackPrivateSubnetId: "e8f51956-00dd-4425-af36-045716781ffc"
114 # CIDR notation for the Openstack private network where VNFs will be spawned.  Maps to onap_private_net_cidr
115 openStackPrivateNetCidr: "10.0.0.0/8"
116 # The first 2 octets of the private Openstack subnet where VNFs will be spawned.
117 # Needed because sdnc preload templates hardcodes things like this 10.0.${ecompnet}.X
118 openStackOamNetworkCidrPrefix: "10.0"
119 # VID protocol/port until Selenium issue with SSL resolved
120 # https/8443 vs http/8080
121 vidServerProtocol:  "http"
122 vidServerPort:  "8080"
123 # Override with Pub Key for access to VNF
124 vnfPubKey: "FILL_IN_WITH_PUB_KEY"
125 # Override with DCAE VES Collector external IP
126 dcaeCollectorIp: "FILL_IN_WITH_DCAE_VES_COLLECTOR_IP"
127
128 # Credentials for ONAP Component
129 # AAF
130 aafUsername: "demo@people.osaaf.org"
131 aafPassword: "demo123456!"
132 # AAI
133 aaiUsername: "aai@aai.onap.org"
134 aaiPassword: "demo123456!"
135 # APPC
136 appcUsername: "appc@appc.onap.org"
137 appcPassword: "demo123456!"
138 # DCAE
139 dcaeUsername: "console"
140 dcaePassword: "ZjJkYjllMjljMTI2M2Iz"
141 # DROOLS
142 droolsUsername: "demo@people.osaaf.org"
143 droolsPassword: "demo123456!"
144 # OOF
145 oofCmsoUsername: "oof@oof.onap.org"
146 oofCmsoPassword: "demo123456!"
147 # POLICY
148 policyAuth: "dGVzdHBkcDphbHBoYTEyMw=="
149 policyClientAuth: "cHl0aG9uOnRlc3Q="
150 policyUsername: "demo@people.osaaf.org"
151 policyPassword: "demo123456!"
152 policyComponentUsername: "healthcheck"
153 policyComponentPassword: "zb!XztG34"
154 # PORTAL
155 portalUsername: "demo"
156 portalPassword: "Kp8bJ4SXszM0WXlhak3eHlcse"
157 # SO
158 soUsername: "InfraPortalClient"
159 soPassword: "password1$"
160 soCatdbUsername: "bpel"
161 soCatdbPassword: "password1$"
162 # SDNC
163 sdncUsername: "admin"
164 sdncPassword: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
165 # VID
166 vidUsername: "demo"
167 vidPassword: "Kp8bJ4SXszM0WX"
168 vidHealthUsername: "Default"
169 vidHealthPassword: "AppPassword!1"
170 # DMAAP BC
171 bcUsername: "dmaap-bc@dmaap-bc.onap.org"
172 bcPassword: "demo123456!"
173 # DMAAP KAFKA JAAS
174 kafkaJaasUsername: "admin"
175 kafkaJaasPassword: "admin_secret"
176
177 #OOF
178 oofUsername: "oof@oof.onap.org"
179 oofPassword: "demo123456!"
180 cmsoUsername: "oof@oof.onap.org"
181 cmsoPassword: "demo123456!"
182 oofHomingUsername: "admin1"
183 oofHomingPassword: "plan.15"
184
185
186 # default number of instances
187 replicaCount: 1
188
189 nodeSelector: {}
190
191 affinity: {}
192
193 # Resource Limit flavor -By Default using small
194 flavor: small
195 # Segregation for Different environment (Small and Large)
196 resources:
197   small:
198     limits:
199       cpu: 2000m
200       memory: 4Gi
201     requests:
202       cpu: 500m
203       memory: 1Gi
204   large:
205     limits:
206       cpu: 4000m
207       memory: 8Gi
208     requests:
209       cpu: 1000m
210       memory: 2Gi
211   unlimited: {}
212
213 # probe configuration parameters
214 liveness:
215   initialDelaySeconds: 180
216   periodSeconds: 10
217   # necessary to disable liveness probe when setting breakpoints
218   # in debugger so K8s doesn't restart unresponsive container
219   enabled: true
220
221 readiness:
222   initialDelaySeconds: 180
223   periodSeconds: 10
224
225 service:
226   name: robot
227   type: NodePort
228   portName: httpd
229   externalPort: 88
230   internalPort: 88
231   nodePort: "09"
232
233 ingress:
234   enabled: false
235
236 ## Persist data to a persitent volume
237 persistence:
238   enabled: true
239
240   ## A manually managed Persistent Volume and Claim
241   ## Requires persistence.enabled: true
242   ## If defined, PVC must be created manually before volume will be bound
243   # existingClaim:
244   volumeReclaimPolicy: Retain
245
246   ## database data Persistent Volume Storage Class
247   ## If defined, storageClassName: <storageClass>
248   ## If set to "-", storageClassName: "", which disables dynamic provisioning
249   ## If undefined (the default) or set to null, no storageClassName spec is
250   ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
251   ##   GKE, AWS & OpenStack)
252   ##
253   # storageClass: "-"
254   accessMode: ReadWriteMany
255   size: 2Gi
256   mountPath: /dockerdata-nfs
257   mountSubPath: robot/logs