forked from msinhore/cloudstack-firecracker-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
35 lines (27 loc) · 827 Bytes
/
Copy pathmanifest.yml
File metadata and controls
35 lines (27 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
apiVersion: cloudstack.apache.org/v1
kind: OrchestratorExtension
metadata:
name: firecracker
displayName: Firecracker Extension
description: >
External orchestrator extension that integrates Firecracker microVMs
with Apache CloudStack via the Orchestrator Extension Framework.
version: 0.1.0
maintainer: "Marco Sinhoreli <msinhore@gmail.com>"
homepage: "https://github.com/msinhore/cloudstack-firecracker-extension"
source:
type: git
url: "https://github.com/msinhore/cloudstack-firecracker-extension"
refs: "main"
spec:
type: Orchestrator
compatibility:
cloudstack:
minVersion: 4.23.0
entrypoint:
path: firecracker.py
targetDir: /usr/share/cloudstack-management/extensions/firecracker
orchestrator:
requiresPrepareVm: false
enabled: true
customActions: []