summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO-2-NIC/env.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'OPENECOMP-DEMO-2-NIC/env.yaml')
-rw-r--r--OPENECOMP-DEMO-2-NIC/env.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO-2-NIC/env.yaml b/OPENECOMP-DEMO-2-NIC/env.yaml
new file mode 100644
index 0000000..4c168d4
--- /dev/null
+++ b/OPENECOMP-DEMO-2-NIC/env.yaml
@@ -0,0 +1,54 @@
+
+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}"
+ 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}"