Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

DevOps OpenHack Proctor environment code and provisioning scripts

License

Notifications You must be signed in to change notification settings

Azure-Samples/openhack-devops-proctor

Repository files navigation

page_type languages products description
sample
csharp
sql
azure
This repo contains the code for the provisioning of the resources necessary to execute a DevOps OpenHack event.

DevOps OpenHack Proctor Repository

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.

Components

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.

Getting Started

Prerequisites

High-Level Installation Flow

Deploy a team environment using the deploy.sh script and the guidance included in the provision-team directory.

Resources

For troubleshooting or answers to common questions, please read the FAQ.