diff --git a/charts/incubator/dell-idrac-fan-controller/.helmignore b/charts/incubator/dell-idrac-fan-controller/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/dell-idrac-fan-controller/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/charts/incubator/dell-idrac-fan-controller/CHANGELOG.md b/charts/incubator/dell-idrac-fan-controller/CHANGELOG.md new file mode 100644 index 00000000000..825c32f0d03 --- /dev/null +++ b/charts/incubator/dell-idrac-fan-controller/CHANGELOG.md @@ -0,0 +1 @@ +# Changelog diff --git a/charts/incubator/dell-idrac-fan-controller/Chart.yaml b/charts/incubator/dell-idrac-fan-controller/Chart.yaml new file mode 100644 index 00000000000..b3f5d52503a --- /dev/null +++ b/charts/incubator/dell-idrac-fan-controller/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 12.6.1 +deprecated: false +description: Control your Dell PowerEdge fans via IPMI +home: https://truecharts.org/charts/incubator/dell-idrac-fan-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png +keywords: + - iDrac + - Dell + - fan-controller +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dell-idrac-fan-controller +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dell-idrac-fan-controller + - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker +type: application +version: 0.0.1 +annotations: + truecharts.org/catagories: | + - utilities + - hardware + truecharts.org/SCALE-support: "true" diff --git a/charts/incubator/dell-idrac-fan-controller/README.md b/charts/incubator/dell-idrac-fan-controller/README.md new file mode 100644 index 00000000000..701942c352f --- /dev/null +++ b/charts/incubator/dell-idrac-fan-controller/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/charts/incubator/dell-idrac-fan-controller/icon.png b/charts/incubator/dell-idrac-fan-controller/icon.png new file mode 100644 index 00000000000..9644759a575 Binary files /dev/null and b/charts/incubator/dell-idrac-fan-controller/icon.png differ diff --git a/charts/incubator/dell-idrac-fan-controller/questions.yaml b/charts/incubator/dell-idrac-fan-controller/questions.yaml new file mode 100644 index 00000000000..4c08577e1c7 --- /dev/null +++ b/charts/incubator/dell-idrac-fan-controller/questions.yaml @@ -0,0 +1,106 @@ +# Include{groups} +portals: {} +questions: +# Include{global} +# Include{workload} +# Include{workloadDeployment} + +# Include{replicas1} +# Include{podSpec} +# Include{containerMain} +# Include{containerBasic} +# Include{containerAdvanced} + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: IDRAC_HOST + label: iDrac Host + description: iDRAC's IP address. Default value is "local". + schema: + type: string + default: "" + - variable: IDRAC_USERNAME + label: iDrac Host Name + description: iDrac Username. Default value is "root". + schema: + type: string + default: "" + - variable: IDRAC_PASSWORD + label: iDrac Password + description: iDrac Password. Default password is "calvin". + schema: + type: string + private: true + default: "" + - variable: FAN_SPEED + label: Fan Speed + description: Fan speed parameter can be set as a decimal (from 0 to 100%). Default value is 5(%). + schema: + type: int + min: 0 + max: 100 + default: 5 + - variable: CPU_TEMPERATURE_THRESHOLD + label: CPU Temperature Thershold + description: parameter is the T°junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(°C). + schema: + type: int + default: 50 + - variable: CHECK_INTERVAL + label: Check Interval + description: parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s). + schema: + type: int + default: 60 + - variable: DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE + label: Disable 3rd Party PCIE Card Dell Default Cooling Response + description: Boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false. + schema: + type: boolean + default: false + +# Include{containerConfig} +# Include{podOptions} + +# Include{serviceExpertRoot} + default: false +# Include{serviceExpert} +# Include{serviceList} +# Include{persistenceRoot} +# Include{persistenceBasic} +# Include{persistenceList} + +# Include{securityContextRoot} + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 +# Include{securityContextContainer} +# Include{securityContextAdvanced} +# Include{securityContextPod} + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + +# Include{resources} +# Include{advanced} +# Include{addons} +# Include{codeserver} +# Include{netshoot} +# Include{vpn} +# Include{documentation} diff --git a/charts/incubator/dell-idrac-fan-controller/templates/NOTES.txt b/charts/incubator/dell-idrac-fan-controller/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/dell-idrac-fan-controller/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/dell-idrac-fan-controller/templates/common.yaml b/charts/incubator/dell-idrac-fan-controller/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/dell-idrac-fan-controller/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/dell-idrac-fan-controller/values.yaml b/charts/incubator/dell-idrac-fan-controller/values.yaml new file mode 100644 index 00000000000..dd9b5415901 --- /dev/null +++ b/charts/incubator/dell-idrac-fan-controller/values.yaml @@ -0,0 +1,36 @@ +image: + repository: ghcr.io/tigerblue77/dell_idrac_fan_controller + pullPolicy: IfNotPresent + tag: latest@sha256:5732a9fe3ed0f195152be4f281e3394ae2b1dec932918ea7690c072c77465ba9 + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + IDRAC_HOST: "" + IDRAC_USERNAME: "" + IDRAC_PASSWORD: "" + FAN_SPEED: 5 + CPU_TEMPERATURE_THRESHOLD: 50 + CHECK_INTERVAL: 60 + DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE: false + +portal: + open: + enabled: false