Skip to content

Commit 2d3049f

Browse files
SIMPLE-7648: Added configuration to the ISE node definition (#62)
* SIMPLE-7648: Added configuration to the ISE node definition * Added Windows 11 node-definition from simple. * Fixed typo * Update ise.yaml Updated some of the parameters of the config content; Commented all parameters which are not required to run ISE; For some parameters kept the <...> description but added a sample input to help fill them in;
1 parent c30265c commit 2d3049f

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

node-definitions/cisco/ise/ise.yaml

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sim:
3232
memory: 1
3333
efi_boot: false
3434
boot:
35-
timeout: 1200
35+
timeout: 3600
3636
uses_regex: false
3737
inherited:
3838
image:
@@ -50,4 +50,51 @@ inherited:
5050
configuration:
5151
generator:
5252
driver: null
53+
provisioning:
54+
files:
55+
- editable: true
56+
name: ise-ztp.conf
57+
content: |-
58+
hostname=inserthostname-here
59+
ipv4_addr=<IPv4 address>
60+
ipv4_mask=<IPv4 subnet>
61+
ipv4_default_gw=<IPv4 gateway address>
62+
# IPv6 is optional
63+
#ipv6_addr=<IPv6 address>
64+
#ipv6_default_gw=<IPv6 gateway address>
65+
domain=cisco.com
66+
primary_nameserver=<IPv4 address> <--example-8.8.8.8
67+
# secondary and tertiary are optional
68+
#secondary_nameserver=<IPv4 address>
69+
#tertiary_nameserver=<IPv4 address>
70+
primary_ntpserver=<IPv4 address or FQDN of the NTP server> <--example-time.google.com
71+
#secondary and tertiary are optional
72+
#secondary_ntpserver=<IPv4 address or FQDN of the NTP server>
73+
#tertiary_ntpserver=<IPv4 address or FQDN of the NTP server>
74+
#timezone=<timezone>
75+
#ssh=<true/false>
76+
username=admin
77+
password=Cisc@123
78+
# Public Key Authentication configuration is optional
79+
#public_key=<Public Key>
80+
# Repository Configuration are optional
81+
#repository_name=<repository name>
82+
#repository_protocol=<repository protocol>
83+
#repository_server_name=<IPv4 address>
84+
#repository_path=<repository path>
85+
# Patch Information - optional
86+
#patch=<patch filename>
87+
# HotPatches Information - optional
88+
#hotpatches=<hotpatch filename,comma separated list>
89+
# services - optional
90+
#ers=<true/false>
91+
#openapi=<true/false>
92+
#pxgrid=<true/false>
93+
#pxGrid_Cloud=<true/false>
94+
# Skipping specific checks
95+
#SkipIcmpChecks=<true/false>
96+
#SkipDnsChecks=<true/false>
97+
#SkipNtpChecks=<true/false>
98+
media_type: ext4
99+
volume_name: ISE-ZTP
53100
schema_version: 0.0.1

0 commit comments

Comments
 (0)