X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fdrydock%2FNetwork%2Fv1.yaml;fp=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fdrydock%2FNetwork%2Fv1.yaml;h=8617f8868e189fd6275b1f47620cb7cb96796764;hb=fe885c06b13b6807209a76d0226a40d84ec61df3;hp=0000000000000000000000000000000000000000;hpb=f75a047e5d98eea7d43cfbe6ade55ce2e2e0f3a9;p=yaml_builds.git diff --git a/site_type/ovsdpdk/airship-treasuremap/global/v4.0/schemas/drydock/Network/v1.yaml b/site_type/ovsdpdk/airship-treasuremap/global/v4.0/schemas/drydock/Network/v1.yaml new file mode 100644 index 0000000..8617f88 --- /dev/null +++ b/site_type/ovsdpdk/airship-treasuremap/global/v4.0/schemas/drydock/Network/v1.yaml @@ -0,0 +1,70 @@ +--- +schema: 'deckhand/DataSchema/v1' +metadata: + schema: metadata/Control/v1 + name: drydock/Network/v1 + labels: + application: drydock +data: + $schema: 'http://json-schema.org/schema#' + type: 'object' + properties: + cidr: + type: 'string' + ranges: + type: 'array' + items: + type: 'object' + properties: + type: + type: 'string' + start: + type: 'string' + format: 'ipv4' + end: + type: 'string' + format: 'ipv4' + additionalProperties: false + dns: + type: 'object' + properties: + domain: + type: 'string' + servers: + type: 'string' + additionalProperties: false + dhcp_relay: + type: 'object' + properties: + self_ip: + type: 'string' + format: 'ipv4' + upstream_target: + type: 'string' + format: 'ipv4' + additionalProperties: false + mtu: + type: 'number' + vlan: + type: 'string' + routedomain: + type: 'string' + routes: + type: 'array' + items: + type: 'object' + properties: + subnet: + type: 'string' + gateway: + type: 'string' + format: 'ipv4' + metric: + type: 'number' + routedomain: + type: 'string' + additionalProperties: false + labels: + type: 'object' + additionalProperties: true + additionalProperties: false