Imports SoftLayer hardware, virtual guests, and subnets (with all IPs) into Hostbase. If any of the hosts already exist, they will be updated.
- Download/clone this whole repository or install with
composer create-project shift31/hostbase-importer-softlayer
- Run
composer install
from the project root
In the project root, create a config.ini:
slApiUsername = your_softlayer_api_username
slApiKey = your_softlayer_api_key
hostbaseUrl = "http://your.hostbase.server"
chmod +x bin/hostbase-importer-sl
bin/hostbase-importer-sl