diff --git a/files/copr/boto b/files/copr/boto new file mode 100644 index 0000000000..5444b908cf --- /dev/null +++ b/files/copr/boto @@ -0,0 +1,2 @@ +[Boto] +https_validate_certificates = False diff --git a/files/fedmsg/logging.py.j2 b/files/fedmsg/logging.py.j2 index dacfdb8ba4..effc019179 100644 --- a/files/fedmsg/logging.py.j2 +++ b/files/fedmsg/logging.py.j2 @@ -5,7 +5,8 @@ config = dict( version=1, formatters=dict( bare={ - "format": "%(message)s", + "datefmt": "%Y-%m-%d %H:%M:%S", + "format": "[%(asctime)s][%(name)10s %(levelname)7s] %(message)s" }, ), handlers=dict( diff --git a/inventory/builders b/inventory/builders index fac91b1020..61dbf72543 100644 --- a/inventory/builders +++ b/inventory/builders @@ -37,6 +37,10 @@ buildvmhost-06.phx2.fedoraproject.org buildvmhost-07.phx2.fedoraproject.org buildvmhost-08.phx2.fedoraproject.org buildvmhost-09.phx2.fedoraproject.org +buildvmhost-10.phx2.fedoraproject.org +buildvmhost-11.phx2.fedoraproject.org +buildvmhost-12.phx2.fedoraproject.org + [buildhw] buildhw-01.phx2.fedoraproject.org diff --git a/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml index 66a8edb6ae..9e159fca35 100644 --- a/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml @@ -69,6 +69,9 @@ with_file: - ${files}/copr/provision/files/buildsys.pub + - name: copy .boto file + action: copy src=$files/copr/boto dest=/home/copr/.boto owner=copr group=copr + # setup webserver - name: add config for copr-repo path action: copy src=$files/copr/lighttpd/lighttpd.conf dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644