- 
                Notifications
    You must be signed in to change notification settings 
- Fork 51
Add Cloudera Manager config modules #211
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
Conversation
Signed-off-by: Webster Mudge <[email protected]>
Signed-off-by: Webster Mudge <[email protected]>
Signed-off-by: Webster Mudge <[email protected]>
Add basic integration tests for cm_config_info Update pytest.ini for AnsibleCollectionFinder warning Signed-off-by: Webster Mudge <[email protected]>
Signed-off-by: Webster Mudge <[email protected]>
…meter Add ClouderaManagerMutableModule class to add 'message' parameter Update cm_config to handle setting and unsetting parameters, including diff mode Add initial tests for cm_config Signed-off-by: Webster Mudge <[email protected]>
Signed-off-by: Webster Mudge <[email protected]>
        
          
                plugins/modules/cm_config.py
              
                Outdated
          
        
      | EXAMPLES = r""" | ||
| --- | ||
| - name: Update several Cloudera Manager parameters | ||
| cloudera.cluster.cm_config | 
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.
cloudera.cluster.cm_config missing ":" at the end of the line.
        
          
                plugins/modules/cm_config.py
              
                Outdated
          
        
      | custom_header_color: "PURPLE" | ||
|  | ||
| - name: Reset or remove a Cloudera Manager parameter | ||
| cloudera.cluster.cm_config | 
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.
cloudera.cluster.cm_config missing ":" at the end of the line.
Signed-off-by: Webster Mudge <[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.
Looks good.
No description provided.