page_type | languages | products | description | |||
---|---|---|---|---|---|---|
sample |
|
|
This repo contains the code for the provisioning of the resources necessary to execute a DevOps OpenHack event. |
This repo contains the code for the provisioning of the resources necessary to execute a DevOps OpenHack event. The relevant code individual teams use (i.e. the APIs) to complete their challenges can be found in the DevOps OpenHack Team repository.
The components are organized by folders which contain the following:
- provision-team - code to support the provisioning of a complete team environment.
- simulator - simulates traffic to the SQL database the APIs use for every team's environment.
- tripviewer - the team website that your customers are using to review their driving scores and trips which are being simulated against the APIs.
Go to the root of these folders to see a readme with deeper information on each component.
- Bash Shell
- Azure CLI
- sqlcmd & bcp
- An Azure Subscription
Deploy a team environment using the deploy.sh
script and the guidance included in the provision-team directory.
For troubleshooting or answers to common questions, please read the FAQ.