Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

now test has to define EKSA_NUTANIX_USERNAME and EKSA_NUTANIX_PASSWORD #4303

Merged
merged 14 commits into from
Dec 8, 2022

Conversation

deepakm-ntnx
Copy link
Contributor

@deepakm-ntnx deepakm-ntnx commented Dec 6, 2022

internally it will be exposed to CAPX as NUTANIX_USER and NUTANIX_PASSWORD resp. THis is done to be consistent with all the other providers in terms of env var prefix

Issue #, if available:

Description of changes:

Testing (if applicable):

 deepak.muley@C02ZG5BMLVDL  ~/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere   pass-trustbundle-capx       LOCAL_E2E_TESTS=TestNutanixKubernetes124SimpleFlowWithName  make local-e2e GO_TEST_FLAGS="-test.v 10 -vlevel=10"
Using standard BUNDLE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml and RELEASE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
if [ "" = "true" ]; then \
		if [[ "" =~ "aws-staging-eks-a-build" ]]; then \
			make eks-a-release-cross-platform GIT_VERSION=v0.7.0 RELEASE_MANIFEST_URL=https://anywhere-assets.eks.amazonaws.com/releases/eks-a/manifest.yaml; \
			make eks-a-release GIT_VERSION=v0.0.0-dev; \
			scripts/get_bundle.sh; \
		else \
			make eks-a-cross-platform; \
			make eks-a; \
		fi \
	else \
		make eksa-components-override; \
		make eks-a; \
	fi
Using standard BUNDLE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml and RELEASE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
scripts/eksa_components_override.sh https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml 770301640873.dkr.ecr.us-west-2.amazonaws.com/eks-anywhere-cluster-controller:-6872eded4fc26432ea2cebb26cf26ecebe25f8b0
+ set -o nounset
++ git rev-parse --show-toplevel
+ REPO_ROOT=/Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere
+ BUNDLE_MANIFEST_URL=https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml
+ CLUSTER_CONTROLLER_OVERRIDE_IMAGE=770301640873.dkr.ecr.us-west-2.amazonaws.com/eks-anywhere-cluster-controller:-6872eded4fc26432ea2cebb26cf26ecebe25f8b0
+ SED=sed
++ uname -s
+ '[' Darwin = Darwin ']'
+ SED=gsed
+ yq --version
yq version 3.4.1
+ mkdir -p /Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere/bin
+ make release-manifests RELEASE_DIR=/Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere/bin RELEASE_MANIFEST_TARGET=local-eksa-components.yaml
Using standard BUNDLE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml and RELEASE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
mkdir -p "_output/kustomize-bin/"
rm hack/tools/bin/kustomize
cd hack/tools/bin && curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s 4.2.0
{Version:kustomize/v4.2.0 GitCommit:d53a2ad45d04b0264bcee9e19879437d851cb778 BuildDate:2021-06-30T22:49:26Z GoOs:darwin GoArch:amd64}
kustomize installed to /Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere/hack/tools/bin/kustomize
cp hack/tools/bin/kustomize "_output/kustomize-bin/"
/Library/Developer/CommandLineTools/usr/bin/make generate-core-manifests
Using standard BUNDLE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml and RELEASE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
GOBIN=/Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere/hack/tools/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.1
hack/tools/bin/controller-gen \
		paths=./pkg/api/... \
		paths=./controllers/... \
		paths=./manager/... \
		crd:crdVersions=v1 \
		rbac:roleName=manager-role \
		output:crd:dir=./config/crd/bases \
		output:webhook:dir=./config/webhook \
		webhook
