Skip to content

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

  1. Create new YAML files in content/bootenvs/
  2. Follow the naming convention: os-version-type-install.yaml
  3. Update version numbers and checksums appropriately

Adding Universal Application Profiles

  1. Create new profiles in content/profiles/
  2. Follow the naming convention: universal-application-os-version-type.yaml
  3. 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:

Common Build Instructions