-
Notifications
You must be signed in to change notification settings - Fork 166
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
Document and facilitate t-shirt size deployments #36
Comments
I've added |
…top and grouping logically). Add more detailed descriptions for most parameters. See #36)
This is partially addressed in the tshirt-sizing branch. More refinement/improvement should be done before releasing it to master. |
Even though the tshirt-sizing branch merge added some tshirt-sizing recommendation into the master branch of the repo, it's still somewhat vague and the recommended SKU choices may be somewhat ambiguous. We'd like to have some more concrete recommendations (e.g., SKU types, number of VMSS instances, ...) for specific workloads and/or use cases. Eventually, it'd be desirable to provide some spreadsheet-like application that'll allow users to fill in some form characterizing use cases and/or workloads and generate recommended configurations (SKU types, VMSS instance count, HA option, DB size, ...). |
@hosungsmsft two questions:
|
I think it is important to keep this very simple at this point. There is no need to use "new Excel api's" when a simple excel sheet would suffice. Similarly, integrating the rate card API would be interesting but I would see that as a stretch goal. Lets stay focused on doing a simple experiment now to see if it is even possible to build something useful. Here's my suggestion:
In terms of implementation, whatever is easiest at this point. Lets consider this a PoC. If an Excel sheet is chosen then something like: Sheet 1: Data input for the variables in point 1 (above) + a bunch of lookup formula for point 3 (above) The lookup formula would be:
This tool should be built in such a way that whenever we do more load testing we can add those results to the tool and gradually improve the lookups. However, we should not try to do anything beyond simple lookups unless someone on the team has appropriate experience. |
In #29 and #32 we added the ability to configure the deployment of the elasticsearch VMs and O365 Plugins, There are also a number of other configuration options not currently exposed via the default
azuredeploy.parameters.json
file.We need to document these options clearly and provide some example "t-shirt size" configurations to guide users. That is, what configuration should be used for "5000 students", "10000 students", "25000 students' etc.
The text was updated successfully, but these errors were encountered: