coreos-cincinnati: add ability to delete project in openshift
This commit is contained in:
parent
f9169530b6
commit
9a640279fd
1 changed files with 10 additions and 0 deletions
|
@ -79,3 +79,13 @@
|
||||||
host: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
host: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
serviceport: coreos-cincinnati-raw-updates-status
|
serviceport: coreos-cincinnati-raw-updates-status
|
||||||
servicename: coreos-cincinnati
|
servicename: coreos-cincinnati
|
||||||
|
|
||||||
|
###############################################
|
||||||
|
# actions to delete the project from OpenShift
|
||||||
|
###############################################
|
||||||
|
# to run: sudo rbac-playbook -l os_masters_stg[0] -t delete openshift-apps/coreos-cincinnati.yml
|
||||||
|
- role: openshift/object-delete
|
||||||
|
app: coreos-cincinnati
|
||||||
|
objecttype: project
|
||||||
|
objectname: coreos-cincinnati
|
||||||
|
tags: [ never, delete ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue