X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fsriov%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fpromenade%2FPKICatalog%2FPKICatalog.yaml;fp=site_type%2Fsriov%2Fairship-treasuremap%2Fglobal%2Fv4.0%2Fschemas%2Fpromenade%2FPKICatalog%2FPKICatalog.yaml;h=ae64c54ca0b60f6d6e803197874abe04015586e0;hb=c88cf93ab1508f0dd1ec862fc02634604ca9c94d;hp=0000000000000000000000000000000000000000;hpb=65e9ce265e221f060686a69efce51f982c1833b0;p=yaml_builds.git diff --git a/site_type/sriov/airship-treasuremap/global/v4.0/schemas/promenade/PKICatalog/PKICatalog.yaml b/site_type/sriov/airship-treasuremap/global/v4.0/schemas/promenade/PKICatalog/PKICatalog.yaml new file mode 100644 index 0000000..ae64c54 --- /dev/null +++ b/site_type/sriov/airship-treasuremap/global/v4.0/schemas/promenade/PKICatalog/PKICatalog.yaml @@ -0,0 +1,43 @@ +--- +schema: deckhand/DataSchema/v1 +metadata: + schema: metadata/Control/v1 + name: promenade/PKICatalog/v1 + labels: + application: promenade +data: + $schema: http://json-schema.org/schema# + certificate_authorities: + type: array + items: + type: object + properties: + description: + type: string + certificates: + type: array + items: + type: object + properties: + document_name: + type: string + description: + type: string + common_name: + type: string + hosts: + type: array + items: string + groups: + type: array + items: string + keypairs: + type: array + items: + type: object + properties: + name: + type: string + description: + type: string +...