ACC template generation engine
Перейти к файлу
microsoft-github-policy-service[bot] 34e2e5dd9b
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 19:29:33 +00: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
SECURITY.md Microsoft mandatory file 2023-06-02 18:32:17 +00: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