Skip to content

Conversation

@ahhda
Copy link
Contributor

@ahhda ahhda commented Feb 1, 2022

This PR adds starting a query-node stack along with a new chain using CloudFormation and Ansible.

Steps to run:

./deploy-infra.sh ~/Joystream/bash-config.1.cfg

@vercel
Copy link

vercel bot commented Feb 1, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/joystream/pioneer-testnet/2X1WRBfG63ziPvnbtjZ7n6NCYcSe
✅ Preview: Canceled

@ahhda ahhda changed the title DevOps - Add query node to CloudFormation node-network deployment DevOps - Add query node to CloudFormation node-network deployment [WIP] Feb 1, 2022
Copy link
Member

@mnaamani mnaamani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants