OpenCRVS v1.0.1 - Configuration #3605
Replies: 2 comments 8 replies
-
Hello, :::::::::::::::::::: Building OpenCRVS dependencies :::::::::::::::::::: This can take some time on slow connections. Docker is downloading Mongo DB, ElasticSearch, OpenHIM and Hearth docker images. These are large files. Then it will build them. yarn run v1.22.19 Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node. To deploy your application across the swarm, use I would like to install OpenCRVS across a 3 node Cluster that has been setup using the ansible inventory and playbook files. How can i go about this. Most of the documentation i see is about a local installation. Any guidance will be appreciated. Baldwin |
Beta Was this translation helpful? Give feedback.
-
Hello Riku, I have finally and successfully deployed using the supplied Github Actions. I would like some direction/clarification on when it comes to generating demo data for a 3 Server QA configuration. The attached error is what i keep getting when i try to use the 'Generate Demo Data' Action. The clarity i need is basically regarding the following, this will help connect all the dots i keep scratching my head about (No programming background :-) 1 - Before i run the Demo Data Action, MUST i ensure that opencrvs-core and/or opencrvs-farajaland (opencrvs-UGA in my case) is running? As you will notice the error i get is FetchError: request to http://localhost:4040/authenticate failed, reason: connect ECONNREFUSED 127.0.0.1:4040 which basically indicates that its trying to access port 4040 on the localhost. This port is not currently listening on the manager node. Currently i am only getting "404 page not found" without importing the demo data. 2 - There are some ENV Secrets in the Demo Action YML which were not explicitly created during at deployment, could this be the direction i should be looking Its been a steep learning curve to get to this point and i am confident i am close to the finish line. Thank you for your guidance. |
Beta Was this translation helpful? Give feedback.
-
If you have any questions regarding configuration, first read these docs
If you still need help, ask here.
Beta Was this translation helpful? Give feedback.
All reactions