-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add Parcel Module #221
Add Parcel Module #221
Conversation
Signed-off-by: rsuplina <[email protected]>
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.
Need to add a new module for parcel_info
which will gather the details on one or all parcels declared for a cluster.
Signed-off-by: rsuplina <[email protected]>
Signed-off-by: rsuplina <[email protected]>
Signed-off-by: rsuplina <[email protected]>
- The name of the product, e.g. CDH, Impala | ||
type: str | ||
required: yes | ||
version: |
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.
This will conflict with the version
parameter common to all cloudera.cluster
modules via the ClouderaManagerModule
class (and the doc_fragment
)
I would like to change this common parameter to something like api_version
and allow modules like is one to use version
as they need. Until then, you will need to "prefix" this parameter, so something like parcel_version
?
Signed-off-by: rsuplina <[email protected]>
Parcel Module: