I am trying to setup the stackstorm with HA using 3 VMs.
I am following this.
https://docs.stackstorm.com/reference/ha.html#read-write-nfs-mounts
I have a nfs share where all packs will installed so if one vm goes down other vm still able to access
all packs and actions.
I have updated /etc/st2/st2.conf file with
[content]
packs_base_paths = /config/stackstorm/packs
I have NOT changed the
[system]
base_path = /opt/stackstorm
When I installed the packs, it still installed in /opt/stackstorm/packs.
How do I configure st2 so that new packs gets installed in nfs share with virtual environment and can be
accessed in any st2 vm with nfs mounted?