summaryrefslogtreecommitdiffstats
path: root/engine/src/tools/lib/hosts.json
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/tools/lib/hosts.json')
-rw-r--r--engine/src/tools/lib/hosts.json100
1 files changed, 100 insertions, 0 deletions
diff --git a/engine/src/tools/lib/hosts.json b/engine/src/tools/lib/hosts.json
new file mode 100644
index 0000000..f45096b
--- /dev/null
+++ b/engine/src/tools/lib/hosts.json
@@ -0,0 +1,100 @@
+{
+ "music": {
+ "dev": {
+ "hosts": {
+ "id": "openstack region a",
+ "a": [ "255.255.255.0", "255.255.255.1", "255.255.255.2" ],
+ "b": [ "255.255.255.3", "255.255.255.4", "255.255.255.5" ]
+ }
+ },
+
+ "ist": {
+ "hosts": {
+ "id": "ist",
+ "a": [ "255.255.255.6", "255.255.255.7", "255.255.255.8" ],
+ "b": [ "255.255.255.9", "255.255.255.10", "255.255.255.11" ]
+ }
+ },
+
+ "e2e": {
+ "hosts": {
+ "id": "e2e",
+ "a": [ "255.255.255.12", "255.255.255.13", "255.255.255.14" ],
+ "b": [ "255.255.255.15", "255.255.255.16", "255.255.255.17" ]
+ }
+ },
+
+ "music": {
+ "hosts": {
+ "id": "music dev",
+ "a": [ "255.255.255.18" ],
+ "b": [ "255.255.255.19" ]
+ }
+ }
+ },
+
+ "valet": {
+ "dev": [
+ {
+ "ip": "255.255.255.20",
+ "fqdn": "dev1.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.21",
+ "fqdn": "dev2.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.22",
+ "fqdn": "dev3.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.23",
+ "fqdn": "dev4.site.onap.org"
+ }
+ ],
+ "ist": [
+ {
+ "ip": "255.255.255.24",
+ "fqdn": "ist1.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.25",
+ "fqdn": "ist2.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.26",
+ "fqdn": "ist3.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.27",
+ "fqdn": "ist4.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.28",
+ "fqdn": "ist5.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.29",
+ "fqdn": "ist6.site.onap.org"
+ }
+ ],
+ "e2e": [
+ {
+ "ip": "255.255.255.30",
+ "fqdn": "e2e1.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.31",
+ "fqdn": "e2e2.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.32",
+ "fqdn": "e2e3.site.onap.org"
+ },
+ {
+ "ip": "255.255.255.33",
+ "fqdn": "e2e4.site.onap.org"
+ }
+ ]
+ }
+}