aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/env/windriver/onap-oom.env
blob: 06852d9f2112f94f29344df521e98c46d5274401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
parameters:

  ubuntu_1804_image: ubuntu-18.04

#  apt_proxy: 10.12.5.2:8000
#  docker_proxy: 10.12.5.2:5000

  apt_proxy: ""
  docker_proxy: nexus3.onap.org:10001

  nfs_vm_flavor: m1.lm.xlarge
  k8s_vm_flavor: m1.lm.xlarge
  orch_vm_flavor: m1.lm.medium

  public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4

  oam_network_cidr: 10.0.0.0/16
  oam_ext_network_cidr: 10.100.0.0/16

  integration_gerrit_branch: master

  helm_deploy_delay: 30s

  integration_override_yaml: >
    global:
      repository: __docker_proxy__
      pullPolicy: IfNotPresent
      masterPassword: secretpassword
    robot:
      enabled: true
      flavor: large
      appcUsername: "appc@appc.onap.org"
      appcPassword: "demo123456!"
      openStackKeyStoneUrl: "http://10.12.25.2:5000"
      openStackPublicNetId: "__public_net_id__"
      openStackTenantId: "${OS_PROJECT_ID}"
      openStackUserName: "${OS_USERNAME}"
      openStackUserDomain: "${OS_USER_DOMAIN_NAME}"
      openStackProjectName: "${OS_PROJECT_NAME}"
      ubuntu14Image: "ubuntu-14-04-cloud-amd64"
      ubuntu16Image: "ubuntu-16-04-cloud-amd64"
      openStackPrivateNetId: "__oam_network_id__"
      openStackPrivateSubnetId: "__oam_subnet_id__"
      openStackPrivateNetCidr: "__oam_network_cidr__"
      openStackSecurityGroup: "__sec_group__"
      openStackOamNetworkCidrPrefix: "10.0"
      dcaeCollectorIp: "__k8s_01_vm_ip__"
      kubernetesExternalIp: "__k8s_01_vm_ip__"
      vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
      demoArtifactsVersion: "1.6.0-SNAPSHOT"
      demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
      scriptVersion: "1.6.0-SNAPSHOT"
      nfsIpAddress: "__nfs_ip_addr__"
      config:
        openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
        openStackSoEncryptedPassword: "${OS_PASSWORD_ENCRYPTED}"
    so:
      enabled: true
      so-catalog-db-adapter:
        config:
          openStackUserName: "${OS_USERNAME}"
          openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
          openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
    appc:
      enabled: true
      replicaCount: 3
      config:
        enableClustering: true
        openStackType: "OpenStackProvider"
        openStackName: "OpenStack"
        openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
        openStackServiceTenantName: "${OS_PROJECT_NAME}"
        openStackDomain: "${OS_USER_DOMAIN_NAME}"
        openStackUserName: "${OS_USERNAME}"
        openStackEncryptedPassword: "${OS_PASSWORD}"
      mariadb-galera:
        liveness:
          initialDelaySeconds: 180
          periodSeconds: 60
    sdnc:
      enabled: true
      replicaCount: 3
      config:
        enableClustering: true
      mariadb-galera:
        liveness:
          initialDelaySeconds: 180
          periodSeconds: 60
    aai:
      enabled: true
      liveness:
        initialDelaySeconds: 120
      aai-data-router:
        liveness:
          initialDelaySeconds: 120
      aai-sparky-be:
        liveness:
          initialDelaySeconds: 120
      aai-spike:
        liveness:
          initialDelaySeconds: 120
      aai-cassandra:
        replicaCount: 3
        liveness:
          periodSeconds: 120
        readiness:
          periodSeconds: 60
    portal:
      enabled: true
      portal-cassandra:
        liveness:
          periodSeconds: 120
        readiness:
          periodSeconds: 60
    vid:
      enabled: true
    aaf:
      enabled: true
    cassandra:
      enabled: true
      liveness:
        periodSeconds: 120
      readiness:
        periodSeconds: 60
    clamp:
      enabled: true
    cli:
      enabled: true
    consul:
      enabled: true
    contrib:
      enabled: true
    dcaegen2:
      enabled: true
    dmaap:
      enabled: true
      dmaap-dr-prov:
        mariadb:
          liveness:
            initialDelaySeconds: 180
            periodSeconds: 60
    esr:
      enabled: true
    log:
      enabled: false
      log-logstash:
        replicaCount: 1
    sniro-emulator:
      enabled: true
    oof:
      enabled: true
      oof-has:
        music:
          music-cassandra:
            replicaCount: 3
            liveness:
              periodSeconds: 120
            readiness:
              periodSeconds: 60
          music-tomcat:
            replicaCount: 1
    mariadb-galera:
      enabled: true
      liveness:
        initialDelaySeconds: 180
        periodSeconds: 60
    modeling:
      enabled: true
      mariadb-galera:
        liveness:
          initialDelaySeconds: 180
          periodSeconds: 60
    msb:
      enabled: true
    multicloud:
      enabled: true
    nbi:
      enabled: true
    policy:
      enabled: true
    pomba:
      enabled: false
    sdc:
      enabled: true
      sdc-cs:
        liveness:
          periodSeconds: 120
        readiness:
          periodSeconds: 60
      sdc-be:
        liveness:
          initialDelaySeconds: 120
          periodSeconds: 120
          timeoutSeconds: 15
        readiness:
          initialDelaySeconds: 120
          periodSeconds: 120
          timeoutSeconds: 15
      sdc-fe:
        livenessProbe:
          initialDelaySeconds: 120
          periodSeconds: 120
          timeoutSeconds: 15
        readinessProbe:
          initialDelaySeconds: 120
          periodSeconds: 120
          timeoutSeconds: 15
    uui:
      enabled: true
    vfc:
      enabled: true
      mariadb-galera:
        liveness:
          initialDelaySeconds: 180
          periodSeconds: 60
    vnfsdk:
      enabled: true
    cds:
      enabled: true