-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Mahara PR #2 #4657
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
Mahara PR #2 #4657
Conversation
…ommit b02a6e571dcf8ff5c9c62c8f6b9d7821db4ea5f5
…earlier than 18.04
This reverts commit bbdb989.
| "type": "Microsoft.Resources/deployments", | ||
| "apiVersion": "2017-05-10", | ||
| "apiVersion": "2016-09-01", | ||
| "name": "pid-738e3eec-68d4-4667-8377-c05c77c21f1b", |
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.
@rgardler - is this correct?
|
|
||
| grep "^//$storageAccountName.file.core.windows.net/mahara\s\s*/mahara\s\s*cifs" /etc/fstab | ||
| if [ $? != "0" ]; then | ||
| echo -e "\n//$storageAccountName.file.core.windows.net/mahara /mahara cifs credentials=/etc/mahara_azure_files.credential,uid=www-data,gid=www-data,nofail,vers=3.0,dir_mode=0770,file_mode=0660,serverino,mfsymlinks" >> /etc/fstab |
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.
Still needs to be addressed
| { | ||
| "type": "Microsoft.Resources/deployments", | ||
| "apiVersion": "2016-09-01", | ||
| "name": "pid-738e3eec-68d4-4667-8377-c05c77c21f1b", |
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.
@rgardler - is this correct?
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.
No, this is not correct. This has been copied from a different template and should be removed from here. Thanks.
| password=$storageAccountKey | ||
| EOF | ||
| chmod 600 /etc/mahara_azure_files.credential | ||
|
|
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.
still need these hardcoded endpoints fixed...
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.
Yes, I raised an issue about this, please see #4960
|
@rgardler - one comment in here for you... |
Best Practice Checklist
Check these items before submitting a PR... See the Contribution Guide for the full detail: https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/README.md
For details: https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/bp-checklist.md
Changelog
The point '"Has anyone run this template sucessfully in production? Yes they have. With that being said we do not make any performance guarantees about this architecture"' has been left in the README.md, should this be removed as part of the PR ?
The content URL for github has been left as the MS Azure links since the previous PR review suggested to update it as such. See #4283 (comment)
Does Mahara come under the banner of a 'managedApplication' or should that reference (and directory) be removed as part of the PR ?
Thanks
Darrin