rjd15372 / crust

crust - A Ceph deployment tool library
GNU General Public License v3.0
0 stars 0 forks source link

Support native and REST Salt interfaces #2

Open rjd15372 opened 7 years ago

rjd15372 commented 7 years ago

crust should be able to talk with Salt using either the native python library or using the salt-api REST interface. If using the native library, crust must be run in the same host as the salt-master, otherwise it can run in any host that has network connectivity with the salt-master host.

The salt-api configuration should be provided using either the CLI options or through the .crust config file.