-
Notifications
You must be signed in to change notification settings - Fork 45
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
Remove restund #740
base: master
Are you sure you want to change the base?
Remove restund #740
Conversation
Quality Gate passedIssues Measures |
ansible/inventory/offline/99-static
Outdated
# For the following groups, add all nodes defined above to the sections below. | ||
# Define any additional variables that should be set for these nodes. | ||
|
||
# Uncomment this is you use the bastion host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 118, 119, and 120 should be kept.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added them back
@@ -70,7 +70,6 @@ fi | |||
if [[ ! -f $ANSIBLE_DIR/inventory/offline/group_vars/all/secrets.yaml ]]; then | |||
echo "Writing $ANSIBLE_DIR/inventory/offline/group_vars/all/secrets.yaml" | |||
cat << EOT > $ANSIBLE_DIR/inventory/offline/group_vars/all/secrets.yaml | |||
restund_zrest_secret: "$zrest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we still need a zrest secret for coturn?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are directly setting it here -
brig:
secrets:
smtpPassword: dummyPassword
zAuth:
publicKeys: "$zauth_public"
privateKeys: "$zauth_private"
turn:
secret: "$zrest"
and enable the ports for colocated services running on these nodes: | ||
|
||
``` | ||
sudo bash -c ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should do something to preserve this list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added them back
177ddfa
to
3535c89
Compare
Quality Gate passedIssues Measures |
https://wearezeta.atlassian.net/browse/WPB-11483