-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorc.txt
62 lines (50 loc) · 1.18 KB
/
orc.txt
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
Notes
=====
* unique identifier for an instance of an application is: {host,env,app,tag}
* participation is not currently part of this api
*
#### Config Management:
hiera:
oy/ideas-latest/
oy/ideas-latest/timconnect/
oy/ideas-latest/timconnect/blue/port=8001
location "oy" {
environment "ideas-latest" {
timconnect("blue")
}
}
produces:
ideaslatest-timconnect-blue.properties
ideaslatest-timconnect-green.properties
DeployAgent
status:
parameters: none
example response:
{
app: "TIMConnect",
tag: "blue",
version: "1.2.2",
}
{
app: "TIMConnect",
tag: "green",
version: "1.2.1",
}
update_to_version
parameters:
{
app: "TIMConnect"
tag: "green"
target_version: "1.2.3"
}
example response: none
participation: "enabled"
participation: "disabled"
participation
parameters:
{
app: "TIMConnect"
tag: "green"
value: "enabled"
}
example response: none