From a6c2d4a7df454f17337cfb1371e1223fbdf64a8d Mon Sep 17 00:00:00 2001 From: staebler Date: Fri, 7 Dec 2018 14:41:26 -0500 Subject: [PATCH] replace tectonicClusterID tag with openshiftClusterID --- test/integration/aws.go | 2 +- test/integration/manifests/machineset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/aws.go b/test/integration/aws.go index 5270ba517..ddbda1e02 100644 --- a/test/integration/aws.go +++ b/test/integration/aws.go @@ -66,7 +66,7 @@ type AWSClient struct { func (client *AWSClient) getInstances(instanceStateFilter []*string, clusterID string) ([]*ec2.Instance, error) { requestFilters := []*ec2.Filter{ { - Name: aws.String("tag:tectonicClusterID"), + Name: aws.String("tag:openshiftClusterID"), Values: []*string{aws.String(clusterID)}, }, } diff --git a/test/integration/manifests/machineset.yaml b/test/integration/manifests/machineset.yaml index 5e4301ecb..172428d6a 100644 --- a/test/integration/manifests/machineset.yaml +++ b/test/integration/manifests/machineset.yaml @@ -45,7 +45,7 @@ spec: values: - {{ .ClusterID }}-worker-* tags: - - name: tectonicClusterID + - name: openshiftClusterID value: {{ .ClusterID }} userDataSecret: name: ignition-worker