Merge "nexus+mariadb upgrade to latest patch versions"
[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.4.2
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 openStackPublicNetworkName: "public"
84 # password for Openstack tenant where VNFs will be spawned.  Maps to GLOBAL_INJECTED_OPENSTACK_PASSWORD
85 openStackPassword: "tenantPassword"
86 # Openstack region.  Maps to GLOBAL_INJECTED_REGION
87 openStackRegion: "RegionOne"
88
89
90 # Values for second cloud instante for VNF instantiatioen testing and keystone v3
91 openStackRegionRegionThree: "RegionThree"
92 openStackKeyStoneUrlRegionThree: "http://1.2.3.4:5000"
93 openStackKeystoneAPIVersionRegionThree: "v3"
94 openStackUserNameRegionThree: "demo"
95 openStackPasswordRegionThree: "tenantPassword"
96 # this is the java encrypted password that is needed for SO
97 openSackMsoEncryptdPasswordRegionThree: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
98 openStackTenantIdRegionThree: "3583253e932845a09cd4c8ca2f31d095"
99 openStackProjectNameRegionThree: "Integration-SB-RegionThree"
100 openStackDomainIdRegionThree: "Default"
101 #
102 # Openstack glance image name for Ubuntu 14.  Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE
103 ubuntu14Image: "Ubuntu_14_trusty"
104 # Openstack glance image name for Ubuntu 16.  Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE
105 ubuntu16Image: "Ubuntu_16_xenial"
106 # GLOBAL_INJECTED_SCRIPT_VERSION.  Maps to GLOBAL_INJECTED_SCRIPT_VERSION
107 scriptVersion: "1.4.0"
108 # Openstack network to which VNFs will bind their primary (first) interface.  Maps to GLOBAL_INJECTED_NETWORK
109 openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc"
110 # Openstack security group for instantiating VNFs
111 openStackSecurityGroup: "onap_sg"
112 # SDNC Preload configuration
113 # Openstack subnet UUID for the network defined by openStackPrivateNetId.  Maps to onap_private_subnet_id
114 openStackPrivateSubnetId: "e8f51956-00dd-4425-af36-045716781ffc"
115 # CIDR notation for the Openstack private network where VNFs will be spawned.  Maps to onap_private_net_cidr
116 openStackPrivateNetCidr: "10.0.0.0/8"
117 # The first 2 octets of the private Openstack subnet where VNFs will be spawned.
118 # Needed because sdnc preload templates hardcodes things like this 10.0.${ecompnet}.X
119 openStackOamNetworkCidrPrefix: "10.0"
120 # VID protocol/port until Selenium issue with SSL resolved
121 # https/8443 vs http/8080
122 vidServerProtocol:  "http"
123 vidServerPort:  "8080"
124 # Override with Pub Key for access to VNF
125 vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh imported-openssh-key"
126 # Override with Private Key for access to VNF
127 vnfPrivateKey: "onap_dev.yaml"
128 # Override with DCAE VES Collector external IP
129 dcaeCollectorIp: "FILL_IN_WITH_DCAE_VES_COLLECTOR_IP"
130
131 # Credentials for ONAP Component
132 # AAF
133 aafUsername: "demo@people.osaaf.org"
134 aafPassword: "demo123456!"
135 # AAI
136 aaiUsername: "aai@aai.onap.org"
137 aaiPassword: "demo123456!"
138 # APPC
139 appcUsername: "appc@appc.onap.org"
140 appcPassword: "demo123456!"
141 # DCAE
142 dcaeUsername: "console"
143 dcaePassword: "ZjJkYjllMjljMTI2M2Iz"
144 # DROOLS
145 droolsUsername: "demo@people.osaaf.org"
146 droolsPassword: "demo123456!"
147 # OOF
148 oofCmsoUsername: "oof@oof.onap.org"
149 oofCmsoPassword: "demo123456!"
150 # POLICY
151 policyAuth: "dGVzdHBkcDphbHBoYTEyMw=="
152 policyClientAuth: "cHl0aG9uOnRlc3Q="
153 policyUsername: "demo@people.osaaf.org"
154 policyPassword: "demo123456!"
155 policyComponentUsername: "healthcheck"
156 policyComponentPassword: "zb!XztG34"
157 # PORTAL
158 portalUsername: "demo"
159 portalPassword: "Kp8bJ4SXszM0WXlhak3eHlcse"
160 # SO
161 soUsername: "InfraPortalClient"
162 soPassword: "password1$"
163 soCatdbUsername: "bpel"
164 soCatdbPassword: "password1$"
165 # SDNC
166 sdncUsername: "admin"
167 sdncPassword: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
168 # VID
169 vidUsername: "demo"
170 vidPassword: "Kp8bJ4SXszM0WX"
171 vidHealthUsername: "Default"
172 vidHealthPassword: "AppPassword!1"
173 # DMAAP BC
174 bcUsername: "dmaap-bc@dmaap-bc.onap.org"
175 bcPassword: "demo123456!"
176 # DMAAP KAFKA JAAS
177 kafkaJaasUsername: "admin"
178 kafkaJaasPassword: "admin_secret"
179
180 #OOF
181 oofUsername: "oof@oof.onap.org"
182 oofPassword: "demo123456!"
183 cmsoUsername: "oof@oof.onap.org"
184 cmsoPassword: "demo123456!"
185 oofOsdfPciOptUsername: "oof@oof.onap.org"
186 oofOsdfPciOptPassword: "demo123456!"
187 oofHomingUsername: "admin1"
188 oofHomingPassword: "plan.15"
189
190
191 # default number of instances
192 replicaCount: 1
193
194 nodeSelector: {}
195
196 affinity: {}
197
198 # Resource Limit flavor -By Default using small
199 flavor: small
200 # Segregation for Different environment (Small and Large)
201 resources:
202   small:
203     limits:
204       cpu: 2000m
205       memory: 4Gi
206     requests:
207       cpu: 500m
208       memory: 1Gi
209   large:
210     limits:
211       cpu: 4000m
212       memory: 8Gi
213     requests:
214       cpu: 1000m
215       memory: 2Gi
216   unlimited: {}
217
218 # probe configuration parameters
219 liveness:
220   initialDelaySeconds: 180
221   periodSeconds: 10
222   # necessary to disable liveness probe when setting breakpoints
223   # in debugger so K8s doesn't restart unresponsive container
224   enabled: true
225
226 readiness:
227   initialDelaySeconds: 180
228   periodSeconds: 10
229
230 service:
231   name: robot
232   type: NodePort
233   portName: httpd
234   externalPort: 88
235   internalPort: 88
236   nodePort: "09"
237
238 ingress:
239   enabled: false
240
241 ## Persist data to a persitent volume
242 persistence:
243   enabled: true
244
245   ## A manually managed Persistent Volume and Claim
246   ## Requires persistence.enabled: true
247   ## If defined, PVC must be created manually before volume will be bound
248   # existingClaim:
249   volumeReclaimPolicy: Retain
250
251   ## database data Persistent Volume Storage Class
252   ## If defined, storageClassName: <storageClass>
253   ## If set to "-", storageClassName: "", which disables dynamic provisioning
254   ## If undefined (the default) or set to null, no storageClassName spec is
255   ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
256   ##   GKE, AWS & OpenStack)
257   ##
258   # storageClass: "-"
259   accessMode: ReadWriteMany
260   size: 2Gi
261   mountPath: /dockerdata-nfs
262   mountSubPath: robot/logs