forked from infra/ansible
Create the project first
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
ae6524da08
commit
ff96161c07
1 changed files with 9 additions and 9 deletions
|
|
@ -16,6 +16,15 @@
|
|||
|
||||
roles:
|
||||
|
||||
- role: openshift/project
|
||||
project_app: jira-sync
|
||||
project_description: "Sync various sources to JIRA project"
|
||||
project_appowners:
|
||||
- zlopez
|
||||
- abompard
|
||||
tags:
|
||||
- apply-appowners
|
||||
|
||||
# Fedora Messaging
|
||||
- role: rabbit/queue
|
||||
queue_username: jira-sync{{ env_suffix }}
|
||||
|
|
@ -42,15 +51,6 @@
|
|||
secret_file_privatefile: "rabbitmq/{{env}}/pki/private/jira-sync{{env_suffix}}.key"
|
||||
|
||||
# Openshift
|
||||
- role: openshift/project
|
||||
project_app: jira-sync
|
||||
project_description: "Sync various sources to JIRA project"
|
||||
project_appowners:
|
||||
- zlopez
|
||||
- abompard
|
||||
tags:
|
||||
- apply-appowners
|
||||
|
||||
- role: openshift/object
|
||||
object_app: jira-sync
|
||||
object_file: imagestream.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue