On 9/9/20 12:17 PM, Joshua Schaeffer wrote:
>>>> Perhaps you could check the API being called, via the networks tab in the
>>>> browser developer tools. The failed request generally responds with whats
>>>> wrong.
>>>> Another reason it could fail is a missing or invalid parameter. It doesn't
>>>> throw an exception in the logs but is more of a one-liner like this :
>>>>
>>>> 2020-09-09 01:53:00,858 INFO [c.c.a.ApiServer]
>>>> (qtp1136419747-3235:ctx-be37c54f ctx-5a9ade88) (logid:ec603079) Unable to
>>>> execute API command createpod due to missing parameter name
>>>>
>>>> The logs would be helpful.
>>>>
>>>> Thanks,
>>>> David
>>>> ________________________________
>>>>
>>>>
David, sorry I didn't realize you meant to get the API request from the
browser. Yes this gives me more information. When it is trying to create the
pod it returns a 504 gateway timeout response to this API call:
http://bllcloudlb01.harmonywave.cloud/client/api/?zoneId=9d7004b7-c129-412c-8d8f-7f6f65319604&name=POD1&gateway=10.2.20.1&netmask=255.255.252.0&startIp=10.2.21.65&endIp=10.2.21.80&command=createPod&response=json
That network is reachable from the controller node:
jschaeffer@bllcloudctl01:~$ ping -c 4 10.2.20.1
PING 10.2.20.1 (10.2.20.1) 56(84) bytes of data.
64 bytes from 10.2.20.1: icmp_seq=1 ttl=255 time=14.4 ms
64 bytes from 10.2.20.1: icmp_seq=2 ttl=255 time=22.2 ms
64 bytes from 10.2.20.1: icmp_seq=3 ttl=255 time=63.2 ms
64 bytes from 10.2.20.1: icmp_seq=4 ttl=255 time=49.6 ms
--- 10.2.20.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 14.367/37.332/63.156/19.841 ms
--
Thanks,
Joshua Schaeffer