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

Generate VM setup params JSON file using cloud-init #139

Merged
merged 3 commits into from
May 31, 2018

Conversation

hosungsmsft
Copy link

This is the first step to fixing #79. Currently only the /var/lib/cloud/instance/moodle_on_azure_configs.json file is generated on the controller and the VMSS VMs. Next step is to use this JSON file in the setup scripts (install_moodle.sh and setup_webserver.sh), replacing all the many cmdline params. Ultimately, we'll update the bash scripts (or migrate to equivalent Python scripts) so that multiple sites can be configured and served, addressing #78.

This is just an informational PR. No need to do a thorough review. I confirmed generation of the file through cloud-init on the controller VM and the VMSS VM.

@hosungsmsft hosungsmsft merged commit 958825c into master May 31, 2018
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.

None yet

2 participants