File tree Expand file tree Collapse file tree 6 files changed +18
-30
lines changed Expand file tree Collapse file tree 6 files changed +18
-30
lines changed Original file line number Diff line number Diff line change 31
31
triggers :
32
32
- template :
33
33
name : alertmanager-workflow-trigger
34
- # uses 'argo' CLI instead of 'kubectl'
35
- argoWorkflow :
36
- # sets the operation to 'argo submit'
37
- operation : submit
38
-
34
+ # creates workflow object directly via k8s API
35
+ k8s :
36
+ operation : create
39
37
parameters :
40
38
- src :
41
39
dependencyName : alertmanager-dep
Original file line number Diff line number Diff line change 45
45
triggers :
46
46
- template :
47
47
name : ironic-node-port
48
- # uses 'argo' CLI instead of 'kubectl'
49
- argoWorkflow :
50
- # sets the operation to 'argo submit'
51
- operation : submit
52
- # edits source section
48
+ # creates workflow object directly via k8s API
49
+ k8s :
50
+ operation : create
53
51
parameters :
54
52
# first parameter is the parsed oslo.message
55
53
- dest : spec.arguments.parameters.0.value
Original file line number Diff line number Diff line change 45
45
triggers :
46
46
- template :
47
47
name : ironic-node-update
48
- # uses 'argo' CLI instead of 'kubectl'
49
- argoWorkflow :
50
- # sets the operation to 'argo submit'
51
- operation : submit
52
- # edits source section
48
+ # creates workflow object directly via k8s API
49
+ k8s :
50
+ operation : create
53
51
parameters :
54
52
# first parameter's value is replaced with the uuid
55
53
- dest : spec.arguments.parameters.0.value
Original file line number Diff line number Diff line change 35
35
triggers :
36
36
- template :
37
37
name : ironic-reclean
38
- # uses 'argo' CLI instead of 'kubectl'
39
- argoWorkflow :
40
- # sets the operation to 'argo submit'
41
- operation : submit
42
- # edits source section
38
+ # creates workflow object directly via k8s API
39
+ k8s :
40
+ operation : create
43
41
parameters :
44
42
# first parameter's value is replaced with the uuid
45
43
- dest : spec.arguments.parameters.0.value
Original file line number Diff line number Diff line change 49
49
triggers :
50
50
- template :
51
51
name : keystone-event-project
52
- # uses 'argo' CLI instead of 'kubectl'
53
- argoWorkflow :
54
- # sets the operation to 'argo submit'
55
- operation : submit
56
- # edits the source section
52
+ # creates workflow object directly via k8s API
53
+ k8s :
54
+ operation : create
57
55
parameters :
58
56
# first parameter's value is replaced with the event type
59
57
- dest : spec.arguments.parameters.0.value
Original file line number Diff line number Diff line change 46
46
triggers :
47
47
- template :
48
48
name : neutron-event-network-segment-range
49
- # uses 'argo' CLI instead of 'kubectl'
50
- argoWorkflow :
51
- # sets the operation to 'argo submit'
52
- operation : submit
53
- # edits the source section
49
+ # creates workflow object directly via k8s API
50
+ k8s :
51
+ operation : create
54
52
parameters :
55
53
- dest : spec.arguments.parameters.0.value
56
54
src :
You can’t perform that action at this time.
0 commit comments