Deploy failure of Kubernetes cluster overlay on Mirantis Openstack

7/7/2021

I am attempting to deploy Kubernetes on a Mirantis Openstack 12 node HPE environment.

It deploys the 2 Director nodes without issue then stops before deploying the 3 Master nodes and eventually times out.

I am getting "Resetting dropped connection" continuously in the stack deploy follow (verbose) and I am hoping someone can point me in the right direction this.

The Master nodes are configured to deploy on the same computes as the Director so the issue isn't connectivity. Please help, here is a more detailed look of the output I am getting.

GET call to orchestration for https://management-vip.domain.tld:8004/v1/1cc8a1500f974f49b7bb5c5e53f64f39/stacks/eccd5gc/7f605313-0c66-489d-9747-62a8c9280a28/events?marker=c2a3a5fa-6cfa-4741-8d16-fcae62ff257f&nested_depth=10&sort_dir=asc used request id req-da4d4b9e-ccbc-433e-9ca0-f5a6f8f55436

REQ: curl -g -i --cacert "/etc/ssl/certs/CEE/ca-bundle.crt" -X GET https://management-vip.domain.tld:8004/v1/1cc8a1500f974f49b7bb5c5e53f64f39/stacks/eccd5gc/events?marker=c2a3a5fa-6cfa-4741-8d16-fcae62ff257f&nested_depth=10&sort_dir=asc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}625af9a624ca7b9d1759b9f76469be2605fdcd7e"

Resetting dropped connection: management-vip.domain.tld
https://management-vip.domain.tld:8004 "GET /v1/1cc8a1500f974f49b7bb5c5e53f64f39/stacks/eccd5gc/events?marker=c2a3a5fa-6cfa-4741-8d16-fcae62ff257f&nested_depth=10&sort_dir=asc HTTP/1.1" 302 555

RESP: [302] Date: Tue, 06 Jul 2021 20:11:12 GMT Server: Apache Location: https://management-vip.domain.tld:8004/v1/1cc8a1500f974f49b7bb5c5e53f64f39/stacks/eccd5gc/7f605313-0c66-489d-9747-62a8c9280a28/events?marker=c2a3a5fa-6cfa-4741-8d16-fcae62ff257f&nested_depth=10&sort_dir=asc Content-Length: 555 Content-Type: application/json X-Openstack-Request-Id: req-7e709869-28e2-491c-a193-914bd0ce4218 Via: 1.1 management-vip.domain.tld:8004 X-Frame-Options: 

SAMEORIGIN Connection: close 

RESP BODY: {"message": "The resource was found at <a href=\https://management-vip.domain.tld:8004/v1/1cc8a1500f974f49b7bb5c5e53f64f39/stacks/eccd5gc/7f605313-0c66-489d-9747-62a8c9280a28/events?marker=c2a3a5fa-6cfa-4741-8d16-fcae62ff257f&nested_depth=10&sort_dir=asc\>https://management-vip.domain.tld:8004/v1/1cc8a1500f974f49b7bb5c5e53f64f39/stacks/eccd5gc/7f605313-0c66-489d-9747-62a8c9280a28/events?marker=c2a3a5fa-6cfa-4741-8d16-fcae62ff257f&nested_depth=10&sort_dir=asc</a>;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"}

Resetting dropped connection: management-vip.domain.tld
https://management-vip.domain.tld:8004 "GET /v1/1cc8a1500f974f49b7bb5c5e53f64f39/stacks/eccd5gc/7f605313-0c66-489d-9747-62a8c9280a28/events?marker=c2a3a5fa-6cfa-4741-8d16-fcae62ff257f&nested_depth=10&sort_dir=asc HTTP/1.1" 200 14

RESP: [200] Date: Tue, 06 Jul 2021 20:11:13 GMT Server: Apache Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6de22306-301b-4b49-919b-823cca07f3bf Via: 1.1 management-vip.domain.tld:8004 X-Frame-Options: 

SAMEORIGIN Connection: close 

RESP BODY: {"events": []}
-- Arador
kubernetes
openstack

0 Answers