Skip to content

Conversation

@rsuplina
Copy link
Contributor

Parcel Module:

  • Facilitates the management of parcels on a Cluster by downloading, distributing, and activating them according to the specified state.
  • Supported states include 'download', 'distribute', and 'activate', each corresponding to specific actions performed on parcels.

Signed-off-by: rsuplina <[email protected]>
@rsuplina rsuplina added the enhancement MINOR - New feature or enhancement entry in the CHANGELOG label Apr 15, 2024
@rsuplina rsuplina requested a review from a team April 15, 2024 11:32
@github-actions github-actions bot added the validated The pull request has passed the prechecks label Apr 15, 2024
Copy link
Member

@wmudge wmudge left a 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]>
@github-actions github-actions bot added validated The pull request has passed the prechecks and removed validated The pull request has passed the prechecks labels Apr 24, 2024
Signed-off-by: rsuplina <[email protected]>
@github-actions github-actions bot added validated The pull request has passed the prechecks and removed validated The pull request has passed the prechecks labels Apr 24, 2024
- The name of the product, e.g. CDH, Impala
type: str
required: yes
version:
Copy link
Member

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?

@github-actions github-actions bot removed the validated The pull request has passed the prechecks label May 3, 2024
@wmudge wmudge self-requested a review May 3, 2024 13:17
@github-actions github-actions bot added the validated The pull request has passed the prechecks label May 3, 2024
@wmudge wmudge merged commit d4718ff into cloudera-labs:devel May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement MINOR - New feature or enhancement entry in the CHANGELOG validated The pull request has passed the prechecks

Development

Successfully merging this pull request may close these issues.

2 participants