X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fsriov%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fshipyard%2FDeploymentStrategy%2Fv1.yaml;fp=site_type%2Fsriov%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fshipyard%2FDeploymentStrategy%2Fv1.yaml;h=0000000000000000000000000000000000000000;hb=fbb206730195c6f03ded7658d08f1ef708ebf88b;hp=081bbbc9d1b1b8092d801e95ecc3be3921a7cdef;hpb=3395a537e26721ec33a80f66686ca932f9328722;p=yaml_builds.git diff --git a/site_type/sriov/airship-treasuremap/global/v4.0/schemas/shipyard/DeploymentStrategy/v1.yaml b/site_type/sriov/airship-treasuremap/global/v4.0/schemas/shipyard/DeploymentStrategy/v1.yaml deleted file mode 100644 index 081bbbc..0000000 --- a/site_type/sriov/airship-treasuremap/global/v4.0/schemas/shipyard/DeploymentStrategy/v1.yaml +++ /dev/null @@ -1,73 +0,0 @@ ---- -schema: 'deckhand/DataSchema/v1' -metadata: - schema: metadata/Control/v1 - name: shipyard/DeploymentStrategy/v1 - labels: - application: shipyard -data: - $schema: 'http://json-schema.org/schema#' - type: 'object' - required: - - groups - properties: - groups: - type: 'array' - minItems: 0 - items: - type: 'object' - required: - - name - - critical - - depends_on - - selectors - properties: - name: - type: 'string' - minLength: 1 - critical: - type: 'boolean' - depends_on: - type: 'array' - minItems: 0 - items: - type: 'string' - selectors: - type: 'array' - minItems: 0 - items: - type: 'object' - minProperties: 1 - properties: - node_names: - type: 'array' - items: - type: 'string' - node_labels: - type: 'array' - items: - type: 'string' - node_tags: - type: 'array' - items: - type: 'string' - rack_names: - type: 'array' - items: - type: 'string' - additionalProperties: false - success_criteria: - type: 'object' - minProperties: 1 - properties: - percent_successful_nodes: - type: 'integer' - minimum: 0 - maximum: 100 - minimum_successful_nodes: - type: 'integer' - minimum: 0 - maximum_failed_nodes: - type: 'integer' - minimum: 0 - additionalProperties: false