From 35b53c77c4b7edad7cf84146abf5722ea5323eba Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 26 Sep 2013 13:48:43 -0400 Subject: New plugin: AWSTags AWSTags allows querying tags from EC2, and setting groups based on the tag names or values. --- schemas/awstags.xsd | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 schemas/awstags.xsd (limited to 'schemas') diff --git a/schemas/awstags.xsd b/schemas/awstags.xsd new file mode 100644 index 000000000..72be0366f --- /dev/null +++ b/schemas/awstags.xsd @@ -0,0 +1,73 @@ + + + + + + :ref:`AWSTags <server-plugins-connectors-awstags>` config + schema for bcfg2 + + + + + + + + + + + The group to assign to machines with tags that match the + enclosing Tag expression. More than one group can be + specified. + + + + + + + + The name pattern to match against. This is a regular + expression. It is not anchored. + + + + + + + The value pattern to match against. This is a regular + expression. It is not anchored. + + + + + + + + + Top-level tag for ``AWSTags/config.xml``. + + + + + + + Representation of a pattern that matches AWS tags. Tags can be + matched in one of two ways: + + * If only :xml:attribute:`TagType:name` is specified, then + AWSTags will only look for a tag with a matching name, and + the value of tags is ignored. + * If both :xml:attribute:`TagType:name` and + :xml:attribute:`TagType:value` are specified, a tag must + have a matching name *and* a matching value. + + + + + + + + + + -- cgit v1.2.3-1-g7c22