tsuna-server / build-server-ansible

1 stars 0 forks source link

An error will be output when I specify MTU bigger than 1442 with Geneve. #57

Closed TsutomuNakamura closed 2 years ago

TsutomuNakamura commented 2 years ago
TASK [test_env : Create a network] ************************************************************************************************************************************************************************************************************
fatal: [controller01]: FAILED! => {"changed": true, "cmd": ["openstack", "network", "create", "--mtu", "1450", "--provider-network-type", "geneve", "--provider-segment", "101", "private"], "delta": "0:00:01.395457", "end": "2022-05-14 04:18:56.614761", "msg": "non-zero return code", "rc": 1, "start": "2022-05-14 04:18:55.219304", "stderr": "Error while executing command: BadRequestException: 400, Invalid input for operation: Requested MTU is too big, maximum is 1442.", "stderr_lines": ["Error while executing command: BadRequestException: 400, Invalid input for operation: Requested MTU is too big, maximum is 1442."], "stdout": "", "stdout_lines": []}
TsutomuNakamura commented 2 years ago

Value of MTU should be...

TsutomuNakamura commented 2 years ago

It has been closed because it should be solved in configurations.