HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old NFS Shares created

stoeps13 opened this issue · comments

image

That's /pv-connections after installing 8.0CR4.

The pink folders are already unused in 7.0 and the green ones are no longer needed in 8.0+, so cleaning up /etc/exports and the /pv-connections would be highly appreciated.

It's kept around since we use a single NFS role for all Connections versions. We added some flags a while ago to skip the creation of them by setting the following:

mongo_replicaset:               0
es_replicaset:                       0
es7_replicaset:                      0
solr_replicaset:                     0
zookeeper_replicaset:          0

Having said that we can change the default for them to 0 from now on. Will update in the next push.

__mongo_replicaset: "{{ mongo_replicaset | default('3') }}"

Ok, never thought that replicaset variable was responsible for this. Thanks for the heads-up.