Custom routes for System VMs #11638
-
|
Hi, I've noticed that there's no way "or a clean way" to add custom routes to System VMs. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hey @mahdiadnan , I raised similar issues before:
There is a way to customize the SSVM when it loads a compressed archive at startup. This is what I’d put in the “non-clean way” category you mentioned. See steps: The downside. It requires manual edits to the .tgz, which get overwritten whenever cloudstack-agent is updated. In our setup, we still use this method, because we want to control access to |
Beta Was this translation helpful? Give feedback.
-
|
@mahdiadnan @daviftorres , any follow up on this needed? |
Beta Was this translation helpful? Give feedback.
Hey @mahdiadnan ,
I raised similar issues before:
There is a way to customize the SSVM when it loads a compressed archive at startup. This is what I’d put in the “non-clean way” category you mentioned. See steps:
The downside. It requires manual edits to the .tgz, which get overwritten whenever cloudstack-agent is updated.
In our setup, we still use this method, because we want to control access to
/copy*on reverse-proxy rule…