X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fsriov%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fdrydock%2FBootAction%2Fv1.yaml;fp=site_type%2Fsriov%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fdrydock%2FBootAction%2Fv1.yaml;h=f3e7c2b9d71ec7c32aee3241092eb01af0e5755e;hb=c88cf93ab1508f0dd1ec862fc02634604ca9c94d;hp=0000000000000000000000000000000000000000;hpb=65e9ce265e221f060686a69efce51f982c1833b0;p=yaml_builds.git diff --git a/site_type/sriov/airship-treasuremap/global/v4.0/schemas/drydock/BootAction/v1.yaml b/site_type/sriov/airship-treasuremap/global/v4.0/schemas/drydock/BootAction/v1.yaml new file mode 100644 index 0000000..f3e7c2b --- /dev/null +++ b/site_type/sriov/airship-treasuremap/global/v4.0/schemas/drydock/BootAction/v1.yaml @@ -0,0 +1,93 @@ +--- +schema: 'deckhand/DataSchema/v1' +metadata: + schema: metadata/Control/v1 + name: drydock/BootAction/v1 + labels: + application: drydock +data: + $schema: 'http://json-schema.org/schema#' + type: 'object' + additionalProperties: false + properties: + signaling: + type: 'boolean' + assets: + type: 'array' + items: + type: 'object' + additionalProperties: false + properties: + path: + type: 'string' + pattern: '^/.+' + location: + type: 'string' + type: + type: 'string' + enum: + - 'unit' + - 'file' + - 'pkg_list' + data: + type: 'string' + location_pipeline: + type: 'array' + items: + type: 'string' + enum: + - 'template' + data_pipeline: + type: 'array' + items: + type: 'string' + enum: + - 'base64_encode' + - 'template' + - 'base64_decode' + - 'utf8_encode' + - 'utf8_decode' + permissions: + type: 'string' + pattern: '\d{3}' + required: + - 'type' + node_filter: + type: 'object' + additionalProperties: false + properties: + filter_set_type: + type: 'string' + enum: + - 'intersection' + - 'union' + filter_set: + type: 'array' + items: + type: 'object' + additionalProperties: false + properties: + filter_type: + type: 'string' + enum: + - 'intersection' + - 'union' + node_names: + type: 'array' + items: + type: 'string' + node_tags: + type: 'array' + items: + type: 'string' + node_labels: + type: 'object' + additionalProperties: true + rack_names: + type: 'array' + items: + type: 'string' + rack_labels: + type: 'object' + additionalProperties: true +...