-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshell-definition.yaml
More file actions
65 lines (60 loc) · 1.97 KB
/
shell-definition.yaml
File metadata and controls
65 lines (60 loc) · 1.97 KB
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
60
61
62
63
64
65
tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
template_name: Server Technology PDU Shell 2G
template_author: Quali
template_version: 1.0.0
template_icon: ServerTechnology.png
description: >
This Shell supports Server Technology PDU devices
imports:
- cloudshell_standard: cloudshell_pdu_standard_2_0_1.yaml
node_types:
vendor.switch.Server Technology PDU 2G:
derived_from: cloudshell.nodes.PDU
properties:
Web API Port:
description: Port to use for REST API connection.
type: integer
default: 443
Protocol Scheme:
type: string
default: "https"
description: Switch protocol between HTTP or HTTPS
constraints:
- valid_values: [ http, https]
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
Protocol Scheme:
type: string
default: "https"
description:
constraints:
- valid_values: [ http, https]
Web API Port:
description: Port to use for REST API connection.
default: 443
type: integer
artifacts:
icon:
file: ServerTechnology.png
type: tosca.artifacts.File
driver:
file: ServerTechnologyShell2GDriver.zip
type: tosca.artifacts.File