DevOps - Add query node to CloudFormation node-network deployment [WIP]#3140
Merged
mnaamani merged 1 commit intoJoystream:masterfrom Feb 1, 2022
Merged
DevOps - Add query node to CloudFormation node-network deployment [WIP]#3140mnaamani merged 1 commit intoJoystream:masterfrom
mnaamani merged 1 commit intoJoystream:masterfrom
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/joystream/pioneer-testnet/2X1WRBfG63ziPvnbtjZ7n6NCYcSe |
mnaamani
requested changes
Feb 1, 2022
Member
mnaamani
left a comment
There was a problem hiding this comment.
needs a fix for the query-node config, otherwise looks good.
| delay: 100 | ||
|
|
||
| - name: Run query node containers | ||
| command: yarn workspace query-node-root start:dev |
Member
There was a problem hiding this comment.
the .env which is picked up by docker-compose has JOYSTREAM_NODE_WS=ws://joystream-node:9944/ assumes the local joystream-node was run as docker-container.
we need to override this for indexer to work correctly.
So setting it to wss://{{ inventory_hostname }}.nip.io/ws-rpc or simply ws://{{ inventory_hostname }}:9944/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds starting a query-node stack along with a new chain using CloudFormation and Ansible.
Steps to run: