-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshell-definition.yaml
59 lines (54 loc) · 2.14 KB
/
shell-definition.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
template_name: Breaking Point Static Virtual Chassis Shell
template_author: Quali
template_version: 1.0.0
template_icon: shell-icon.png
description: >
TOSCA based deployed app shell
imports:
- cloudshell_standard: cloudshell_deployed_app_standard_1_0_3.yaml
node_types:
vendor.switch.BP vChassis:
derived_from: cloudshell.nodes.DeployedApp
properties:
vCenter VM:
type: string # optional values: string, integer, float, boolean, cloudshell.datatypes.Password
default:
description: vCenter VM to use in the VM creation. Should include the full path and the vm name, for example QualiFolder/VM121
vCenter Name:
type: string # optional values: string, integer, float, boolean, cloudshell.datatypes.Password
default:
description: The vCenter resource name in CloudShell.
capabilities:
auto_discovery_capability:
type: cloudshell.capabilities.AutoDiscovery
properties:
enable_auto_discovery:
type: boolean
default: true
auto_discovery_description:
type: string
default: Describe the auto discovery
inventory_description:
type: string
default: Describe the resource shell template
User:
description: User with administrative privileges
type: string
Password:
description: The password is required by some CLI protocols such as Telnet and is required according to the device configuration.
type: cloudshell.datatypes.Password
vCenter VM:
description: vCenter VM to use in the VM creation. Should include the full path and the vm name, for example QualiFolder/VM121
type: string
vCenter Name:
description: The vCenter resource name in CloudShell
type: string
artifacts:
icon:
file: shell-icon.png
type: tosca.artifacts.File
driver:
file: BreakingPointStaticVirtualChassisShellDriver.zip
type: tosca.artifacts.File