Setting up Grimoirelab
Grimoirelab instance runs in 3 different jails.
bitergia-search - This mainly runs the OpenSearch instances. This OpenSearch data is being shared between the two other jails
bitergia-dash - This runs the primary dashboard including SortingHat/SirMordred/Perceval
bitergia-dash-dev - This is just the playground for the production instance.
bitergia-search
Install pkgs
1 pkg install -y opensearch
Enable IPv6
Opensearch by default does not listen on IPv6 due to default configuration of jvm. Run the following to enable IPv6 support:
Enable and Start Services
bitergia-dash