aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/env/windriver/onap-oom.env
blob: 222040bf09a408f6416773bb36c1b19905086949 (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
parameters:

  ubuntu_1804_image: ubuntu-18.04

  apt_proxy: 10.12.5.2:8000
  docker_proxy: 10.12.5.2:5000

  rancher_vm_flavor: m1.large
  k8s_vm_flavor: m2.xlarge
  etcd_vm_flavor: m1.medium
  orch_vm_flavor: m1.large

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

  oam_network_cidr: 10.0.0.0/16

  integration_gerrit_branch: master

  helm_deploy_delay: 2.5m

  integration_override_yaml: >
    global:
      repository: __docker_proxy__
      pullPolicy: IfNotPresent
    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}"
      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__"
      vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
      demoArtifactsVersion: "1.3.0"
      demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
      scriptVersion: "1.3.0"
      rancherIpAddress: "__rancher_ip_addr__"
      config:
        openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
    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}"
    sdnc:
      enabled: true
      replicaCount: 3
      config:
        enableClustering: true
    aai:
      enabled: true
      liveness:
        initialDelaySeconds: 120
      aai-data-router:
        liveness:
          initialDelaySeconds: 120
      aai-sparky-be:
        liveness:
          initialDelaySeconds: 120
      aai-spike:
        liveness:
          initialDelaySeconds: 120
    portal:
      enabled: true
      global:
        portalHostName: "__portal_hostname__"
      portal-mariadb:
        config:
          sdcFeHostName: "__portal_hostname__"
          papHostName: "__portal_hostname__"
          vidHostName: "__portal_hostname__"
          aaiSparkyHostName: "__portal_hostname__"
          cliHostName: "__portal_hostname__"
          portalSdkHostName: "__portal_hostname__"
          dmaapBcHostName: "__portal_hostname__"
          msbHostName: "__portal_hostname__"
    vid:
      enabled: true
      config:
        portalhost: "__portal_hostname__"

    aaf:
      enabled: true
    cassandra:
      enabled: true
    clamp:
      enabled: true
    cli:
      enabled: true
    consul:
      enabled: true
    contrib:
      enabled: true
    dcaegen2:
      enabled: true
    dmaap:
      enabled: true
    esr:
      enabled: true
    log:
      enabled: true
    sniro-emulator:
      enabled: true
    oof:
      enabled: true
    msb:
      enabled: true
    multicloud:
      enabled: true
    nbi:
      enabled: true
    policy:
      enabled: true
    pomba:
      enabled: true
    sdc:
      enabled: true
    uui:
      enabled: true
    vfc:
      enabled: true
    vnfsdk:
      enabled: true