-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add initial versions of on-premise deploy scripts #1286
Conversation
deploy_blockchain_genesis_onprem.sh
Outdated
fi | ||
if [[ $begin_index -le $PARENT_NODE_INDEX_END ]] && [[ $PARENT_NODE_INDEX_END -ge 0 ]]; then | ||
for node_index in `seq $(( $begin_index )) $(( $PARENT_NODE_INDEX_END ))`; do | ||
NODE_TARGET_ADDR="nvidia@${NODE_IP_LIST[${node_index}]}" |
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.
$ONPREM_USER
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.
Done. Thanks!
deploy_blockchain_genesis_onprem.sh
Outdated
fi | ||
if [[ $begin_index -le $PARENT_NODE_INDEX_END ]] && [[ $PARENT_NODE_INDEX_END -ge 0 ]]; then | ||
for node_index in `seq $(( $begin_index )) $(( $PARENT_NODE_INDEX_END ))`; do | ||
NODE_TARGET_ADDR="nvidia@${NODE_IP_LIST[${node_index}]}" |
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.
$ONPREM_USER
ditto
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.
Done. Thanks!
deploy_blockchain_genesis_onprem.sh
Outdated
fi | ||
if [[ $begin_index -le $PARENT_NODE_INDEX_END ]] && [[ $PARENT_NODE_INDEX_END -ge 0 ]]; then | ||
for node_index in `seq $(( $begin_index )) $(( $PARENT_NODE_INDEX_END ))`; do | ||
NODE_TARGET_ADDR="nvidia@${NODE_IP_LIST[${node_index}]}" |
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.
$ONPREM_USER
ditto
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.
Done. Thanks!
deploy_blockchain_genesis_onprem.sh
Outdated
fi | ||
if [[ $begin_index -le $PARENT_NODE_INDEX_END ]] && [[ $PARENT_NODE_INDEX_END -ge 0 ]]; then | ||
for node_index in `seq $(( $begin_index )) $(( $PARENT_NODE_INDEX_END ))`; do | ||
NODE_TARGET_ADDR="nvidia@${NODE_IP_LIST[${node_index}]}" |
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.
$ONPREM_USER
ditto
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.
Done. Thanks!
deploy_blockchain_genesis_onprem.sh
Outdated
fi | ||
if [[ $begin_index -le $PARENT_NODE_INDEX_END ]] && [[ $PARENT_NODE_INDEX_END -ge 0 ]]; then | ||
for node_index in `seq $(( $begin_index )) $(( $PARENT_NODE_INDEX_END ))`; do | ||
NODE_TARGET_ADDR="nvidia@${NODE_IP_LIST[${node_index}]}" |
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.
$ONPREM_USER
ditto
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.
Done. Thanks!
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.
LGTM, Thanks!
Thanks for the review! @jiyoung-an @minho-comcom-ai Now merging.. and let me handle additional comments in the coming prs if any. |
Change summary:
Related issues: