Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: IntegrationDefinitionField
type: object
required:
- description
- name
- required
properties:
regex:
Expand All @@ -10,6 +10,8 @@ properties:
- "null"
required:
type: boolean
name:
type: string
description:
type: string
type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,12 @@ properties:
details:
type: object
required:
- monitors
- client
- integration_id
- image
properties:
monitors:
integration_id:
description: >
Ceph monitor endpoints used by the client to discover the cluster.
Typically 1-3 endpoints are provided.
anyOf:
- type: array
items:
$ref: "./SourceCephRbdMonitor.yml"
- type: "null"
client:
$ref: "./SourceCephRbdClientIdentity.yml"
The ID of a Ceph cluster integration for authentication.
$ref: ../../../../ID.yml
image:
$ref: "./SourceCephRbdImageRef.yml"

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ properties:
details:
type: object
required:
- targets
- integration_ids
- lun
properties:
targets:
integration_ids:
description: >
One or more iSCSI targets that expose the desired LUN; may be null.
anyOf:
- type: array
items:
$ref: "./SourceSanIscsiTarget.yml"
- type: "null"
One or more iSCSI integration IDs to use for authentication.
type: array
items:
$ref: ../../../../ID.yml
lun:
type: integer
format: int32
Expand Down

This file was deleted.

This file was deleted.