Disable packethost to debug possible MTU issues

It seems that packethost sets up instances with MTU 1450 running vxlan
as tenant network, while all our other providers have MTU 1500. These
causes various jobs to fail. Disable the provider until the jobs can be
fixed.

Change-Id: I36535c4bc26b3b400feb9793b94543d4af0fe5d9
This commit is contained in:
Jens Harbott 2018-06-26 13:10:18 +00:00
parent c41eb578d8
commit 9cd1fdf78b
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ providers:
diskimages: *provider_diskimages
pools:
- name: main
max-servers: 100
max-servers: 0
labels:
- name: centos-7
min-ram: 8000