-
Notifications
You must be signed in to change notification settings - Fork 182
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
Refactor AWS and Azure cloud scripts of server and client #2275
Conversation
3dcf974
to
1e8a397
Compare
/build |
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.
this may need additional changes
cd8bfc5
to
e6899e8
Compare
e6899e8
to
7eba08b
Compare
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.
can we further refactor the gen_xxx functions
for example
def gen_server():
gen_config()
perpare_startup_dir()
prepare_certificates()
gen_start_stop_scripts()
for csp in provide_cloud_provides:
gen_csp_start_scripts(csp)
gen_csp_stop_scripts(csp)
all aws related scripts go to aws_file
all azure related scripts go to azure file
include template replacements etc.
0b96d5e
to
26773de
Compare
There are four combinations for CSP's AND participant types, azure+server, azure+client, aws+server, aws+client. Therefore, one statement for one combination seems good enough and there seems no need to create a function for that. |
26773de
to
67f912b
Compare
67f912b
to
73d45f9
Compare
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.
Add few questions and comments
cc995ae
to
3907aa7
Compare
Azure template updated Refactor sub_start.sh on both server and client Address PR comments Address a few PR comments
3907aa7
to
a1cf0f0
Compare
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
/build |
1 similar comment
/build |
Fixes # .
Refactor and remove sections on AWS server, AWS client and Azure server and Azure client.
Types of changes
./runtest.sh
.