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
|
[
{
"operational" : "stopped",
"listen" : true,
"configuration" : [
{
"name" : "OpenStack",
"admin_token" : "dummy_token",
"user" : "adminuser",
"port" : 5000,
"pwd" : "dummy_pwd",
"host" : "10.0.0.1"
},
{
"name" : "mysql",
"pwd" : "dummy_pwd",
"port" : 3307,
"user" : "mysqluser",
"host" : "10.0.0.1"
},
{
"name" : "CLI",
"user" : "sshuser",
"pwd" : "dummy_pwd",
"host" : "10.0.0.1"
},
{
"name" : "AMQP",
"pwd" : "dummy_pwd",
"port" : 5673,
"user" : "rabbitmquser",
"host" : "10.0.0.1"
},
{
"rabbitmq_port" : 5671,
"ssh_user" : "root",
"server_name" : "sensu_server",
"env_type" : "production",
"provision" : "None",
"name" : "Monitoring",
"ssh_port" : 20022,
"rabbitmq_pass" : "dummy_pwd",
"ssh_password" : "dummy_pwd",
"rabbitmq_user" : "sensu",
"config_folder" : "/local_dir/sensu_config",
"type" : "Sensu",
"server_ip" : "10.0.0.1",
"api_port" : 4567
},
{
"name" : "ACI",
"user" : "admin",
"pwd" : "dummy_pwd",
"host" : "10.1.1.104"
}
],
"enable_monitoring" : true,
"name" : "DEMO-ENVIRONMENT-SCHEME",
"distribution" : "Mirantis-8.0",
"last_scanned" : "filled-by-scanning",
"app_path" : "/home/scan/calipso_prod/app",
"scanned" : false,
"type_drivers" : "vxlan",
"mechanism_drivers" : [
"OVS"
],
"user" : "wNLeBJxNDyw8G7Ssg",
"auth" : {
"edit-env" : [
"wNLeBJxNDyw8G7Ssg"
],
"view-env" : [
"wNLeBJxNDyw8G7Ssg"
]
},
"type" : "environment"
}
]
|