openbaton / NFVO

Repository containing the source code of the NFVO
Apache License 2.0
61 stars 52 forks source link

Autoscaling in TOSCA VNF template #299

Closed ThomasBri closed 6 years ago

ThomasBri commented 6 years ago

It was not possible to specify the autoscaling policies in CSAR VNFPackages like this:

inputs:
  auto_scale_policy:
    scale-out:                  # Policy name 
      threshold: 100.0
      comparisonOperator: ">="
      period: 30
      ...

One of the problems was that the VNFAutoscaling object does not match the yaml representation so the Yaml parser was not able to map it.