aboutsummaryrefslogtreecommitdiffstats
path: root/pgaas/src/stage/opt/app/pgaas/bin/in.json
blob: 697a51f140eb4c483aa85a750b332068e39a9d48 (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
{
  # sample configuration file for dcae_admin_db
  "vmConfiguration": {
    "$class": "org.onap.dcae.controller.service.storage.postgres.service.PostgresServiceConfiguration",
    "state": "master",
    "databases": {
      "odcit": {
        "created": "2016-05-10T01:52:39.431+0000",
        "description": "A&AI DCAE Central Inventory",
        "ownerRole": "odcit_admin",
        "contacts": {"ws4361": {
          "created": "2016-05-10T01:52:39.431+0000",
          "fullName": "Wen Shang"
        }},
        "roles": {
          "odcit_admin": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "odcit123",
            "role": "admin",
            "roleComments": []
          },
          "odcit_user": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "odcit123",
            "role": "writer",
            "roleComments": []
          },
          "odcit_viewer": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "odcit123",
            "role": "reader",
            "roleComments": []
          }
        }
      },
      "dmaap": {
        "created": "2016-05-10T01:52:39.431+0000",
        "description": "DMAAP Databus Configuration",
        "ownerRole": "dmaap_admin",
        "contacts": {"dl715d": {
          "created": "2016-05-10T01:52:39.431+0000",
          "fullName": "Dominic Lunanuova"
        }},
        "roles": {
          "dmaap_admin": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "dmaap123",
            "role": "admin",
            "roleComments": []
          },
          "dmaap_user": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "dmaap123",
            "role": "writer",
            "roleComments": []
          },
          "dmaap_viewer": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "dmaap123",
            "role": "reader",
            "roleComments": []
          }
        }
      },
      "dcae_inv": {
        "created": "2016-05-10T01:52:39.431+0000",
        "description": "Running DCAE Services",
        "ownerRole": "dcae_inv_admin",
        "contacts": {
	  "mh677g": {
          "created": "2016-05-10T01:52:39.431+0000",
          "fullName": "Michael Hwang"
        }},
        "roles": {
          "dcae_inv_admin": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "dcae_inv123",
            "role": "admin",
            "roleComments": []
          },
          "dcae_inv_user": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "dcae_inv123",
            "role": "writer",
            "roleComments": []
          },
          "dcae_inv_viewer": {
            "created": "2016-05-10T01:52:39.431+0000",
            "password": "dcae_inv123",
            "role": "reader",
            "roleComments": []
          }
        }
      }
    }
  }
}