forked from CiscoDevNet/cloud-cml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
73 lines (67 loc) · 1.55 KB
/
config.yml
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
66
67
68
69
70
71
72
73
#
# This file is part of Cisco Modeling Labs
# Copyright (c) 2019-2023, Cisco Systems, Inc.
# All rights reserved.
#
aws:
region: region-goes-here
bucket: bucket-name-goes-here
flavor: m5zn.metal
profile: permission-profile-goes-here
key_name: ssh-key-name-goes-here
disk_size: 64
hostname: cml-controller
app:
user: admin
pass: your-secret-password
# need to escape special chars:
# pass: '\"!@$%'
deb: cml2_2.6.0-5_amd64.deb
# list must have at least ONE element, this is what the dummy is for in case
# 00- and 01- are commented out!
customize:
# - 00-patch_vmx.sh
# - 01-patty.sh
- 99-dummy.sh
sys:
user: sysadmin
pass: your-secret-password
license:
flavor: CML_Enterprise
token: your-smart-licensing-token
# unless you have additional nodes, leave this at zero
nodes: 0
# select the ones needed by un-/commenting them. The selected
# reference platforms will be copied from the specified bucket
# and must be available prior to starting an instance.
refplat:
definitions:
- alpine
- alpine-trex
- alpine-wanem
- asav
- cat8000v
- cat9000v-s1
- csr1000v
- desktop
- iosv
- iosvl2
- iosxrv9000
- nxosv9000
- server
- ubuntu
images:
- alpine-3-16-2-base
- alpine-3-16-2-trex
- alpine-3-16-2-wanem
- asav-9-18-2
- cat8000v-17-09-01a
- cat9000v-s1-17.10.01prd7
- csr1000v-17-03-06
- desktop-3-16-2-xfce
- iosv-159-3-m6
- iosvl2-2020
- iosxrv9000-7-7-1
- nxosv9300-10-3-1-f
- server-tcl-13-1
- ubuntu-22-04-20221028