Skip to content

Commit

Permalink
Merge pull request #147 from staebler/remove_tectonic_references
Browse files Browse the repository at this point in the history
replace tectonicClusterID tag with openshiftClusterID
  • Loading branch information
openshift-merge-robot authored Dec 13, 2018
2 parents fb22edf + a6c2d4a commit de7af79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)},
},
}
Expand Down
2 changes: 1 addition & 1 deletion test/integration/manifests/machineset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
values:
- {{ .ClusterID }}-worker-*
tags:
- name: tectonicClusterID
- name: openshiftClusterID
value: {{ .ClusterID }}
userDataSecret:
name: ignition-worker
Expand Down

0 comments on commit de7af79

Please sign in to comment.