Organization of services #864
-
Hi, I'm still trying to wrap my head around the concept in Squest and mostly I get it, and I must say its great, somehow this does exactly what I wanted. I just trying to wrap my head around how the catalogue should be organized... For example VMs, this is clear, create "service" called "VMs" and add create action there that calls "create_vm" workflow... and I end up with instance representing the VM. What if I want to install and manage software on that instance ? For example install nginx, we have flow that accept server name and install nginx there... Is there an way to set this up, that I can install/uninstall or even restart "element" attached to instance.. this can be also for example docker container on VM.... Or do I think about it wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That's a day 2 operation. An "update" kind of operation. |
Beta Was this translation helpful? Give feedback.
If it's an update operation it's not going to add an item in instance list. The idea is that your playbook update the squest instance with a json that contains for example the list of installed apps.