Universal Workflow Content¶
Universal Repository¶
This repository contains universal application profiles and content for Digital Rebar Platform (DRP).
Overview¶
The universal repository follows the new distributed content model where individual content packages are maintained in separate repositories rather than a single monorepo. This repository specifically contains:
- Universal application profiles for various operating systems
- Boot environments for RHEL and other OS installations
- Supporting templates and configurations
Content Development¶
Adding New Boot Environments¶
- Create new YAML files in
content/bootenvs/ - Follow the naming convention:
os-version-type-install.yaml - Update version numbers and checksums appropriately
Adding Universal Application Profiles¶
- Create new profiles in
content/profiles/ - Follow the naming convention:
universal-application-os-version-type.yaml - Ensure the profile references the correct boot environment
Additional Information¶
Universal Workflow architectural, and Universal Workflow operations, contain more details about the universal workflow system.
Common Build and Usage Instructions¶
For detailed instructions on building, testing, and uploading content, please see the shared documentation: