...
Code Block | ||
---|---|---|
| ||
policy_type_impls: - onap.policies.controlloop.operational.opex.energysaving.Impl: version: 1.0.0 type: onap.policies.controlloop.Operational type_version: 1.0.0 pdp: drools description: Implementation of opex energy saving drools rules policy_body: "<policy body>" properties: dependencies: - groupId: org.onap.policy.opex artifactId: policy-energy-saving version: 1.2.1-SNAPSHOT controller: name: ericsson-cell-sleep config_body: "<config body>" - onap.policies.controlloop.operational.opex.trafficoffloading.Impl: version: 1.0.0 type: onap.policies.controlloop.Operational type_version: 1.0.0 pdp: drools description: Implementation of opex traffic offloading drools rules policy_body: "<policy body>" properties: dependencies: - groupId: org.onap.policy.opex artifactId: policy-traffic-offloading version: 1.0.0-SNAPSHOT controller: name: traffic-offloading config_body: "<config body>" |
...
Code Block | ||
---|---|---|
| ||
tosca_definitions_version: tosca_simple_yaml_1_0_0
topology_template:
policies:
- operational.opex.energysaving.ericsson:
type: onap.policies.controlloop.Operational
type_version: 1.0.0
type_impl: onap.policies.controlloop.operational.opex.energysaving.Impl
type_impl_version: 1.0.0
version: 1.0.0
metadata:
policy-id: operational.opex.energysaving.ericsson
properties: null
- operational.opex.trafficoffloading:
type: onap.policies.controlloop.Operational
type_version: 1.0.0
type_impl: onap.policies.controlloop.operational.opex.trafficoffloading.Impl
type_impl_version: 1.0.0
version: 1.0.0
metadata:
policy-id: operational.opex.trafficoffloading
properties:
ClosedLoopControlName: traffic-offloading-acute |
flow explanation, role of PAP and PDP-D,
...