During testing of the new switch target ip being set to the ingress. Though I've not changed anything in the deploy functions, so this really should not happen. Documenting here just in case.
deploy command returns a loop of:
2023-10-05 at 17:44:24 DEBUG wait_for_http_get () Invoking http://143.42.178.218:8000 ...
2023-10-05 at 17:44:24 DEBUG _new_conn () Starting new HTTP connection (1): 143.42.178.218:8000
2023-10-05 at 17:44:24 DEBUG _make_request () http://143.42.178.218:8000 "GET / HTTP/1.1" 500 265
2023-10-05 at 17:44:24 DEBUG wait_for_http_get () response_code was: 500
2023-10-05 at 17:44:24 WARNING __retry_internal () ERROR: smoke test status code was 500., retrying in 30 seconds...
2023-10-05 at 17:44:54 DEBUG wait_for_http_get () Invoking http://143.42.178.218:8000 ...
2023-10-05 at 17:44:54 DEBUG _new_conn () Starting new HTTP connection (1): 143.42.178.218:8000
2023-10-05 at 17:44:54 DEBUG _make_request () http://143.42.178.218:8000 "GET / HTTP/1.1" 500 265
2023-10-05 at 17:44:54 DEBUG wait_for_http_get () response_code was: 500
2023-10-05 at 17:44:54 WARNING __retry_internal () ERROR: smoke test status code was 500., retrying in 30 seconds...
2023-10-05 at 17:45:25 DEBUG wait_for_http_get () Invoking http://143.42.178.218:8000 ...
2023-10-05 at 17:45:25 DEBUG _new_conn () Starting new HTTP connection (1): 143.42.178.218:8000
2023-10-05 at 17:45:25 DEBUG _make_request () http://143.42.178.218:8000 "GET / HTTP/1.1" 500 265
2023-10-05 at 17:45:25 DEBUG wait_for_http_get () response_code was: 500
2023-10-05 at 17:45:25 WARNING __retry_internal () ERROR: smoke test status code was 500., retrying in 30 seconds...
2023-10-05 at 17:45:55 DEBUG wait_for_http_get () Invoking http://143.42.178.218:8000 ...
2023-10-05 at 17:45:55 DEBUG _new_conn () Starting new HTTP connection (1): 143.42.178.218:8000
2023-10-05 at 17:45:55 DEBUG _make_request () http://143.42.178.218:8000 "GET / HTTP/1.1" 500 265
2023-10-05 at 17:45:55 DEBUG wait_for_http_get () response_code was: 500
2023-10-05 at 17:45:55 WARNING __retry_internal () ERROR: smoke test status code was 500., retrying in 30 seconds...
During testing of the new switch target ip being set to the ingress. Though I've not changed anything in the deploy functions, so this really should not happen. Documenting here just in case.
deploy command returns a loop of: