aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-engine/src/test/resources/parameters/syncBadParamsNotSyncWithPeer.json
blob: e1ed8316a5e3e3b7d2b89c9188aa2fdebf829360 (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
{
    "engineServiceParameters": {
        "name": "MyApexEngine",
        "version": "0.0.1",
        "id": 45,
        "instanceCount": 19,
        "deploymentPort": 65522,
        "policyModelFileName": "src/test/resources/policymodels/SmallModel.json",
        "engineParameters": {
            "executorParameters": {
                "JAVASCRIPT": {
                    "parameterClassName": "org.onap.policy.apex.service.engine.parameters.dummyclasses.SuperDooperExecutorParameters"
                }
            }
        }
    },
    "eventOutputParameters": {
        "SyncProducer0": {
            "carrierTechnologyParameters": {
                "carrierTechnology": "FILE",
                "parameters": {
                    "fileName": "target/aaa.json"
                }
            },
            "eventProtocolParameters": {
                "eventProtocol": "JSON"
            },
            "synchronousMode": false,
            "synchronousPeer": "SyncConsumer0"
        },
        "SyncProducer1": {
            "carrierTechnologyParameters": {
                "carrierTechnology": "FILE",
                "parameters": {
                    "fileName": "target/aaa.json"
                }
            },
            "eventProtocolParameters": {
                "eventProtocol": "JSON"
            },
            "synchronousMode": true,
            "synchronousPeer": "SyncConsumer1"
        }
    },
    "eventInputParameters": {
        "SyncConsumer0": {
            "carrierTechnologyParameters": {
                "carrierTechnology": "FILE",
                "parameters": {
                    "fileName": "target/bbb.json"
                }
            },
            "eventProtocolParameters": {
                "eventProtocol": "JSON"
            },
            "synchronousMode": true,
            "synchronousPeer": "SyncProducer0"
        },
        "SyncConsumer1": {
            "carrierTechnologyParameters": {
                "carrierTechnology": "SUPER_DOOPER",
                "parameterClassName": "org.onap.policy.apex.service.engine.parameters.dummyclasses.SuperDooperCarrierTechnologyParameters"
            },
            "eventProtocolParameters": {
                "eventProtocol": "SUPER_TOK_DEL",
                "parameterClassName": "org.onap.policy.apex.service.engine.parameters.dummyclasses.SuperTokenDelimitedEventProtocolParameters"
            },
            "synchronousMode": true,
            "synchronousPeer": "SyncProducer1"
        }
    }
}
an> 9px rgba(0, 0, 0, .5)); background-clip: padding-box; // Remove focus outline from opened modal outline: 0; } // Modal background .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: $zindex-modal-background; background-color: $modal-backdrop-bg; // Fade for backdrop &.fade { @include opacity(0); } &.in { @include opacity($modal-backdrop-opacity); } } // Modal header // Top section of the modal w/ title and dismiss .modal-header { padding: $modal-title-padding; border-bottom: 1px solid $modal-header-border-color; min-height: ($modal-title-padding + $modal-title-line-height); } // Close icon .modal-header .close { margin-top: -2px; } // Title text within header .modal-title { margin: 0; line-height: $modal-title-line-height; } // Modal body // Where all modal content resides (sibling of .modal-header and .modal-footer) .modal-body { position: relative; padding: $modal-inner-padding; } // Footer (for actions) .modal-footer { padding: $modal-inner-padding; text-align: right; // right align buttons border-top: 1px solid $modal-footer-border-color; @include clearfix; // clear it in case folks use .pull-* classes on buttons // Properly space out buttons .btn + .btn { margin-left: 5px; margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs } // but override that for button groups .btn-group .btn + .btn { margin-left: -1px; } // and override it for block buttons as well .btn-block + .btn-block { margin-left: 0; } } // Measure scrollbar width for padding body during modal show/hide .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } // Scale up the modal @media (min-width: $screen-sm-min) { // Automatically set modal's width for larger viewports .modal-dialog { width: $modal-md; margin: 30px auto; } .modal-content { @include box-shadow(0 5px 15px rgba(0, 0, 0, .5)); } // Modal sizes .modal-sm { width: $modal-sm; } } @media (min-width: $screen-md-min) { .modal-lg { width: $modal-lg; } }