saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
14.12k stars 5.47k forks source link

Softlayer cloud module scheduled deprecation and deletion #56546

Open alan-cugler opened 4 years ago

alan-cugler commented 4 years ago

Description of Issue

Softlayer merged with IBM to further bulster IBM-Cloud, so as far as I can tell the softlayer cloud module won't work anymore. Should either be tested to still be valid, needing refactoring, or decommissioned from service.

Relevant Docs page:

Comments

vitaliyf commented 4 years ago

IBM consolidated SoftLayer into "IBM Cloud" so the part that this module talks to is now called "Classic Infrastructure". I don't think they have any plans to deprecate it and they are actively maintaining https://github.com/softlayer/softlayer-python module that Salt relies on, including supporting Python 3.5+

markododa commented 4 years ago

Seems like there are some poorly documented caveats with the softlayer api. It is documented here, https://sldn.softlayer.com/article/authenticating-softlayer-api/, when using ibm cloud username is always apikey. Also the python script at the end may or may not be necessary.