backend: birthday again services disabled
I haven't actually moved to F39 before :-(
This commit is contained in:
parent
80201cad17
commit
01b8d651d9
4 changed files with 5 additions and 5 deletions
|
@ -49,7 +49,7 @@ copr_aws_region: us-east-1
|
|||
# don't forget to update ip in ./copr-keygen, due to custom firewall rules
|
||||
|
||||
# eth0, eth1
|
||||
copr_backend_ips: ["52.44.175.77", "172.30.2.142"]
|
||||
copr_backend_ips: ["52.44.175.77", "172.30.2.145"]
|
||||
|
||||
copr_builder_fedora_version: 39
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ tcp_ports: [
|
|||
# node_exporter/prometheus
|
||||
9100,
|
||||
]
|
||||
services_disabled: false
|
||||
services_disabled: true
|
||||
|
||||
aws_ipv6_addr: "2600:1f18:8ee:ae00:d553:8ed5:d8b6:9f83/128"
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ copr_hostbase: copr-keygen
|
|||
custom_rules:
|
||||
- '-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 80 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 5167 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.142 --dport 80 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.142 --dport 5167 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.145 --dport 80 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.145 --dport 5167 -j ACCEPT'
|
||||
freezes: false
|
||||
tcp_ports: [22,
|
||||
# node_exporter/prometheus
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
- name: scan and assemble raid volumes and activate volume groups
|
||||
when: not stat_repo_fs.stat.exists
|
||||
shell: mdadm --assemble --scan && sleep 5 && vgchange -a y && vgchange copr-backend-data --setautoactivation y && sleep 5
|
||||
shell: mdadm --assemble --scan && sleep 10 && vgchange -a y && sleep 5 && vgchange copr-backend-data --setautoactivation y && sleep 5
|
||||
|
||||
- name: stat the ext4 filesystem
|
||||
stat: path=/dev/disk/by-label/copr-repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue