summaryrefslogtreecommitdiffstats
path: root/.yamllint
blob: ab5bdc3784de9ca9b17a52db7acd3111a67021ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---

extends: default

rules:
  line-length: disable
  truthy: disable
  braces:
    max-spaces-inside: 1
  brackets:
    max-spaces-inside: 1
  comments-indentation: disable
  comments: disable
  document-start: disable
  indentation:
    indent-sequences: whatever
.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": [
            {
                "operational.scaleout": {
                    "type": "onap.policies.controlloop.operational.common.Drools",
                    "type_version": "1.0.0",
                    "version": "1.0.0",
                    "metadata": {
                        "policy-id": "operational.scaleout"
                    },
                    "properties": {
                        "id": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
                        "timeout": 1200,
                        "abatement": false,
                        "trigger": "unique-policy-id-1-scale-up",
                        "operations": [
                            {
                                "id": "unique-policy-id-1-scale-up",
                                "description": "Create a new VF Module",
                                "operation": {
                                    "actor": "SO",
                                    "operation": "VF Module Create",
                                    "target": {
                                        "targetType": "VFMODULE",
                                        "entityIds": {
                                            "modelInvariantId": "e6130d03-56f1-4b0a-9a1d-e1b2ebc30e0e",
                                            "modelVersionId": "94b18b1d-cc91-4f43-911a-e6348665f292",
                                            "modelName": "VfwclVfwsnkBbefb8ce2bde..base_vfw..module-0",
                                            "modelVersion": 1,
                                            "modelCustomizationId": "47958575-138f-452a-8c8d-d89b595f8164"
                                        }
                                    },
                                    "payload": {
                                        "requestParameters": "{\"usePreload\":true,\"userParams\":[]}",
                                        "configurationParameters": "[{\"ip-addr\":\"$.vf-module-topology.vf-module-parameters.param[9]\",\"oam-ip-addr\":\"$.vf-module-topology.vf-module-parameters.param[16]\",\"enabled\":\"$.vf-module-topology.vf-module-parameters.param[23]\"}]"
                                    }
                                },
                                "timeout": 1200,
                                "retries": 0,
                                "success": "final_success",
                                "failure": "final_failure",
                                "failure_timeout": "final_failure_timeout",
                                "failure_retries": "final_failure_retries",
                                "failure_exception": "final_failure_exception",
                                "failure_guard": "final_failure_guard"
                            }
                        ],
                        "controllerName": "usecases"
                    }
                }
            }
        ]
    }
}