Skip to content

Commit

Permalink
Merge branch '7.0-dev' into 8.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cpdtaylor committed Nov 25, 2024
2 parents 3f76949 + f4bf422 commit 9df67bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions components/examples/applianceSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@
"clusterSyncIntervalSeconds": null,
"usageRetainmentPeriod": null,
"invoiceRetainmentPeriod": null,
"incidentRetainmentPeriod": "30",
"reportsRetainmentPeriod": "90",
"httpBlacklistHosts": null,
"httpApprovelistHosts": null,
"exchangeUrl": "https://share.morpheusdata.com",
"noAgent": false,
"agentSSLVerify": false,
"disableSSHPasswordAuth": false,
"defaultLocale": "en-GB",
"defaultVdiGateway": null,
"maxOptionListSize": "2000",
"passwordMinLength": "8",
"passwordMinUpperCase": "1",
Expand Down
16 changes: 15 additions & 1 deletion components/schemas/applianceSettingsUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ properties:
type: integer
format: int64
description: Invoice Retainment (Days)
incidentRetainmentPeriod:
type: integer
format: int64
description: Incident Retainment (Days)
statsRetainmentPeriod:
type: integer
format: int64
Expand All @@ -173,10 +177,20 @@ properties:
agentSSLVerify:
type: boolean
description: Enable/Disable SSL Verification of Agent
disableSSHPasswordAuth:
type: boolean
description: Enable/Disable SSH Password Authentication for the Appliance
defaultLocale:
type: string
description: Default appliance Locale. Setting a default locale for the application will override user browser preferences.
defaultVdiGateway:
type: integer
format: int64
description: ID of the VDI gateway.
maxOptionListSize:
type: integer
format: int64
description: Max option list size. Units are x10^3 (thousand). Increasing this value can adversely affect Morpheus performance. Increase with caution.
description: Max option list size. Units are x10^3 (thousand). Increasing this value can adversely affect Morpheus performance. Increase with caution.
exchangeUrl:
type: string
description: The url used for checking if there is an update for plugins. Default https\://share.morpheusdata.com

0 comments on commit 9df67bd

Please sign in to comment.