The reference DSC package here was a great help in creating our own DSC for registering our tentacles with Octopus. Do you have anything similar for linux?
Thanks!
The reference DSC package here was a great help in creating our own DSC for registering our tentacles with Octopus. Do you have anything similar for linux?
Thanks!
Hi,
Thanks for getting in touch. Unfortunately we don’t have any official guidance on automating the setup of Linux SSH targets.
We do have a script we use internally to spin up test environments which might give you some help. I’ve uploaded it here. It ensures mono is installed (note that we use Ubuntu 14.04) and registers the machine by posting to the /api/accounts
endpoint.
You’ll see in the script that we are looping to create multiple test targets, which obviously you won’t need to do.
I hope that points you in the right direction.
Mark
Awesome, thanks for the guidance.