# Build core-components.
hack/tools/bin/kustomize build config/prod > /Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere/bin/local-eksa-components.yaml
cp /Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere/bin/local-eksa-components.yaml _output/manifests/cluster-controller
+ curl https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml -o /Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere/bin/local-bundle-release.yaml
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  149k  100  149k    0     0   415k      0 --:--:-- --:--:-- --:--:--  456k
+ gsed -i 's,public.ecr.aws/.*/eks-anywhere-cluster-controller:.*,770301640873.dkr.ecr.us-west-2.amazonaws.com/eks-anywhere-cluster-controller:-6872eded4fc26432ea2cebb26cf26ecebe25f8b0,' /Users/deepak.muley/go/src/github.com/nutanix-cloud-native/aws-eks-anywhere/bin/local-eksa-components.yaml
scripts/eksa_components_override.sh: line 39: gsed: command not found
make[1]: *** [eksa-components-override] Error 127
Using standard BUNDLE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml and RELEASE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
/Library/Developer/CommandLineTools/usr/bin/make eks-a-binary GIT_VERSION=v0.0.0-dev
Using standard BUNDLE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml and RELEASE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml
fatal: No names found, cannot describe anything.
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 /usr/local/bin/go build -tags "" -ldflags " -X github.com/aws/eks-anywhere/pkg/version.gitVersion=v0.0.0-dev -X github.com/aws/eks-anywhere/pkg/cluster.releasesManifestURL=https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml -X github.com/aws/eks-anywhere/pkg/manifests/releases.manifestURL=https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml -s -w -buildid='' -extldflags -static"  -o bin/eksctl-anywhere github.com/aws/eks-anywhere/cmd/eksctl-anywhere
GOOS=darwin GOARCH=amd64 /usr/local/bin/go build -o bin/test github.com/aws/eks-anywhere/cmd/integration_test
/Library/Developer/CommandLineTools/usr/bin/make e2e-tests-binary E2E_TAGS=e2e
Using standard BUNDLE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/bundle-release.yaml and RELEASE_MANIFEST_URL https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
GOOS=darwin GOARCH=amd64 /usr/local/bin/go test ./test/e2e -c -o bin/e2e.test -tags "e2e" -ldflags "-X github.com/aws/eks-anywhere/pkg/version.gitVersion=v0.0.0-dev -X github.com/aws/eks-anywhere/pkg/cluster.releasesManifestURL=https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml -X github.com/aws/eks-anywhere/pkg/manifests/releases.manifestURL=https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml"
./bin/e2e.test -test.v -test.run TestNutanixKubernetes124SimpleFlowWithName -test.v 10 -vlevel=10
2022-12-07T18:01:16.267-0800	V4	e2e	Logger init completed	{"vlevel": 4}
=== RUN   TestNutanixKubernetes124SimpleFlowWithName
2022-12-07T18:01:16.267-0800	V2	e2e	Pulling docker image	{"image": "public.ecr.aws/l0g8r8j6/eks-anywhere-cli-tools:v0.7.2-eks-a-v0.0.0-dev-build.1864"}
2022-12-07T18:01:20.200-0800	V3	e2e	Initializing long running container	{"name": "eksa_1670464876267866000", "image": "public.ecr.aws/l0g8r8j6/eks-anywhere-cli-tools:v0.7.2-eks-a-v0.0.0-dev-build.1864"}
    cluster.go:686: Running shell command [ eksctl anywhere generate clusterconfig dm-2d43865 -p nutanix > cluster.yaml ]
    cluster.go:504: Creating cluster dm-2d43865
    cluster.go:686: Running shell command [ eksctl anywhere create cluster -f dm-2d43865/cluster.yaml -v 4 --bundles-override bin/local-bundle-release.yaml ]
