aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-elasticsearch
AgeCommit message (Expand)AuthorFilesLines
2017-10-03New docker start monitor engineYuli Shlosberg2-5/+12
2017-09-11Replace baselines of SDC dockersAreli Fuss1-19/+3
2017-06-14Add proxy supportVictor Morales1-0/+9
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando2-4/+8
2017-03-08Do not load kibana_dashboard_virtualization.jsonAlexis de Talhouët1-8/+0
2017-03-08Fix wrong recipe nameAlexis de Talhouët1-0/+0
2017-02-23set url to https://omnitruck.chef.io/install.shGrinberg Moti1-4/+2
2017-02-22copy chef-install.sh into dockerGrinberg Moti1-1/+3
2017-02-22add missing RUN commandGrinberg Moti1-1/+1
2017-02-22add chef-install.sh until LF will fix curlGrinberg Moti2-1/+709
2017-02-21Change chef link to httpml636r1-1/+1
2017-02-20Fix UI and dockerml636r1-0/+1
2017-02-19Initial OpenECOMP SDC commitMichael Lando32-0/+1025
fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
    "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
    "topology_template": {
        "policies": [
            {
                "usecases": {
                    "type": "onap.policies.native.drools.Controller",
                    "type_version": "1.0.0",
                    "name": "usecases",
                    "version": "1.0.0",
                    "metadata": {
                        "policy-id": "usecases"
                    },
                    "properties": {
                        "controllerName": "usecases",
                        "sourceTopics": [
                            {
                                "topicName": "DCAE_TOPIC",
                                "events": [
                                    {
                                        "eventClass": "org.onap.policy.controlloop.CanonicalOnset",
                                        "eventFilter": "[?($.closedLoopEventStatus == 'ONSET')]",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.controlloop.util.Serialization",
                                            "jsonParser": "gson"
                                        }
                                    },
                                    {
                                        "eventClass": "org.onap.policy.controlloop.CanonicalAbated",
                                        "eventFilter": "[?($.closedLoopEventStatus == 'ABATED')]",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.controlloop.util.Serialization",
                                            "jsonParser": "gson"
                                        }
                                    }
                                ]
                            },
                            {
                                "topicName": "APPC-CL",
                                "events": [
                                    {
                                        "eventClass": "org.onap.policy.appc.Response",
                                        "eventFilter": "[?($.CommonHeader && $.Status)]",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.appc.util.Serialization",
                                            "jsonParser": "gsonPretty"
                                        }
                                    }
                                ]
                            },
                            {
                                "topicName": "APPC-LCM-WRITE",
                                "events": [
                                    {
                                        "eventClass": "org.onap.policy.appclcm.AppcLcmMessageWrapper",
                                        "eventFilter": "[?($.type == 'response')]",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.appclcm.util.Serialization",
                                            "jsonParser": "gson"
                                        }
                                    }
                                ]
                            },
                            {
                                "topicName": "SDNR-CL-RSP",
                                "events": [
                                    {
                                        "eventClass": "org.onap.policy.sdnr.PciResponseWrapper",
                                        "eventFilter": "[?($.type == 'response')]",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.sdnr.util.Serialization",
                                            "jsonParser": "gson"
                                        }
                                    }
                                ]
                            }
                        ],
                        "sinkTopics": [
                            {
                                "topicName": "APPC-CL",
                                "events": [
                                    {
                                        "eventClass": "org.onap.policy.appc.Request",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.appc.util.Serialization",
                                            "jsonParser": "gsonPretty"
                                        }
                                    }
                                ]
                            },
                            {
                                "topicName": "APPC-LCM-READ",
                                "events": [
                                    {
                                        "eventClass": "org.onap.policy.appclcm.AppcLcmMessageWrapper",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.appclcm.util.Serialization",
                                            "jsonParser": "gson"
                                        }
                                    }
                                ]
                            },
                            {
                                "topicName": "POLICY-CL-MGT",
                                "events": [
                                    {
                                        "eventClass": "org.onap.policy.controlloop.VirtualControlLoopNotification",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.controlloop.util.Serialization",
                                            "jsonParser": "gsonPretty"
                                        }
                                    }
                                ]
                            },
                            {
                                "topicName": "DCAE_CL_RSP",
                                "events": [
                                    {
                                        "eventClass": "org.onap.policy.controlloop.ControlLoopResponse",
                                        "customSerialization": {
                                            "customSerializerClass": "org.onap.policy.controlloop.util.Serialization",
                                            "jsonParser": "gsonPretty"
                                        }
                                    }
                                ]
                            }
                        ],
                        "customConfig": {
                            "notes" : "test",
                            "persistence.type" : "auto"
                        }
                    }
                }
            }
        ]
    }
}