Skip to content

Commit

Permalink
Merge pull request #1 from ItalyPaleAle/azure-url
Browse files Browse the repository at this point in the history
Updates to generalized architecture
  • Loading branch information
ItalyPaleAle committed Feb 7, 2019
2 parents 4e4f3bc + a84f16a commit 60595f2
Show file tree
Hide file tree
Showing 54 changed files with 1,066 additions and 4,723 deletions.
11 changes: 4 additions & 7 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Moodle on Azure
# Contributing to LAMP on Azure

The TL;DR version is:

Expand All @@ -11,10 +11,8 @@ The TL;DR version is:
## How the project is managed

This project welcomes contributions and suggestions. Our goal is to
work on Azure specific tooling for deploying and managing the open
source [Moodle](http://moodle.org) learning management system on
Azure. We do not work on Moodle itself here, instead we work upstream
as appropriate.
work on Azure specific tooling for deploying and managing PHP (LAMP)
applications on Azure.

The short version of how to contribute to this project is "just do
it". Where "it" can be defined as any valuable contribution (and to be
Expand Down Expand Up @@ -126,8 +124,7 @@ where to spend their time. For example:
Priority 0 under your leadership.
* Wontfix items are considered out of scope for this project.
Community members should seek to solve the problem in different
ways. Often this will mean contribution to Moodle itself or a
plugin that is external to this community.
ways.

## Community roles

Expand Down
14 changes: 0 additions & 14 deletions Gruntfile.js

This file was deleted.

127 changes: 75 additions & 52 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion azuredeploy-large-ha.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/Moodle/master/"
"defaultValue": "https://raw.githubusercontent.com/Azure/LAMP/master/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
Expand Down
5 changes: 2 additions & 3 deletions azuredeploy-maximal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/Moodle/master/"
"defaultValue": "https://raw.githubusercontent.com/Azure/LAMP/master/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
Expand Down Expand Up @@ -35,7 +35,6 @@
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": true },
"azureBackupSwitch": { "value": true },
"searchType": { "value": "elastic" },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"mysqlPgresVcores": { "value": 16 },
"mysqlPgresStgSizeGB": { "value": 512 },
Expand All @@ -56,6 +55,6 @@
},
"variables": {
"documentation01": "This wrapper template calls the main-template with maximum configs and the only required parameter (sshPublicKey).",
"documentation02": "For the best-possible performance, highly available, and most Moodle features, other parameters are fixed in this tempalte and overriden as above."
"documentation02": "For the best-possible performance, and highly available. Other parameters are fixed in this tempalte and overriden as above."
}
}
4 changes: 2 additions & 2 deletions azuredeploy-minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/Moodle/master/"
"defaultValue": "https://raw.githubusercontent.com/Azure/LAMP/master/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
Expand Down Expand Up @@ -57,7 +57,7 @@
"documentation01": "This wrapper template calls the main-template with bare minimum configs and the only required parameter (sshPublicKey).",
"documentation02": "To speed up deployment and consume least resources, other parameters are fixed in this tempalte and overriden as follows:",
"documentation03": " - fileServerType: nfs",
"documentation04": " - autoscaleVmSku: Standard_DS1_vs",
"documentation04": " - autoscaleVmSku: Standard_DS1_v2",
"documentation05": " - fileServerDiskCount: 2",
"documentation06": " - dbServerType: mssql",
"documentation07": " - redisDeploySwitch: false"
Expand Down
2 changes: 1 addition & 1 deletion azuredeploy-small2mid-noha.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/Moodle/master/"
"defaultValue": "https://raw.githubusercontent.com/Azure/LAMP/master/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
Expand Down
Loading

0 comments on commit 60595f2

Please sign in to comment.