-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathtemplate.yml
85 lines (57 loc) · 2.34 KB
/
template.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Copyright Contributors to the Packit project.
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------
# Variables needed by Ansible playbooks in playbooks/
# -------------------------------------------------------------------
# Openshift project/namespace name
project: myproject
# Openshift cluster url
host: https://api.your-openshift-cluster-url:6443
# oc login <the above host value>, oc whoami -t
# OR via Openshift web GUI: click on your login in top right corner, 'Copy Login Command', take the part after --token=
api_key: ""
# validate_certs: true
# Check that the deployment resources are up-to-date
# check_up_to_date: true
# Check that the current vars file us up to date with the template
# check_vars_template_diff: true
# with_tokman: true
# if you want to deploy fedmsg, please make sure to
# edit the queue name in secrets/*/fedora.toml
# with_fedmsg: true
# with_redis_commander: false
# with_flower: false
# with_beat: true
# with_dashboard: true
# with_pushgateway: true
# with_repository_cache: true
with_fluentd_sidecar: false
# image to use for service
# image: quay.io/packit/packit-service:{{ deployment }}
# image to use for worker
# image_worker: quay.io/packit/packit-worker:{{ deployment }}
# image to use for fedora messaging consumer
# image_fedmsg: quay.io/packit/packit-service-fedmsg:{{ deployment }}
# image to use for dashboard
# image_dashboard: "quay.io/packit/dashboard:{{ deployment }}"
# image to use for tokman
# image_tokman: "quay.io/packit/tokman:{{ deployment }}"
# image to use for fluentd sidecar
# image_fluentd: quay.io/packit/fluentd-splunk-hec:latest
# Path to secrets (in case you don't have it in the root of this project)
# path_to_secrets: ../secrets
# Used in dev/Zuul deployment to tag & push images to cluster.
# It's set to "/usr/bin/podman" if there's podman installed, or to 'docker' otherwise.
# If you still want to use docker even when podman is installed, set:
# container_engine: docker
# celery_app: packit_service.worker.tasks
# Celery retry parameters
# celery_retry_limit: 2
# celery_retry_backoff: 3
# Number of worker pods to be deployed to serve the queues
# workers_all_tasks: 1
# workers_short_running: 0
# workers_long_running: 0
# distgit_url: https://src.fedoraproject.org/
# distgit_namespace: rpms
# pushgateway_address: http://pushgateway