Commit graph

30083 commits

Author SHA1 Message Date
Miroslav Suchý
25b43d9a38 copr: restart copr-dist-git service when config change 2020-04-24 21:34:24 +02:00
Pavel Raiskup
ddd1937828 copr-be-dev-aws: use letsencrypt.certificates for hosntame in lighttpd_dev config 2020-04-24 21:34:24 +02:00
Miroslav Suchý
e61331420d copr: correct path to ssl cert 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
6dde3f5bd8 copr: public domains for dev instances are the cloud ones 2020-04-24 21:34:24 +02:00
Miroslav Suchý
9c7be4c67e copr: correct path to ssl cert 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
0fcb1d784a copr: use iptables, we have enabled tcp ports now 2020-04-24 21:34:24 +02:00
Mikolaj Izdebski
4aa2caa088 aws_cloud: import basessh role 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
9f23df8c42 copr: use iptables, but allow desired tcp ports 2020-04-24 21:34:24 +02:00
Pavel Raiskup
ea15fb6a5d inventory: drop birthday for copr-be-dev-aws 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
bbb80db0e4 copr: public hostname for dev is now back at cloud 2020-04-24 21:34:24 +02:00
Pavel Raiskup
81b9c45cf6 inventory: birthday once more for copr-be-dev-aws 2020-04-24 21:34:24 +02:00
Pavel Raiskup
2b80f13dcd ssh_known_hosts: allow signing ssh keys from aws.fedoraproject.org 2020-04-24 21:34:24 +02:00
Miroslav Suchý
32ef412dfb copr: this variable must be defined 2020-04-24 21:34:24 +02:00
Miroslav Suchý
d0dafbdf40 copr: group vars for copr-dist-git-aws 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
a6bca3b65d copr: fix letsencrypt for fe-dev 2020-04-24 21:34:24 +02:00
Miroslav Suchý
514df048b4 copr: enable service on aws -dev machines 2020-04-24 21:34:24 +02:00
Miroslav Suchý
ae0a681b4c copr: birthday is over 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
c63f7faa88 copr: disable services in group_vars/copr_dev 2020-04-24 21:34:24 +02:00
Pavel Raiskup
2548acc3b0 copr-be-dev-aws: drop birthday 2020-04-24 21:34:24 +02:00
Miroslav Suchý
c55ee5b930 copr: update copr-keygen ip address
cos of respin of VM
2020-04-24 21:34:24 +02:00
Pavel Raiskup
7c98df7a75 aws_cloud: don't hack the keys more
This is done by basessh role.
2020-04-24 21:34:24 +02:00
Pavel Raiskup
ae21353b07 copr-be-dev-aws: another try with birthday 2020-04-24 21:34:24 +02:00
Pavel Raiskup
4fa38984e3 Revert "Revert "Revert "copr-be-dev-aws: try birthday to cleanup known_hosts"""
This reverts commit e6ec8824d7321063c4299446c62d202a94de8d48.
2020-04-24 21:34:24 +02:00
Pavel Raiskup
c005c78910 Revert "Revert "copr-be-dev-aws: try birthday to cleanup known_hosts""
This reverts commit f804cfb885aba2992bf6da2e2fc6cd7373ba836e.
2020-04-24 21:34:24 +02:00
Pavel Raiskup
d0e45f67fa aws_cloud: conditionalize things by birthday 2020-04-24 21:34:24 +02:00
Miroslav Suchý
2e11c7020e copr: add copr_keygen*aws group vars 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
68a1821b9b remove whitespace, it annoys me 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
a78b7c92e1 copr: move iptables disabling directly to frontend role 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
5a4b2a3e5e copr: temporarily disable fas_client role on fe-dev 2020-04-24 21:34:24 +02:00
Pavel Raiskup
3a5d112e91 Revert "copr-be-dev-aws: try birthday to cleanup known_hosts"
This reverts commit 9e7b45d66cb874612db6eac5d54f580a18e59e00.
2020-04-24 21:34:24 +02:00
Pavel Raiskup
f9934ce398 aws_cloud: don't run basessh role
It is done in cloud_setup_basic.yml.
2020-04-24 21:34:24 +02:00
Pavel Raiskup
880d5cc849 copr-be-dev-aws: try birthday to cleanup known_hosts 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
43c8acf835 copr: make sure iptables are disabled
For some reason they can be started even if

    baseiptables: False

maybe because the variable was initially set to True
and then switched to False, so the iptables were
already enabled.
2020-04-24 21:34:24 +02:00
Miroslav Suchý
c35ba674fa copr: use aws_cloud task for keygen and dist-git in aws 2020-04-24 21:34:24 +02:00
Miroslav Suchý
7059ef2cf2 copr: rename *-aws.fedorainfracloud.org to *.aws.fedoraproject.org 2020-04-24 21:34:24 +02:00
Kevin Fenzi
50766b68db nagios: try and simplify this
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:24 +02:00
Jakub Kadlcik
8d79e7ffb4 copr: install PostgreSQL pager 2020-04-24 21:34:24 +02:00
Jakub Kadlcik
fd5af81695 copr: add copr_front_aws group vars 2020-04-24 21:34:24 +02:00
Kevin Fenzi
4791f893c8 nagios: try and exclude the various copr dev/aws groups for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:24 +02:00
Jakub Kadlcik
b49f6b59ff copr: add production copr frontend instance in AWS 2020-04-24 21:34:24 +02:00
Pavel Raiskup
e45cc6e31b copr-be: drop prune weekly job
We run it on a daily basis, from cron job provided by copr-backend.rpm.
2020-04-24 21:34:24 +02:00
Kevin Fenzi
857945e051 put copr-be.aws into the ec2 group for nagios
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:24 +02:00
Pavel Raiskup
402981730b inventory: copr: put kg/dg .aws.fedoraproject.org to staging 2020-04-24 21:34:24 +02:00
Dusty Mabe
0beeeebdfa openshift-apps: update comment in pvc for ostree apps
Update the comment in the pvc in coreos-ostree-importer and
fedora-ostree-pruner to more accurately reflect reality as
now there is a stg netapp volume.
2020-04-24 21:34:24 +02:00
Dusty Mabe
a8448c8ca9 groups/os-cluster: add users to cluster-monitoring-view
Add users from coreos projects to be able to see logs/stats in kibana
at https://kibana.app.os.fedoraproject.org.

Also add Mohan because he sometimes help debug projects in openshift.
2020-04-24 21:34:24 +02:00
Dusty Mabe
914b38b30d groups/os-cluster: alphabetize users list with cluster-monitoring-view capabilities 2020-04-24 21:34:24 +02:00
Pavel Raiskup
9d95dd38fc copr-be-aws: move lighttpd.conf to proper location 2020-04-24 21:34:24 +02:00
Pavel Raiskup
15f2167dde inventory: missing bits in copr_back_aws 2020-04-24 21:34:24 +02:00
Kevin Fenzi
9c2af3d888 lists-dev: farewell
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:24 +02:00
Pavel Raiskup
348700ebef inventory: add copr_back_aws group file 2020-04-24 21:34:24 +02:00