ACC template generation engine
Перейти к файлу
Marius Oprin f80f4ca6eb Remove whitespace from Add-RegistrySettings function
White space is not allowed before the Powershell string terminator.
Fixed formatting.
2019-08-29 13:11:42 +03:00
cmd allow passing public SSH keys from the command line (#13) 2018-10-31 21:53:33 -07:00
docs added support for attached data disks (#36) 2019-04-11 14:11:33 -07:00
parts Remove whitespace from Add-RegistrySettings function 2019-08-29 13:11:42 +03:00
pkg Dxs_v3 VMs work fine with the existing templates 2019-08-28 16:17:49 -07:00
test Save Ubuntu deployment logs as Jenkins Artifacts 2019-08-28 16:16:02 -07:00
vendor
.gitignore
CONTRIBUTING.md
Jenkinsfile Change Jenkinsfile to scripted 2019-06-12 12:18:09 +03:00
LICENSE
Makefile
README.md added documentation (#10) 2018-10-30 21:57:00 -07:00
glide.lock
glide.yaml
main.go
versioning.mk

README.md

Open Enclave Engine - Azure template generator for SGX-capable VMs

The Open Enclave Engine oe-engine generates ARM (Azure Resource Manager) template for SGX-capable virtual machines. oe-engine receives a VM definition file in JSON format and generates an ARM template file and parameters file.

The VM definition file describes properties of the VMs, such as: compute power, OS image, credentials, etc.

Refer to the deployment documentation for more details.

License

MIT