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

added template modifications for uuid in machineconfig #4283

Merged
merged 13 commits into from
Dec 6, 2022

Conversation

deepakm-ntnx
Copy link
Contributor

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

Issue #, if available:

Description of changes:
Now passing uuid instead of name if provided by user to capx provider.
Also added simpleflow tests with uuid for e2e tests for all k8s versions

Testing (if applicable):

 allow-uuid-as-id ±          LOCAL_E2E_TESTS=TestNutanixKubernetes124SimpleFlowUUID  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:-c541b56f54e6834c774ad7f327a289afd229c728
+ 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:-c541b56f54e6834c774ad7f327a289afd229c728
+ 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   424k      0 --:--:-- --:--:-- --:--:--  440k
+ gsed -i 's,public.ecr.aws/.*/eks-anywhere-cluster-controller:.*,770301640873.dkr.ecr.us-west-2.amazonaws.com/eks-anywhere-cluster-controller:-c541b56f54e6834c774ad7f327a289afd229c728,' /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 TestNutanixKubernetes124SimpleFlowUUID -test.v 10 -vlevel=10
2022-12-06T13:55:46.745-0800	V4	e2e	Logger init completed	{"vlevel": 4}
=== RUN   TestNutanixKubernetes124SimpleFlowUUID
2022-12-06T13:55:46.745-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-06T13:55:50.153-0800	V3	e2e	Initializing long running container	{"name": "eksa_1670363746745833000", "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-5af8e2b -p nutanix > cluster.yaml ]
    cluster.go:504: Creating cluster dm-5af8e2b
    cluster.go:686: Running shell command [ eksctl anywhere create cluster -f dm-5af8e2b/cluster.yaml -v 4 --bundles-override bin/local-bundle-release.yaml ]
2022-12-06T13:55:52.913-0800	V4	Logger init completed	{"vlevel": 4}
2022-12-06T13:55:52.914-0800	V0	Warning: The recommended number of control plane nodes is 3 or 5
2022-12-06T13:55:54.503-0800	V4	Reading bundles manifest	{"url": "bin/local-bundle-release.yaml"}
2022-12-06T13:55:55.047-0800	V0	Warning: The recommended number of control plane nodes is 3 or 5
2022-12-06T13:55:55.047-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-06T13:55:56.180-0800	V3	Initializing long running container	{"name": "eksa_1670363755047287000", "image": "public.ecr.aws/l0g8r8j6/eks-anywhere-cli-tools:v0.12.2-eks-a-v0.0.0-dev-build.4911"}
2022-12-06T13:55:56.519-0800	V4	Task start	{"task_name": "setup-validate"}
2022-12-06T13:55:56.519-0800	V0	Performing setup and validations
2022-12-06T13:56:02.193-0800	V0	✅ Nutanix Provider setup is valid
2022-12-06T13:56:02.193-0800	V0	✅ Validate certificate for registry mirror
2022-12-06T13:56:02.193-0800	V0	✅ Validate authentication for git provider
2022-12-06T13:56:02.193-0800	V0	✅ Create preflight validations pass
2022-12-06T13:56:02.193-0800	V4	Task finished	{"task_name": "setup-validate", "duration": "5.674177587s"}
2022-12-06T13:56:02.193-0800	V4	----------------------------------
2022-12-06T13:56:02.193-0800	V4	Task start	{"task_name": "bootstrap-cluster-init"}
2022-12-06T13:56:02.193-0800	V0	Creating new bootstrap cluster
2022-12-06T13:56:02.195-0800	V4	Creating kind cluster	{"name": "dm-5af8e2b-eks-a-cluster", "kubeconfig": "dm-5af8e2b/generated/dm-5af8e2b.kind.kubeconfig"}
2022-12-06T13:56:36.466-0800	V0	Provider specific pre-capi-install-setup on bootstrap cluster
2022-12-06T13:56:36.466-0800	V0	Installing cluster-api providers on bootstrap cluster
2022-12-06T13:57:57.033-0800	V0	Provider specific post-setup
2022-12-06T13:57:57.033-0800	V4	Task finished	{"task_name": "bootstrap-cluster-init", "duration": "1m54.795695371s"}
2022-12-06T13:57:57.033-0800	V4	----------------------------------
2022-12-06T13:57:57.033-0800	V4	Task start	{"task_name": "workload-cluster-init"}
2022-12-06T13:57:57.033-0800	V0	Creating new workload cluster
2022-12-06T13:58:05.406-0800	V3	Waiting for control plane to be available
2022-12-06T14:01:05.810-0800	V3	Waiting for workload kubeconfig generation	{"cluster": "dm-5af8e2b"}
2022-12-06T14:01:06.461-0800	V0	Installing networking on workload cluster
2022-12-06T14:01:11.208-0800	V4	Installing machine health checks on bootstrap cluster
2022-12-06T14:01:11.806-0800	V3	Waiting for controlplane and worker machines to be ready
2022-12-06T14:01:13.446-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:13.819-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:15.377-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:16.719-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:18.103-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:19.452-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:20.790-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:22.156-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:23.503-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:24.947-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:26.283-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:27.617-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:29.220-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:30.547-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:31.912-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:33.230-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:34.552-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:35.865-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:37.190-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:38.528-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:39.913-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:41.211-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:42.540-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:43.953-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:45.274-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:46.620-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:47.964-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:49.294-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:50.631-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:51.947-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:53.286-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:54.597-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:56.104-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:57.409-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:01:58.773-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:00.193-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:01.547-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:02.864-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:04.230-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:05.728-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:07.074-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:08.450-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:09.811-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:11.139-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:12.464-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:13.852-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:15.176-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:16.492-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:17.823-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:19.187-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:20.559-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:21.942-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:23.265-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:24.631-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:26.001-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:27.356-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:28.827-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:30.206-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:31.535-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:32.854-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:34.199-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:35.571-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:36.917-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:38.227-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:39.539-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:40.877-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:42.226-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:43.694-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:45.114-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:46.610-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:47.954-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:49.362-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:50.745-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:52.063-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:53.373-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:54.771-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:56.307-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:57.685-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:02:58.994-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:00.411-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:01.757-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:03.179-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:04.531-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:05.873-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:07.216-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:08.523-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:09.866-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:11.205-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:12.524-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:13.844-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:15.185-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:16.501-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:17.802-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:19.126-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:20.497-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:21.812-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:23.126-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:24.463-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:25.865-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:27.276-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:28.669-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:29.980-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:31.341-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:32.691-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:33.995-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:35.352-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:36.683-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:38.012-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:39.367-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:40.687-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:41.997-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:43.319-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:44.649-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:45.991-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:47.337-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:48.671-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:50.065-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:51.599-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:52.891-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:54.251-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:55.598-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:57.000-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:58.327-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:03:59.647-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:00.953-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:02.293-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:03.601-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:04.919-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:06.243-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:07.581-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:08.889-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:10.207-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:11.506-0800	V4	Nodes are not ready yet	{"total": 2, "ready": 1, "cluster name": "dm-5af8e2b"}
2022-12-06T14:04:12.842-0800	V4	Nodes ready	{"total": 2}
2022-12-06T14:04:12.842-0800	V0	Creating EKS-A namespace
2022-12-06T14:04:13.663-0800	V0	Installing cluster-api providers on workload cluster
2022-12-06T14:05:37.790-0800	V0	Installing EKS-A secrets on workload cluster
2022-12-06T14:05:39.804-0800	V4	Task finished	{"task_name": "workload-cluster-init", "duration": "7m42.765341869s"}
2022-12-06T14:05:39.804-0800	V4	----------------------------------
2022-12-06T14:05:39.804-0800	V4	Task start	{"task_name": "install-resources-on-management-cluster"}
2022-12-06T14:05:39.804-0800	V0	Installing resources on management cluster
2022-12-06T14:05:39.804-0800	V4	Task finished	{"task_name": "install-resources-on-management-cluster", "duration": "7.329µs"}
2022-12-06T14:05:39.804-0800	V4	----------------------------------
2022-12-06T14:05:39.804-0800	V4	Task start	{"task_name": "capi-management-move"}
2022-12-06T14:05:39.804-0800	V0	Moving cluster management from bootstrap to workload cluster
2022-12-06T14:05:39.804-0800	V3	Waiting for management machines to be ready before move
2022-12-06T14:05:41.401-0800	V4	Nodes ready	{"total": 2}
2022-12-06T14:05:41.401-0800	V3	Waiting for all clusters to be ready before move
2022-12-06T14:05:53.735-0800	V3	Waiting for control planes to be ready after move
2022-12-06T14:05:55.372-0800	V3	Waiting for workload cluster control plane replicas to be ready after move
2022-12-06T14:05:56.147-0800	V3	Waiting for workload cluster machine deployment replicas to be ready after move
2022-12-06T14:05:56.902-0800	V3	Waiting for machines to be ready after move
2022-12-06T14:05:59.016-0800	V4	Nodes ready	{"total": 2}
2022-12-06T14:05:59.016-0800	V4	Task finished	{"task_name": "capi-management-move", "duration": "19.211372461s"}
2022-12-06T14:05:59.016-0800	V4	----------------------------------
2022-12-06T14:05:59.016-0800	V4	Task start	{"task_name": "eksa-components-install"}
2022-12-06T14:05:59.016-0800	V0	Installing EKS-A custom components (CRD and controller) on workload cluster
2022-12-06T14:06:48.903-0800	V0	Installing EKS-D components on workload cluster
2022-12-06T14:06:51.091-0800	V0	Creating EKS-A CRDs instances on workload cluster
2022-12-06T14:06:51.095-0800	V4	Applying eksa yaml resources to cluster
2022-12-06T14:06:52.343-0800	V1	Applying Bundles to cluster
2022-12-06T14:06:53.723-0800	V4	Applying eksd manifest to cluster
2022-12-06T14:06:55.937-0800	V4	Applying eksd manifest to cluster
2022-12-06T14:06:56.841-0800	V4	Applying eksd manifest to cluster
2022-12-06T14:06:57.736-0800	V4	Applying eksd manifest to cluster
2022-12-06T14:07:04.056-0800	V4	Task finished	{"task_name": "eksa-components-install", "duration": "1m5.039055045s"}
2022-12-06T14:07:04.056-0800	V4	----------------------------------
2022-12-06T14:07:04.056-0800	V4	Task start	{"task_name": "gitops-manager-install"}
2022-12-06T14:07:04.056-0800	V0	Installing GitOps Toolkit on workload cluster
2022-12-06T14:07:04.056-0800	V0	GitOps field not specified, bootstrap flux skipped
2022-12-06T14:07:04.056-0800	V4	Task finished	{"task_name": "gitops-manager-install", "duration": "36.825µs"}
2022-12-06T14:07:04.056-0800	V4	----------------------------------
2022-12-06T14:07:04.056-0800	V4	Task start	{"task_name": "write-cluster-config"}
2022-12-06T14:07:04.056-0800	V0	Writing cluster config file
2022-12-06T14:07:04.060-0800	V4	Task finished	{"task_name": "write-cluster-config", "duration": "4.452316ms"}
2022-12-06T14:07:04.060-0800	V4	----------------------------------
2022-12-06T14:07:04.060-0800	V4	Task start	{"task_name": "delete-kind-cluster"}
2022-12-06T14:07:04.061-0800	V0	Deleting bootstrap cluster
2022-12-06T14:07:05.320-0800	V4	Deleting kind cluster	{"name": "dm-5af8e2b-eks-a-cluster"}
2022-12-06T14:07:08.145-0800	V0	🎉 Cluster created!
2022-12-06T14:07:08.145-0800	V4	Task finished	{"task_name": "delete-kind-cluster", "duration": "4.084692181s"}
2022-12-06T14:07:08.145-0800	V4	----------------------------------
2022-12-06T14:07:08.145-0800	V4	Task start	{"task_name": "install-curated-packages"}
--------------------------------------------------------------------------------------
The Amazon EKS Anywhere Curated Packages are only available to customers with the 
Amazon EKS Anywhere Enterprise Subscription
--------------------------------------------------------------------------------------
2022-12-06T14:07:08.145-0800	V0	Enabling curated packages on the cluster
2022-12-06T14:07:08.145-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-06T14:07:31.935-0800	V4	Task finished	{"task_name": "install-curated-packages", "duration": "23.789173401s"}
2022-12-06T14:07:31.935-0800	V4	----------------------------------
2022-12-06T14:07:31.935-0800	V4	Tasks completed	{"duration": "11m35.364772865s"}
2022-12-06T14:07:31.949-0800	V3	Cleaning up long running container	{"name": "eksa_1670363755047287000"}
    cluster.go:686: Running shell command [ eksctl anywhere delete cluster dm-5af8e2b -v 4 --bundles-override bin/local-bundle-release.yaml ]
2022-12-06T14:07:32.392-0800	V4	Logger init completed	{"vlevel": 4}
2022-12-06T14:07:33.645-0800	V0	Warning: The recommended number of control plane nodes is 3 or 5
2022-12-06T14:07:33.648-0800	V4	Reading bundles manifest	{"url": "bin/local-bundle-release.yaml"}
2022-12-06T14:07:33.874-0800	V0	Warning: The recommended number of control plane nodes is 3 or 5
2022-12-06T14:07:33.874-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-06T14:07:35.083-0800	V3	Initializing long running container	{"name": "eksa_1670364453874421000", "image": "public.ecr.aws/l0g8r8j6/eks-anywhere-cli-tools:v0.12.2-eks-a-v0.0.0-dev-build.4911"}
2022-12-06T14:07:35.419-0800	V4	Task start	{"task_name": "setup-and-validate"}
2022-12-06T14:07:35.419-0800	V0	Performing provider setup and validations
2022-12-06T14:07:35.419-0800	V4	Task finished	{"task_name": "setup-and-validate", "duration": "20.125µs"}
2022-12-06T14:07:35.419-0800	V4	----------------------------------
2022-12-06T14:07:35.419-0800	V4	Task start	{"task_name": "management-cluster-init"}
2022-12-06T14:07:35.419-0800	V0	Creating management cluster
2022-12-06T14:07:35.420-0800	V4	Creating kind cluster	{"name": "dm-5af8e2b-eks-a-cluster", "kubeconfig": "dm-5af8e2b/generated/dm-5af8e2b.kind.kubeconfig"}
2022-12-06T14:08:11.462-0800	V0	Provider specific pre-capi-install-setup on bootstrap cluster
2022-12-06T14:08:11.462-0800	V4	Task finished	{"task_name": "management-cluster-init", "duration": "36.042519929s"}
2022-12-06T14:08:11.462-0800	V4	----------------------------------
2022-12-06T14:08:11.462-0800	V4	Task start	{"task_name": "install-capi"}
2022-12-06T14:08:11.462-0800	V0	Installing cluster-api providers on management cluster
2022-12-06T14:09:41.453-0800	V4	Task finished	{"task_name": "install-capi", "duration": "1m29.990136536s"}
2022-12-06T14:09:41.453-0800	V4	----------------------------------
2022-12-06T14:09:41.453-0800	V4	Task start	{"task_name": "cluster-management-move"}
2022-12-06T14:09:41.453-0800	V0	Moving cluster management from workload cluster
2022-12-06T14:09:41.453-0800	V3	Waiting for management machines to be ready before move
2022-12-06T14:09:43.845-0800	V4	Nodes ready	{"total": 2}
2022-12-06T14:09:43.845-0800	V3	Waiting for all clusters to be ready before move
2022-12-06T14:10:04.592-0800	V3	Waiting for control planes to be ready after move
2022-12-06T14:10:05.944-0800	V3	Waiting for workload cluster control plane replicas to be ready after move
2022-12-06T14:10:06.615-0800	V3	Waiting for workload cluster machine deployment replicas to be ready after move
2022-12-06T14:10:07.158-0800	V3	Waiting for machines to be ready after move
2022-12-06T14:10:08.754-0800	V4	Nodes ready	{"total": 2}
2022-12-06T14:10:08.754-0800	V4	Task finished	{"task_name": "cluster-management-move", "duration": "27.300409191s"}
2022-12-06T14:10:08.754-0800	V4	----------------------------------
2022-12-06T14:10:08.754-0800	V4	Task start	{"task_name": "delete-workload-cluster"}
2022-12-06T14:10:08.754-0800	V0	Deleting workload cluster
2022-12-06T14:10:08.754-0800	V1	Deleting CAPI cluster	{"name": "dm-5af8e2b"}
2022-12-06T14:10:37.860-0800	V4	Task finished	{"task_name": "delete-workload-cluster", "duration": "29.103930372s"}
2022-12-06T14:10:37.860-0800	V4	----------------------------------
2022-12-06T14:10:37.860-0800	V4	Task start	{"task_name": "clean-up-git-repo"}
2022-12-06T14:10:37.860-0800	V0	Clean up Git Repo
2022-12-06T14:10:37.860-0800	V0	GitOps field not specified, clean up git repo skipped
2022-12-06T14:10:37.860-0800	V4	Task finished	{"task_name": "clean-up-git-repo", "duration": "33.956µs"}
2022-12-06T14:10:37.860-0800	V4	----------------------------------
2022-12-06T14:10:37.860-0800	V4	Task start	{"task_name": "package-resource-delete"}
2022-12-06T14:10:37.860-0800	V4	Task finished	{"task_name": "package-resource-delete", "duration": "1.207µs"}
2022-12-06T14:10:37.860-0800	V4	----------------------------------
2022-12-06T14:10:37.861-0800	V4	Task start	{"task_name": "kind-cluster-delete"}
2022-12-06T14:10:39.050-0800	V4	Deleting kind cluster	{"name": "dm-5af8e2b-eks-a-cluster"}
2022-12-06T14:10:41.700-0800	V4	Task finished	{"task_name": "kind-cluster-delete", "duration": "3.839777624s"}
2022-12-06T14:10:41.701-0800	V4	----------------------------------
2022-12-06T14:10:41.701-0800	V4	Tasks completed	{"duration": "3m6.279561611s"}
2022-12-06T14:10:41.709-0800	V3	Cleaning up long running container	{"name": "eksa_1670364453874421000"}
2022-12-06T14:10:42.000-0800	V3	e2e	Cleaning up long running container	{"name": "eksa_1670363746745833000"}
--- PASS: TestNutanixKubernetes124SimpleFlowUUID (895.42s)
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/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 5, 2022
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Merging #4283 (cdcc59e) into main (cffe088) will increase coverage by 0.08%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main    #4283      +/-   ##
==========================================
+ Coverage   68.52%   68.61%   +0.08%     
==========================================
  Files         404      406       +2     
  Lines       32935    33086     +151     
==========================================
+ Hits        22568    22701     +133     
- Misses       8919     8933      +14     
- Partials     1448     1452       +4     
Impacted Files Coverage Δ
pkg/api/v1alpha1/nutanixmachineconfig.go 96.72% <0.00%> (-3.28%) ⬇️
pkg/providers/nutanix/template.go 89.72% <100.00%> (+0.92%) ⬆️
pkg/curatedpackages/packagecontrollerclient.go 92.73% <0.00%> (-3.63%) ⬇️
pkg/providers/tinkerbell/tinkerbell.go 49.29% <0.00%> (-2.06%) ⬇️
pkg/providers/tinkerbell/stack/stack.go 83.41% <0.00%> (-0.31%) ⬇️
pkg/dependencies/factory.go 72.12% <0.00%> (-0.22%) ⬇️
pkg/providers/vsphere/vsphere.go 63.27% <0.00%> (-0.06%) ⬇️
pkg/executables/helm.go 74.33% <0.00%> (ø)
internal/pkg/api/snow.go 0.00% <0.00%> (ø)
pkg/networking/cilium/templater.go 96.15% <0.00%> (ø)
... and 11 more

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

@abhinavmpandey08
Copy link
Member

/ok-to-test

@eks-distro-bot eks-distro-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 6, 2022
pkg/providers/nutanix/config/cp-template.yaml Outdated Show resolved Hide resolved
pkg/providers/nutanix/config/cp-template.yaml Outdated Show resolved Hide resolved
pkg/providers/nutanix/config/md-template.yaml Outdated Show resolved Hide resolved
pkg/providers/nutanix/config/md-template.yaml Outdated Show resolved Hide resolved
pkg/providers/nutanix/config/cp-template.yaml Outdated Show resolved Hide resolved
pkg/providers/nutanix/config/cp-template.yaml Outdated Show resolved Hide resolved
pkg/providers/nutanix/config/cp-template.yaml Outdated Show resolved Hide resolved
pkg/providers/nutanix/config/md-template.yaml Outdated Show resolved Hide resolved
pkg/providers/nutanix/config/md-template.yaml Outdated Show resolved Hide resolved
@deepakm-ntnx deepakm-ntnx changed the title [WIP] added template modifications for uuid in machineconfig added template modifications for uuid in machineconfig Dec 6, 2022
@deepakm-ntnx
Copy link
Contributor Author

/test eks-anywhere-presubmit

test/e2e/README.md Outdated Show resolved Hide resolved
test/e2e/README.md Outdated Show resolved Hide resolved
test/e2e/README.md Outdated Show resolved Hide resolved
test/framework/nutanix.go Outdated Show resolved Hide resolved
test/framework/nutanix.go Outdated Show resolved Hide resolved
test/framework/nutanix.go Outdated Show resolved Hide resolved
Copy link
Member

@abhinavmpandey08 abhinavmpandey08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/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

@deepakm-ntnx
Copy link
Contributor Author

/test eks-anywhere-presubmit

@eks-distro-bot eks-distro-bot merged commit 033fca5 into aws:main Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/providers/nutanix 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