-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.json
168 lines (168 loc) · 3.98 KB
/
services.json
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
[
{
"service_name": "all-services",
"ansible_tag": "all-services",
"ansible_host": "all"
},
{
"service_name": "all-common",
"ansible_tag": "common",
"ansible_host": "all"
},
{
"service_name": "confluence",
"ansible_tag": "service-confluence",
"ansible_host": "fcos-1",
"mappings": {
"image": "deployer_confluence_image"
}
},
{
"service_name": "deployer-primary",
"ansible_tag": "service-deployer-primary",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_deployer_primary_image"
}
},
{
"service_name": "deployer-secondary",
"ansible_tag": "service-deployer-secondary",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_deployer_secondary_image"
}
},
{
"service_name": "dugnaden",
"ansible_tag": "service-dugnaden",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_dugnaden_image"
}
},
{
"service_name": "energi-extractor",
"ansible_tag": "service-energi-extractor",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_energi_extractor_image"
}
},
{
"service_name": "intern",
"ansible_tag": "service-intern",
"ansible_host": "fcos-3",
"mappings": {
"backend_image": "deployer_intern_backend_image",
"frontend_image": "deployer_intern_frontend_image"
}
},
{
"service_name": "ldap-master",
"ansible_tag": "service-ldap-master",
"ansible_host": "fcos-2",
"mappings": {
"image": "deployer_ldap_master_image"
}
},
{
"service_name": "ldap-slave",
"ansible_tag": "service-ldap-slave",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_ldap_slave_image"
}
},
{
"service_name": "ldap-toolbox",
"ansible_tag": "service-ldap-toolbox",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_ldap_toolbox_image"
}
},
{
"service_name": "nginx-front-1",
"ansible_tag": "service-nginx-front-1",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_nginx_front_1_image"
}
},
{
"service_name": "okoreports",
"ansible_tag": "service-okoreports",
"ansible_host": "fcos-2",
"mappings": {
"backend_image": "deployer_okoreports_backend_image",
"frontend_image": "deployer_okoreports_frontend_image"
}
},
{
"service_name": "simplesamlphp",
"ansible_tag": "service-simplesamlphp",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_simplesamlphp_image"
}
},
{
"service_name": "slack-invite-automation",
"ansible_tag": "service-slack-invite-automation",
"ansible_host": "fcos-2",
"mappings": {
"image": "deployer_slack_invite_automation_image"
}
},
{
"service_name": "smaabruket-availability-api",
"ansible_tag": "service-smaabruket-availability-api",
"ansible_host": "fcos-2",
"mappings": {
"image": "deployer_smaabruket_availability_api_image"
}
},
{
"service_name": "uka-billett",
"ansible_tag": "service-uka-billett",
"ansible_host": "fcos-1",
"mappings": {
"proxy_image": "deployer_uka_billett_proxy_image",
"fpm_image": "deployer_uka_billett_fpm_image",
"frontend_image": "deployer_uka_billett_frontend_image"
}
},
{
"service_name": "uka-webserver",
"ansible_tag": "service-uka-webserver",
"ansible_host": "fcos-1",
"mappings": {
"image": "deployer_uka_webserver_image"
}
},
{
"service_name": "users-api",
"ansible_tag": "service-users-api",
"ansible_host": "fcos-2",
"mappings": {
"image": "deployer_users_api_image"
}
},
{
"service_name": "web-1",
"ansible_tag": "service-web-1",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_web_1_image"
}
},
{
"service_name": "webdavcgi",
"ansible_tag": "service-webdavcgi",
"ansible_host": "fcos-3",
"mappings": {
"image": "deployer_webdavcgi_image"
}
}
]