-
Notifications
You must be signed in to change notification settings - Fork 3
/
pack.yaml
28 lines (28 loc) · 1.13 KB
/
pack.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
# Pack reference. It can only contain lowercase letters, digits and underscores.
# This attribute is only needed if "name" attribute contains special characters.
ref: aoscx
# User-friendly pack name. If this attribute contains spaces or any other special characters, then
# the "ref" attribute must also be specified (see above).
name: Aruba AOS-CX Pack
# User-friendly pack description.
description: Integration pack for Aruba's AOS-CX switch.
# Keywords which are used when searching for packs.
keywords:
- aoscx
- aruba
- 'aos-cx'
# Pack version which must follow semver format (<major>.<minor>.<patch> e.g. 1.0.0)
version: 1.0.2
# A list of major Python versions pack is tested with and works with.
python_versions:
- "3"
# New in StackStorm 3.2
# Specify a list of dependency packs to install. If the pack is in StackStorm Exchange you can use
# the pack name, or you can specify a full Git repository URL. Optionally, you can specify the
# exact version, tag, or branch.
dependencies:
- core
# Name of the pack author.
author: Aruba Networks, a Hewlett-Packard Enterprise company
# Email of the pack author.
email: [email protected]