ACC template generation engine
Перейти к файлу
Paul Allen a8d135b2b6
Merge pull request #77 from vtikoo/use-cfg-version
use .cfg version file for dcap driver
2020-04-30 19:53:09 -07:00
cmd allow passing public SSH keys from the command line (#13) 2018-10-31 21:53:33 -07:00
docs fix typo 2020-05-01 01:46:36 +00:00
parts use .cfg version file for dcap driver 2020-04-30 22:57:59 +00:00
pkg Address PR feedback by adding missing sizes and clarifying comment 2020-02-21 11:52:04 +00:00
test Fix Jenkins CI pipelines 2020-02-20 16:21:00 +00:00
vendor Delete server.key 2019-10-16 11:54:32 -07:00
.gitignore Initial commit based on dcos-engine (#1) 2018-09-04 16:43:54 -07:00
CONTRIBUTING.md added multi-VM support (#9) 2018-10-30 09:39:06 -07:00
Jenkinsfile Fix Jenkins CI pipelines 2020-02-20 16:21:00 +00:00
LICENSE Initial commit 2018-08-27 19:20:38 -07:00
Makefile Initial commit based on dcos-engine (#1) 2018-09-04 16:43:54 -07:00
README.md added documentation (#10) 2018-10-30 21:57:00 -07:00
glide.lock updated vendor dependencies 2018-09-06 05:50:58 +00:00
glide.yaml Initial commit based on dcos-engine (#1) 2018-09-04 16:43:54 -07:00
main.go added multi-VM support (#9) 2018-10-30 09:39:06 -07:00
versioning.mk Initial commit based on dcos-engine (#1) 2018-09-04 16:43:54 -07:00

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