Is it posible to add manila-ganesha after deploy?

Instructions on manila-ganesha specify to use juju deploy ./base.yaml --overlay ./manila-ganesha-overlay.yaml. but is it possible to add manila-ganesha after deploying openstack bundle?

In principle, if you deployed with:

juju deploy ./bundle.yaml

you can deploy manila-ganesha with:

juju deploy ./bundle.yaml --overlay ./manila-ganesha-overlay.yaml

but you need to make sure the overlay doesn’t conflict. If it does, the output to the above command will let you know.