summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO-2-NIC/env.yaml
blob: 63236b837ba03341b93ad712338e137db13ccbdb (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
dns:
  service-suffix: dcae.simpledemo.openecomp.org

passwords:
  postgres: 
    dmaap: 
      admin: test234-ftl
      user: test234-ftlu
      viewer: test234-ftlv
    
streams:
  cdap-tca-hi-lo:
    event-input:
      hostname: xxxx.openecomp.org
      username: m00001@dcae.openecomp.org
      userpassword: foobar

docker-templates:
  docker-common-event: 
    authlist : "id,base64encodepwd"

vm-templates:
  default: 
    admin-users: [ "@{OPENSTACK-KEYNAME}" ]
    users: [ "@{OPENSTACK-KEYNAME}"]
  vm-postgresql:
    admin-users: [ "@{OPENSTACK-KEYNAME}" ]
    users: [ "@{OPENSTACK-KEYNAME}" ]
    PGAASMASTER: zldc@{ZONE}@{STATE}pstg00
    PGAASMASTER2: notused

open-ecomp-demo:    
  zone: "@{ZONE}"
  dns-ip: "@{DNS-IP-ADDR}"
  postgres-ip: "@{dcae_pstg00_ip_addr}"
  collector-ip: "@{dcae_coll00_float_ip_addr}"
  flavor: "@{FLAVOR-LARGE}"
  image:
    ubuntu14-04: "@{UBUNTU-1404-IMAGE}"
    ubuntu16-04: "@{UBUNTU-1604-IMAGE}"
  git:
    mr-repo: "@{GIT-MR-REPO}"
  maven:
    user: "@{NEXUS-USER}"
    password: "@{NEXUS-PASSWORD}"  
    rawurl: "@{NEXUS-RAWURL}"
  docker:
    registry: "@{DOCKER-REGISTRY}"
    user: "@{NEXUS-USER}"
    password: "@{NEXUS-PASSWORD}"  
  versions:
    controller: "@{DCAE-VERSION}"
    apod: "@{DCAE-VERSION}"
    postgres: "@{DCAE-VERSION}"
    databus-controller: "@{DOCKER-VERSION}"
    collector: "@{DOCKER-VERSION}"
    
users:
  "@{OPENSTACK-KEYNAME}":
     publicKey: "@{OPENSTACK-PUBKEY}"