Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (19 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 588 Bytes

rfe-automation-rpm-support

How to run

Install the dependencies:

ansible-galaxy collections install -r ansible/collections/requirements.yaml

Run the ansible playbook:

ansible-playbook ansible/playbooks/build-rpm.yaml

Running as a pipeline

Install the chart using this command:

helm upgrade -i flotta-rpm helm/rpm-builder/ -n rfe

Run the pipeline with the following command:

tkn pipeline start flotta-rpm-build-pipeline --workspace name=shared-workspace,volumeClaimTemplateFile=resources/volumeclaimtemplate.yaml  --use-param-defaults