2022-12-07T18:01:22.952-0800	V4	Logger init completed	{"vlevel": 4}
2022-12-07T18:01:22.954-0800	V0	Warning: The recommended number of control plane nodes is 3 or 5
2022-12-07T18:01:24.668-0800	V4	Reading bundles manifest	{"url": "bin/local-bundle-release.yaml"}
2022-12-07T18:01:25.058-0800	V0	Warning: The recommended number of control plane nodes is 3 or 5
2022-12-07T18:01:25.058-0800	V2	Pulling docker image	{"image": "public.ecr.aws/l0g8r8j6/eks-anywhere-cli-tools:v0.12.2-eks-a-v0.0.0-dev-build.4911"}
2022-12-07T18:01:26.209-0800	V3	Initializing long running container	{"name": "eksa_1670464885058917000", "image": "public.ecr.aws/l0g8r8j6/eks-anywhere-cli-tools:v0.12.2-eks-a-v0.0.0-dev-build.4911"}
2022-12-07T18:01:26.580-0800	V4	Task start	{"task_name": "setup-validate"}
2022-12-07T18:01:26.580-0800	V0	Performing setup and validations
2022-12-07T18:01:31.804-0800	V0	✅ Nutanix Provider setup is valid
2022-12-07T18:01:31.804-0800	V0	✅ Validate certificate for registry mirror
2022-12-07T18:01:31.804-0800	V0	✅ Validate authentication for git provider
2022-12-07T18:01:31.804-0800	V0	✅ Create preflight validations pass
2022-12-07T18:01:31.804-0800	V4	Task finished	{"task_name": "setup-validate", "duration": "5.224448144s"}
2022-12-07T18:01:31.804-0800	V4	----------------------------------
2022-12-07T18:01:31.804-0800	V4	Task start	{"task_name": "bootstrap-cluster-init"}
2022-12-07T18:01:31.804-0800	V0	Creating new bootstrap cluster
2022-12-07T18:01:31.806-0800	V4	Creating kind cluster	{"name": "dm-2d43865-eks-a-cluster", "kubeconfig": "dm-2d43865/generated/dm-2d43865.kind.kubeconfig"}
2022-12-07T18:02:10.582-0800	V0	Provider specific pre-capi-install-setup on bootstrap cluster
2022-12-07T18:02:10.582-0800	V0	Installing cluster-api providers on bootstrap cluster
2022-12-07T18:03:34.136-0800	V0	Provider specific post-setup
2022-12-07T18:03:34.136-0800	V4	Task finished	{"task_name": "bootstrap-cluster-init", "duration": "2m2.329835506s"}
2022-12-07T18:03:34.136-0800	V4	----------------------------------
2022-12-07T18:03:34.136-0800	V4	Task start	{"task_name": "workload-cluster-init"}
2022-12-07T18:03:34.136-0800	V0	Creating new workload cluster
2022-12-07T18:03:37.037-0800	V3	Waiting for control plane to be available
2022-12-07T18:06:15.263-0800	V3	Waiting for workload kubeconfig generation	{"cluster": "dm-2d43865"}
2022-12-07T18:06:16.061-0800	V0	Installing networking on workload cluster
2022-12-07T18:06:20.805-0800	V4	Installing machine health checks on bootstrap cluster
2022-12-07T18:06:21.387-0800	V3	Waiting for controlplane and worker machines to be ready
2022-12-07T18:06:23.012-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:23.391-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:24.773-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:26.120-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:27.439-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:28.786-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:30.210-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:31.571-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:32.917-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:34.246-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:35.606-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:36.956-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:38.302-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:39.681-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:41.023-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:42.427-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:43.809-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:45.153-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:46.479-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:47.870-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:49.209-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:50.612-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:51.965-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:53.352-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:54.685-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:56.007-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:57.445-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:06:58.895-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:00.288-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:01.721-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:03.471-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:04.837-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:06.160-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:07.519-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:08.866-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:10.274-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:11.621-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:12.983-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:14.427-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:15.888-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:17.271-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:18.637-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:20.000-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:21.362-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:22.766-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:24.104-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:25.437-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:26.758-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:28.176-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:29.558-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:30.918-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:32.251-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:33.611-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:34.950-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:36.312-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:37.658-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:39.036-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:40.392-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:41.925-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:43.279-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:44.680-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:46.020-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:47.448-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:48.792-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:50.098-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:51.436-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:52.788-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:54.160-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:55.526-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:56.895-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:58.247-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:07:59.638-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:01.018-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:02.361-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:03.692-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:05.050-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:06.376-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:07.743-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:09.112-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:10.430-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:11.764-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:13.110-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:14.430-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:15.949-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:17.371-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:18.756-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:20.099-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:21.491-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:22.820-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:24.170-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:25.530-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:26.884-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:28.304-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:29.639-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:31.003-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:32.554-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:33.916-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:35.317-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:36.656-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:38.010-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:39.392-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:41.078-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:42.487-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:44.035-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:45.359-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:46.705-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:48.061-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:49.418-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:50.791-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:52.203-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:53.668-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:55.029-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:56.398-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:57.774-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:08:59.124-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:00.521-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:01.885-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:03.228-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:04.587-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:05.940-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:07.275-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:08.769-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:10.707-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:12.134-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:13.526-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:14.852-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:16.215-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:17.599-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:18.934-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:20.301-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:21.669-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:23.010-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:24.340-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:25.696-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:27.056-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:28.499-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:29.829-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:31.234-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:32.723-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:34.363-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:36.627-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:38.342-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:40.263-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:41.596-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:42.983-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:45.289-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:47.023-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:49.052-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-2d43865"}
2022-12-07T18:09:50.512-0800	V4	Nodes ready	{"total": 2}
2022-12-07T18:09:50.512-0800	V0	Creating EKS-A namespace
2022-12-07T18:09:51.640-0800	V0	Installing cluster-api providers on workload cluster
2022-12-07T18:11:20.275-0800	V0	Installing EKS-A secrets on workload cluster
2022-12-07T18:11:22.495-0800	V4	Task finished	{"task_name": "workload-cluster-init", "duration": "7m48.351038053s"}
2022-12-07T18:11:22.495-0800	V4	----------------------------------
2022-12-07T18:11:22.495-0800	V4	Task start	{"task_name": "install-resources-on-management-cluster"}
2022-12-07T18:11:22.495-0800	V0	Installing resources on management cluster
2022-12-07T18:11:22.495-0800	V4	Task finished	{"task_name": "install-resources-on-management-cluster", "duration": "20.401µs"}
2022-12-07T18:11:22.495-0800	V4	----------------------------------
2022-12-07T18:11:22.495-0800	V4	Task start	{"task_name": "capi-management-move"}
2022-12-07T18:11:22.495-0800	V0	Moving cluster management from bootstrap to workload cluster
2022-12-07T18:11:22.495-0800	V3	Waiting for management machines to be ready before move
2022-12-07T18:11:23.912-0800	V4	Nodes ready	{"total": 2}
2022-12-07T18:11:23.912-0800	V3	Waiting for all clusters to be ready before move
2022-12-07T18:11:37.381-0800	V3	Waiting for control planes to be ready after move
2022-12-07T18:11:42.336-0800	V3	Waiting for workload cluster control plane replicas to be ready after move
2022-12-07T18:11:43.610-0800	V3	Waiting for workload cluster machine deployment replicas to be ready after move
2022-12-07T18:11:44.808-0800	V3	Waiting for machines to be ready after move
2022-12-07T18:11:49.024-0800	V4	Nodes ready	{"total": 2}
2022-12-07T18:11:49.024-0800	V4	Task finished	{"task_name": "capi-management-move", "duration": "26.52852499s"}
2022-12-07T18:11:49.024-0800	V4	----------------------------------
2022-12-07T18:11:49.024-0800	V4	Task start	{"task_name": "eksa-components-install"}
2022-12-07T18:11:49.024-0800	V0	Installing EKS-A custom components (CRD and controller) on workload cluster
2022-12-07T18:12:40.270-0800	V0	Installing EKS-D components on workload cluster
2022-12-07T18:12:42.329-0800	V0	Creating EKS-A CRDs instances on workload cluster
2022-12-07T18:12:42.335-0800	V4	Applying eksa yaml resources to cluster
2022-12-07T18:12:44.013-0800	V1	Applying Bundles to cluster
2022-12-07T18:12:47.191-0800	V4	Applying eksd manifest to cluster
2022-12-07T18:12:48.720-0800	V4	Applying eksd manifest to cluster
2022-12-07T18:12:49.702-0800	V4	Applying eksd manifest to cluster
2022-12-07T18:12:50.673-0800	V4	Applying eksd manifest to cluster
2022-12-07T18:12:56.654-0800	V4	Task finished	{"task_name": "eksa-components-install", "duration": "1m7.655454778s"}
2022-12-07T18:12:56.655-0800	V4	----------------------------------
2022-12-07T18:12:56.655-0800	V4	Task start	{"task_name": "gitops-manager-install"}
2022-12-07T18:12:56.655-0800	V0	Installing GitOps Toolkit on workload cluster
2022-12-07T18:12:56.655-0800	V0	GitOps field not specified, bootstrap flux skipped
2022-12-07T18:12:56.655-0800	V4	Task finished	{"task_name": "gitops-manager-install", "duration": "27.011µs"}
2022-12-07T18:12:56.655-0800	V4	----------------------------------
2022-12-07T18:12:56.655-0800	V4	Task start	{"task_name": "write-cluster-config"}
2022-12-07T18:12:56.655-0800	V0	Writing cluster config file
2022-12-07T18:12:56.659-0800	V4	Task finished	{"task_name": "write-cluster-config", "duration": "4.893046ms"}
2022-12-07T18:12:56.660-0800	V4	----------------------------------
2022-12-07T18:12:56.660-0800	V4	Task start	{"task_name": "delete-kind-cluster"}
2022-12-07T18:12:56.660-0800	V0	Deleting bootstrap cluster
2022-12-07T18:12:58.090-0800	V4	Deleting kind cluster	{"name": "dm-2d43865-eks-a-cluster"}
2022-12-07T18:13:01.676-0800	V0	🎉 Cluster created!
2022-12-07T18:13:01.676-0800	V4	Task finished	{"task_name": "delete-kind-cluster", "duration": "5.018565722s"}
2022-12-07T18:13:01.676-0800	V4	----------------------------------
--------------------------------------------------------------------------------------
The Amazon EKS Anywhere Curated Packages are only available to customers with the 
Amazon EKS Anywhere Enterprise Subscription
--------------------------------------------------------------------------------------
2022-12-07T18:13:01.676-0800	V4	Task start	{"task_name": "install-curated-packages"}
2022-12-07T18:13:01.676-0800	V0	Enabling curated packages on the cluster
2022-12-07T18:13:01.676-0800	V0	Installing helm chart on cluster	{"chart": "eks-anywhere-packages", "version": "0.2.21-eks-a-v0.0.0-dev-build.5058"}
secret/aws-secret created
2022-12-07T18:13:26.338-0800	V4	Task finished	{"task_name": "install-curated-packages", "duration": "24.6652114s"}
2022-12-07T18:13:26.338-0800	V4	----------------------------------
2022-12-07T18:13:26.338-0800	V4	Tasks completed	{"duration": "11m59.77877381s"}
2022-12-07T18:13:26.345-0800	V3	Cleaning up long running container	{"name": "eksa_1670464885058917000"}
    cluster.go:686: Running shell command [ eksctl anywhere delete cluster dm-2d43865 -v 4 --bundles-override bin/local-bundle-release.yaml ]
