NTTLimitedRD / plumbery

Cloud automation at Dimension Data with Apache Libcloud
Apache License 2.0
14 stars 9 forks source link

tags #30

Open bernard357 opened 8 years ago

bernard357 commented 8 years ago

Plumbery had some early form of tagging within the description field. Now that the API does support structural tags, we should introduce a new directive to leverage this new capability.

Tentative syntax for this new directive:

tags:
    region: myRegion
    costCenter: marketing

We use 'labels' to avoid the confusion with previous 'tags', and also to reflect the fact that labels are semantically structuring, while tags are more free-form.

bernard357 commented 7 years ago

This has a dependency on the creation of directive class as per #38

bernard357 commented 7 years ago

feature requested by Georg D. as well