Align naming for the Fedora CoreOS Pipeline
Our playbook was named `fedora-coreos.yml` and our role was named `fcos-pipeline`. Let's meet in the middle at `fedora-coreos-pipeline` for both. Also update some of the descriptions.
This commit is contained in:
parent
063545f933
commit
ac61ab020c
7 changed files with 5 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: openshift-apps/fcos-pipeline
|
- role: openshift-apps/fedora-coreos-pipeline
|
||||||
project_name: fedora-coreos
|
project_name: fedora-coreos-pipeline
|
||||||
project_description: Jenkins pipeline configuration for Fedora CoreOS.
|
project_description: Fedora CoreOS Pipeline
|
||||||
appowners:
|
appowners:
|
||||||
- dustymabe
|
- dustymabe
|
||||||
- jlebon
|
- jlebon
|
|
@ -1,5 +1,5 @@
|
||||||
project_name: fedora-coreos
|
project_name: fedora-coreos-pipeline
|
||||||
project_description: Jenkins Pipeline Configuration for FHCOS
|
project_description: Fedora CoreOS Pipeline
|
||||||
project_service_account: fcos-sa
|
project_service_account: fcos-sa
|
||||||
appowners: []
|
appowners: []
|
||||||
ocp_service_account: root
|
ocp_service_account: root
|
Loading…
Add table
Add a link
Reference in a new issue