OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

tosca-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: TOSCA Scale definition


Hello All,

 

The TOSCA scale definition as per the auto-scale policy is as follows:

 

12.5.2.1.3 Sample YAML

my_scaling_policy_1:

type: tosca.policy.scaling

description: Simple node autoscaling

properties:

min_instances: <integer>

max_instances: <integer>

default_instances: <integer>

increment: <integer>

 

 

However we have the scalable capability definition of the VDU.

5.5.13 tosca.capabilities.Scalable

5.5.13.2 Definition

tosca.capabilities.Scalable:

derived_from: tosca.capabilities.Root

properties:

min_instances:

type: integer

default: 1

max_instances:

type: integer

default: 1

default_instances:

type: integer

 

So there is a confusion as to which one should be used for auto-scale definition for a VDU?

Please clarify the same.

 

Regards,

Manas



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]