# managed-scripts **Repository Path**: mirrors_openshift/managed-scripts ## Basic Information - **Project Name**: managed-scripts - **Description**: BackplaneM3-managed scripts - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-15 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Backplane Managed scripts This is a repository storing OpenShift Dedicated managed scripts. ## Repository layout `scripts` folder contains various scripts used by different teams. `hack` contains various helper script for CI/CD tooling and building. Each Red Hat managed role has a dedicated directory under root and each of the contains any number of scripts. Each script directory has to contain a `metadata.yaml` file, the format of the metadata file is documented below. Besides the `metadata.yaml` file, each directory should contain a single script file, written in one of the supported languages. ## `metadata.yaml` All `metadata.yaml` shall pass validation against `hack/metadata.schema.json` see [here](https://json-schema.org/) for more details. Note: The `name` in the `metadata.yaml` must be the same as the directory name where the `metadata.yaml` file resides. ### Validation methods: 1. In order to check all `metadata.yaml` from all scripts, you can run the command below from your managed-scripts root directory: `make validation` 2. To run the validation just for specifics scripts, you can use the command below parsing the scripts as arguments: `make validation SCRIPTS=" "` example: `make validation SCRIPTS="under-replicated-partition rolling-restart-broker"` ## Release Cycle Managed Scripts has the following release cycle: ### Staging: The staging environment is pinned to consume the main branch of the managed-scripts repository. ### Production: Once every 3 weeks. In case you have changes that have immediate impact and would need an immediate promotion, please reach out to: Managed-scripts team (alias : @managed-scripts) in #sd-ims-backplane slack channel