ACC template generation engine
Перейти к файлу
John Kordich 874b4ad7a9 Simplify windowsProvision.ps1. 2019-08-29 15:57:01 -07: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 Simplify windowsProvision.ps1. 2019-08-29 15:57:01 -07:00
pkg Modifying the default Windows image to 2019 2019-07-29 15:33:06 -07:00
test Update azuredeploy.parameters.json 2019-07-29 16:40:47 -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