vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 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 | |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 15 | ################################################################# |
| 16 | # Global configuration defaults. |
| 17 | ################################################################# |
| 18 | global: # global defaults |
| 19 | nodePortPrefix: 302 |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 20 | ubuntuInitRepository: registry.hub.docker.com |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 21 | |
| 22 | # application image |
| 23 | repository: nexus3.onap.org:10001 |
Gary Wu | d595172 | 2018-04-04 19:00:44 -0700 | [diff] [blame] | 24 | image: onap/testsuite:1.2-STAGING-latest |
kerenj | fc2caa6 | 2017-08-23 12:46:02 +0000 | [diff] [blame] | 25 | pullPolicy: Always |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 26 | |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 27 | ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |
| 28 | |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 29 | # flag to enable debugging - application support required |
| 30 | debugEnabled: false |
| 31 | |
| 32 | ################################################################# |
| 33 | # Application configuration defaults. |
| 34 | ################################################################# |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 35 | config: |
| 36 | # Username of the lighthttpd server. Used for HTML auth for webpage access |
| 37 | lightHttpdUsername: robot |
| 38 | # Password of the lighthttpd server. Used for HTML auth for webpage access |
| 39 | lightHttpdPassword: robot |
| 40 | # gerrit branch where the latest heat code is checked in |
| 41 | gerritBranch: master |
| 42 | # gerrit project where the latest heat code is checked in |
| 43 | gerritProject: http://gerrit.onap.org/r/demo.git |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 44 | |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 45 | |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 46 | # Demo configuration |
| 47 | # Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION |
Mandeep Khinda | 930bd69 | 2018-03-20 21:00:33 +0000 | [diff] [blame] | 48 | demoArtifactsVersion: "1.2.0-SNAPSHOT" |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 49 | # Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR |
vaibhav_16dec | 0947cdf | 2018-01-17 15:40:59 +0000 | [diff] [blame] | 50 | openStackFlavourMedium: "m1.medium" |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 51 | # Openstack keystone URL. Maps to GLOBAL_INJECTED_KEYSTONE |
vaibhav_16dec | 0947cdf | 2018-01-17 15:40:59 +0000 | [diff] [blame] | 52 | openStackKeyStoneUrl: "http://1.2.3.4:5000" |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 53 | # UUID of the Openstack network that can assign floating ips. Maps to GLOBAL_INJECTED_PUBLIC_NET_ID |
vaibhav_16dec | 0947cdf | 2018-01-17 15:40:59 +0000 | [diff] [blame] | 54 | openStackPublicNetId: "e8f51958045716781ffc" |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 55 | # password for Openstack tenant where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PASSWORD |
| 56 | openStackPassword: "tenantPassword" |
| 57 | # Openstack region. Maps to GLOBAL_INJECTED_REGION |
vaibhav_16dec | 0947cdf | 2018-01-17 15:40:59 +0000 | [diff] [blame] | 58 | openStackRegion: "RegionOne" |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 59 | # Openstack tenant UUID where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_TENANT_ID |
vaibhav_16dec | 0947cdf | 2018-01-17 15:40:59 +0000 | [diff] [blame] | 60 | openStackTenantId: "47899782ed714295b1151681fdfd51f5" |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 61 | # username for Openstack tenant where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_USERNAME |
| 62 | openStackUserName: "tenantUsername" |
| 63 | # Openstack glance image name for Ubuntu 14. Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE |
| 64 | ubuntu14Image: "Ubuntu_14_trusty" |
| 65 | # Openstack glance image name for Ubuntu 16. Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE |
| 66 | ubuntu16Image: "Ubuntu_16_xenial" |
| 67 | # GLOBAL_INJECTED_SCRIPT_VERSION. Maps to GLOBAL_INJECTED_SCRIPT_VERSION |
| 68 | scriptVersion: "1.2.0-SNAPSHOT" |
| 69 | # Openstack network to which VNFs will bind their primary (first) interface. Maps to GLOBAL_INJECTED_NETWORK |
| 70 | openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc" |
| 71 | |
| 72 | # SDNC Preload configuration |
| 73 | # Openstack subnet UUID for the network defined by openStackPrivateNetId. Maps to onap_private_subnet_id |
| 74 | openStackPrivateSubnetId: "e8f51956-00dd-4425-af36-045716781ffc" |
| 75 | # CIDR notation for the Openstack private network where VNFs will be spawned. Maps to onap_private_net_cidr |
| 76 | openStackPrivateNetCidr: "10.0.0.0/8" |
| 77 | # The first 2 octets of the private Openstack subnet where VNFs will be spawned. |
| 78 | # Needed because sdnc preload templates hardcodes things like this 10.0.${ecompnet}.X |
| 79 | openStackOamNetworkCidrPrefix: "10.0" |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 80 | |
| 81 | # default number of instances |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 82 | replicaCount: 1 |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 83 | |
| 84 | nodeSelector: {} |
| 85 | |
| 86 | affinity: {} |
| 87 | |
| 88 | # probe configuration parameters |
| 89 | liveness: |
| 90 | initialDelaySeconds: 10 |
| 91 | periodSeconds: 10 |
| 92 | # necessary to disable liveness probe when setting breakpoints |
| 93 | # in debugger so K8s doesn't restart unresponsive container |
| 94 | enabled: true |
| 95 | |
| 96 | readiness: |
| 97 | initialDelaySeconds: 10 |
| 98 | periodSeconds: 10 |
| 99 | |
| 100 | |
| 101 | service: |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 102 | name: robot |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 103 | type: NodePort |
| 104 | portName: httpd |
| 105 | externalPort: 88 |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 106 | internalPort: 88 |
Mandeep Khinda | 7ea563e | 2018-04-17 03:26:26 +0000 | [diff] [blame] | 107 | nodePort: "09" |
vaibhav_16dec | d3bc08f | 2018-03-15 07:05:10 +0000 | [diff] [blame] | 108 | |
| 109 | |
| 110 | ingress: |
| 111 | enabled: false |
| 112 | |
| 113 | |
| 114 | resources: {} |
| 115 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 116 | # choice for the user. This also increases chances charts run on environments with little |
| 117 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 118 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 119 | # |
| 120 | # Example: |
| 121 | # Configure resource requests and limits |
| 122 | # ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
| 123 | # Minimum memory for development is 2 CPU cores and 4GB memory |
| 124 | # Minimum memory for production is 4 CPU cores and 8GB memory |
| 125 | #resources: |
| 126 | # limits: |
| 127 | # cpu: 2 |
| 128 | # memory: 4Gi |
| 129 | # requests: |
| 130 | # cpu: 2 |
| 131 | # memory: 4Gi |