2022-12-07T18:13:27.869-0800	V4	Logger init completed	{"vlevel": 4}
2022-12-07T18:13:30.074-0800	V0	Warning: The recommended number of control plane nodes is 3 or 5
2022-12-07T18:13:30.078-0800	V4	Reading bundles manifest	{"url": "bin/local-bundle-release.yaml"}
2022-12-07T18:13:30.321-0800	V0	Warning: The recommended number of control plane nodes is 3 or 5
2022-12-07T18:13:30.321-0800	V2	Pulling docker image	{"image": "public.ecr.aws/l0g8r8j6/eks-anywhere-cli-tools:v0.12.2-eks-a-v0.0.0-dev-build.4911"}
2022-12-07T18:13:31.535-0800	V3	Initializing long running container	{"name": "eksa_1670465610321967000", "image": "public.ecr.aws/l0g8r8j6/eks-anywhere-cli-tools:v0.12.2-eks-a-v0.0.0-dev-build.4911"}
2022-12-07T18:13:31.899-0800	V4	Task start	{"task_name": "setup-and-validate"}
2022-12-07T18:13:31.899-0800	V0	Performing provider setup and validations
2022-12-07T18:13:31.899-0800	V4	Task finished	{"task_name": "setup-and-validate", "duration": "44.859µs"}
2022-12-07T18:13:31.899-0800	V4	----------------------------------
2022-12-07T18:13:31.899-0800	V4	Task start	{"task_name": "management-cluster-init"}
2022-12-07T18:13:31.899-0800	V0	Creating management cluster
2022-12-07T18:13:31.900-0800	V4	Creating kind cluster	{"name": "dm-2d43865-eks-a-cluster", "kubeconfig": "dm-2d43865/generated/dm-2d43865.kind.kubeconfig"}
2022-12-07T18:14:17.020-0800	V0	Provider specific pre-capi-install-setup on bootstrap cluster
2022-12-07T18:14:17.020-0800	V4	Task finished	{"task_name": "management-cluster-init", "duration": "45.121034245s"}
2022-12-07T18:14:17.020-0800	V4	----------------------------------
2022-12-07T18:14:17.020-0800	V4	Task start	{"task_name": "install-capi"}
2022-12-07T18:14:17.020-0800	V0	Installing cluster-api providers on management cluster
2022-12-07T18:15:56.045-0800	V4	Task finished	{"task_name": "install-capi", "duration": "1m39.023831169s"}
2022-12-07T18:15:56.045-0800	V4	----------------------------------
2022-12-07T18:15:56.045-0800	V4	Task start	{"task_name": "cluster-management-move"}
2022-12-07T18:15:56.045-0800	V0	Moving cluster management from workload cluster
2022-12-07T18:15:56.045-0800	V3	Waiting for management machines to be ready before move
2022-12-07T18:15:58.303-0800	V4	Nodes ready	{"total": 2}
2022-12-07T18:15:58.303-0800	V3	Waiting for all clusters to be ready before move
2022-12-07T18:16:18.967-0800	V3	Waiting for control planes to be ready after move
2022-12-07T18:16:20.510-0800	V3	Waiting for workload cluster control plane replicas to be ready after move
2022-12-07T18:16:21.060-0800	V3	Waiting for workload cluster machine deployment replicas to be ready after move
2022-12-07T18:16:21.628-0800	V3	Waiting for machines to be ready after move
2022-12-07T18:16:23.050-0800	V4	Nodes ready	{"total": 2}
2022-12-07T18:16:23.050-0800	V4	Task finished	{"task_name": "cluster-management-move", "duration": "27.004256983s"}
2022-12-07T18:16:23.050-0800	V4	----------------------------------
2022-12-07T18:16:23.050-0800	V4	Task start	{"task_name": "delete-workload-cluster"}
2022-12-07T18:16:23.050-0800	V0	Deleting workload cluster
2022-12-07T18:16:23.050-0800	V1	Deleting CAPI cluster	{"name": "dm-2d43865"}
2022-12-07T18:16:47.186-0800	V4	Task finished	{"task_name": "delete-workload-cluster", "duration": "24.135963711s"}
2022-12-07T18:16:47.186-0800	V4	----------------------------------
2022-12-07T18:16:47.186-0800	V4	Task start	{"task_name": "clean-up-git-repo"}
2022-12-07T18:16:47.186-0800	V0	Clean up Git Repo
2022-12-07T18:16:47.186-0800	V0	GitOps field not specified, clean up git repo skipped
2022-12-07T18:16:47.186-0800	V4	Task finished	{"task_name": "clean-up-git-repo", "duration": "16.532µs"}
2022-12-07T18:16:47.186-0800	V4	----------------------------------
2022-12-07T18:16:47.186-0800	V4	Task start	{"task_name": "package-resource-delete"}
2022-12-07T18:16:47.186-0800	V4	Task finished	{"task_name": "package-resource-delete", "duration": "830ns"}
2022-12-07T18:16:47.186-0800	V4	----------------------------------
2022-12-07T18:16:47.186-0800	V4	Task start	{"task_name": "kind-cluster-delete"}
2022-12-07T18:16:48.389-0800	V4	Deleting kind cluster	{"name": "dm-2d43865-eks-a-cluster"}
2022-12-07T18:16:51.023-0800	V4	Task finished	{"task_name": "kind-cluster-delete", "duration": "3.837171764s"}
2022-12-07T18:16:51.023-0800	V4	----------------------------------
2022-12-07T18:16:51.024-0800	V4	Tasks completed	{"duration": "3m19.122898339s"}
2022-12-07T18:16:51.030-0800	V3	Cleaning up long running container	{"name": "eksa_1670465610321967000"}
2022-12-07T18:16:51.371-0800	V3	e2e	Cleaning up long running container	{"name": "eksa_1670464876267866000"}
--- PASS: TestNutanixKubernetes124SimpleFlowWithName (935.39s)
PASS

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@eks-distro-bot
Copy link
Collaborator

