alice-catalogserver not working because of missing participants.json #527
Unanswered
mcordsmeier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have played around with the MXD's alice-catalogserver. I needed to make some changes (see below for changed soure code) to get it running. After the evaluation I have some questions:
Questions
Issue
I found error messages in the alice-catalogserver pods logfile because no participants.json is included in the container. The crawler is not working because there are no work items,
Proposed changes
I added the following lines to mxd/modules/catalog-server.tf to mount the participants.json file from the assets directory to the containers /app directory
Added the following lines to enable the crawler and to configure the path to the node list file,
The crawler is working with the proposed changes.
Beta Was this translation helpful? Give feedback.
All reactions