cohesity / management-sdk-python

Cohesity Management SDK for Python.
Apache License 2.0
21 stars 20 forks source link

Enhancements: Auto-fill config.ini file & Enhancements #49

Closed naveena-maplelabs closed 3 years ago

naveena-maplelabs commented 3 years ago

1) While exporting cluster resources, config.ini file will be updated with new sections for sources, remote clusters and targets. By default, password will be set as empty string. 2) While Vmware job creation, support auto protection(tag based).

Issue: 1) For View job creation in latest cluster version, source id is required. Added support to create view job based on source id.

How to run export_cluster_config.py file? python export_cluster_config --auto_fill_config The above command will update config.ini file with required new sections as follows

cat config.ini

[x.x.x.x]
password = 
[vcenter1]
password = 
[cassandra_source]
username=
password=
db_username=
db_password=
naveena-maplelabs commented 3 years ago

@pyashish Can you please review this.