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

Define rosa cluster and graviton type #851

Closed
wants to merge 1 commit into from

Conversation

athiruma
Copy link
Collaborator

@athiruma athiruma commented Oct 9, 2024

Type of change

Note: Fill x in []

  • bug
  • enhancement
  • documentation
  • dependencies

Description

For security reasons, all pull requests need to be approved first before running any automated CI

@athiruma athiruma added documentation Improvements or additions to documentation ok-to-test PR ok to test labels Oct 9, 2024
@athiruma athiruma requested a review from ebattat October 9, 2024 11:02
@athiruma athiruma self-assigned this Oct 9, 2024
@@ -54,6 +54,8 @@ def run_policy_operations(self):
else:
running_instances = 1
creation_date = ''
rosa_cluster = True if self.get_tag_name_from_tags(tags=tags, tag_name='red-hat-managed') else False
using_graviton = True if '.g' in instance.get('InstanceType') else False
Copy link
Collaborator

@ebattat ebattat Oct 9, 2024

Choose a reason for hiding this comment

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

graviton_families = ["a1", "t4g", "c6g", "m6g", "r6g", "g5g"]
do u think we need to handle it like this ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Please refer this

@athiruma
Copy link
Collaborator Author

athiruma commented Oct 9, 2024

Please refer to #852

@athiruma athiruma closed this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation ok-to-test PR ok to test
Projects
Development

Successfully merging this pull request may close these issues.

2 participants