-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update fmatch version and not set keys #7
Conversation
5313c84
to
aaa3d4d
Compare
@@ -117,21 +117,13 @@ def get_metadata(test): | |||
Returns: | |||
dict: dictionary of the metadata | |||
""" | |||
metadata_columns = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we keep some aspect of "known fields" and have Orion spit out if the user provides a field that is unknown?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with this, having a known fields will filter out any unknown fields which the user might include in the config file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just dont know if we should keep a list of columns if they are going to continue to change. Like how we added fips and etcd. Don't think we should constantly try to keep up to date with it
e7e8eed
to
81c6a6f
Compare
Signed-off-by: Paige Rubendall <[email protected]>
Signed-off-by: Paige Rubendall <[email protected]>
Signed-off-by: Paige Rubendall <[email protected]>
Signed-off-by: Paige Rubendall <[email protected]>
81c6a6f
to
71d11cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!!
@@ -117,21 +117,13 @@ def get_metadata(test): | |||
Returns: | |||
dict: dictionary of the metadata | |||
""" | |||
metadata_columns = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with this, having a known fields will filter out any unknown fields which the user might include in the config file.
Type of change
Description
Saw that there was an update version of fmatch that I think we should go ahead and update
The set columns that were defined in get_metadata did not allow for defining extra variables like clusterType for rosa/hcp or defining infraNodeCounts
Related Tickets & Documents
Checklist before requesting a review
Testing