X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fdrydock%2FRegion%2Fv1.yaml;fp=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fdrydock%2FRegion%2Fv1.yaml;h=0000000000000000000000000000000000000000;hb=d0a8cc561d32ce83499a52d9893482124bfa2871;hp=42636dd1dab0d3265212b97bd0f03e948ebdf70e;hpb=267230d53447c489d10905f260f503f2e71d414f;p=yaml_builds.git diff --git a/site_type/ovsdpdk/airship-treasuremap/global/v4.0/schemas/drydock/Region/v1.yaml b/site_type/ovsdpdk/airship-treasuremap/global/v4.0/schemas/drydock/Region/v1.yaml deleted file mode 100644 index 42636dd..0000000 --- a/site_type/ovsdpdk/airship-treasuremap/global/v4.0/schemas/drydock/Region/v1.yaml +++ /dev/null @@ -1,71 +0,0 @@ ---- -schema: 'deckhand/DataSchema/v1' -metadata: - schema: metadata/Control/v1 - name: drydock/Region/v1 - labels: - application: drydock -data: - $schema: 'http://json-schema.org/schema#' - type: 'object' - properties: - tag_definitions: - type: 'array' - items: - type: 'object' - properties: - tag: - type: 'string' - definition_type: - type: 'string' - enum: - - 'lshw_xpath' - definition: - type: 'string' - additionalProperties: false - authorized_keys: - type: 'array' - items: - type: 'string' - repositories: - # top level is class (e.g. apt, rpm) - type: 'object' - properties: - remove_unlisted: - type: 'boolean' - additionalPropties: - type: 'object' - properties: - repo_type: - type: 'string' - pattern: 'apt|rpm' - url: - type: 'string' - distributions: - type: 'array' - items: - type: 'string' - subrepos: - type: 'array' - items: - type: 'string' - components: - type: 'array' - items: - type: 'string' - gpgkey: - type: 'string' - arches: - type: 'array' - items: - type: 'string' - options: - type: 'object' - additionalProperties: - type: 'string' - additionalProperties: false - required: - - 'repo_type' - - 'url' - - 'arches' - additionalProperties: false