Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update role for network url #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

GImbrailo
Copy link
Collaborator

@GImbrailo GImbrailo commented Apr 27, 2021

This update will allow the role to take a URL value for the tezos_network variable. If the value of tezos_network is a URL then a new variable is set called network_name. The value of network_name will be the string after the last / in the URL. This new variable will be used for naming directories, configuring the node_rpc_url variable, and naming the docker container. The default value node_rpc_url is no longer set in the defaults.yml file but is now set in the playbook at runtime. The value of tezos_network (In this case a URL) will be used to start the docker container with the --network flag.

@GImbrailo GImbrailo self-assigned this Apr 27, 2021
@GImbrailo
Copy link
Collaborator Author

Fixed the regex check for tezos_network

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.

1 participant