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:
parent
c41eb578d8
commit
9cd1fdf78b
@ -230,7 +230,7 @@ providers:
|
||||
diskimages: *provider_diskimages
|
||||
pools:
|
||||
- name: main
|
||||
max-servers: 100
|
||||
max-servers: 0
|
||||
labels:
|
||||
- name: centos-7
|
||||
min-ram: 8000
|
||||
|
Loading…
x
Reference in New Issue
Block a user