Skip to content

Commit 579826f

Browse files
authored
[FA] Add fleet formats (#22646)
* Add fleet formats * Add jmx format * Set url * Remove redundant secrets * Remove fleet_formats from JMX password fields Removed fleet_formats from password fields in jmx.yaml. * Update http.yaml * Revert descriptions * Rename formats * Update jmx.yaml
1 parent a25b67f commit 579826f

File tree

42 files changed

+58
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+58
-4
lines changed

activemq_xml/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ files:
1111
options:
1212
- name: url
1313
fleet_configurable: true
14+
formats: ["url"]
1415
required: true
1516
description: |
1617
url to gather the stats from.

airflow/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ files:
1111
options:
1212
- name: url
1313
fleet_configurable: true
14+
formats: ["url"]
1415
required: true
1516
description: The URL used to connect to the Airflow instance (use the Airflow web server REST API endpoint).
1617
value:

ambari/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ files:
2121
options:
2222
- name: url
2323
fleet_configurable: true
24+
formats: ["url"]
2425
required: true
2526
description: The URL of the Ambari Server, include http:// or https://
2627
value:

apache/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ files:
1414
required: true
1515
display_priority: 2
1616
description: Status url of your Apache server.
17+
formats: ["url"]
1718
value:
1819
example: http://localhost/server-status?auto
1920
type: string

citrix_hypervisor/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ files:
1212
- name: url
1313
description: Url of the hypervisor
1414
fleet_configurable: true
15+
formats: ["url"]
1516
required: true
1617
value:
1718
type: string

cloud_foundry_api/assets/configuration/spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ files:
88
- name: api_url
99
description: URL of the Cloud Controller API.
1010
fleet_configurable: true
11+
formats: ["url"]
1112
required: true
1213
value:
1314
type: string
@@ -25,9 +26,9 @@ files:
2526
for communication with the Cloud Controller API.
2627
fleet_configurable: true
2728
required: true
29+
secret: true
2830
value:
2931
type: string
30-
secret: true
3132
- name: event_filter
3233
description: |
3334
A list of the types of audit events to fetch.

cloudera/assets/configuration/spec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ files:
1818
The Workload password. This value can be found in the `User Management` tab of the Management
1919
Console in the `Workload Password`.
2020
fleet_configurable: true
21+
secret: true
2122
required: true
2223
secret: true
2324
value:
@@ -27,6 +28,7 @@ files:
2728
options:
2829
- name: api_url
2930
fleet_configurable: true
31+
formats: ["url"]
3032
required: true
3133
description: |
3234
The URL endpoint for the Cloudera Manager API. This can be found under the Endpoints tab for

consul/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ files:
1111
options:
1212
- name: url
1313
fleet_configurable: true
14+
formats: ["url"]
1415
display_priority: 2
1516
required: true
1617
description: |

couch/assets/configuration/spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ files:
1111
options:
1212
- name: server
1313
fleet_configurable: true
14+
formats: ["url"]
1415
required: true
1516
description: The Couch server's url.
1617
display_priority: 3

datadog_checks_dev/datadog_checks/dev/tooling/configuration/consumers/example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'template',
2727
'overrides',
2828
'fleet_configurable',
29+
'formats',
2930
}
3031
ALLOWED_VALUE_FIELDS = OPENAPI_SCHEMA_PROPERTIES | {'example', 'display_default', 'compact_example'}
3132
DESCRIPTION_LINE_LENGTH_LIMIT = 120

0 commit comments

Comments
 (0)