Hi @deepakm-ntnx. Thanks for your PR.

I'm waiting for a aws member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@eks-distro-bot eks-distro-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 6, 2022
@deepakm-ntnx deepakm-ntnx force-pushed the pass-trustbundle-capx branch from 57ff303 to b77773d Compare December 7, 2022 19:57
@deepakm-ntnx deepakm-ntnx changed the title [WIP] now test has to define EKSA_NUTANIX_USERNAME and EKSA_NUTANIX_PASSWORD now test has to define EKSA_NUTANIX_USERNAME and EKSA_NUTANIX_PASSWORD Dec 7, 2022
@deepakm-ntnx deepakm-ntnx force-pushed the pass-trustbundle-capx branch 2 times, most recently from bbfa7db to 5659ae1 Compare December 7, 2022 20:49
@codecov
Copy link

codecov bot commented Dec 7, 2022

Codecov Report

Merging #4303 (9a25402) into main (eec6634) will increase coverage by 0.00%.
The diff coverage is 76.47%.

@@           Coverage Diff           @@
##             main    #4303   +/-   ##
=======================================
  Coverage   68.63%   68.64%           
=======================================
  Files         406      406           
  Lines       33111    33125   +14     
=======================================
+ Hits        22726    22737   +11     
- Misses       8933     8935    +2     
- Partials     1452     1453    +1     
Impacted Files Coverage Δ
pkg/providers/nutanix/provider.go 74.21% <ø> (ø)
pkg/providers/nutanix/env.go 80.00% <76.47%> (-1.25%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@deepakm-ntnx deepakm-ntnx force-pushed the pass-trustbundle-capx branch from 5659ae1 to 95327f6 Compare December 8, 2022 00:17
@abhinavmpandey08
Copy link
Member

/ok-to-test

@eks-distro-bot eks-distro-bot added ok-to-test size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed needs-ok-to-test size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 8, 2022
pkg/executables/executables.go Outdated Show resolved Hide resolved
pkg/providers/nutanix/provider.go Outdated Show resolved Hide resolved
@deepakm-ntnx deepakm-ntnx force-pushed the pass-trustbundle-capx branch from 07f9d86 to 9a25402 Compare December 8, 2022 03:13
@abhinavmpandey08
Copy link
Member

/approve
/lgtm

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhinavmpandey08

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm ok-to-test size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants