mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-11-06 06:53:28 +00:00
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;
This commit is contained in:
@@ -32,7 +32,7 @@ sim:
|
|||||||
memory: 1
|
memory: 1
|
||||||
efi_boot: false
|
efi_boot: false
|
||||||
boot:
|
boot:
|
||||||
timeout: 1200
|
timeout: 3600
|
||||||
uses_regex: false
|
uses_regex: false
|
||||||
inherited:
|
inherited:
|
||||||
image:
|
image:
|
||||||
@@ -50,4 +50,51 @@ inherited:
|
|||||||
configuration:
|
configuration:
|
||||||
generator:
|
generator:
|
||||||
driver: null
|
driver: null
|
||||||
|
provisioning:
|
||||||
|
files:
|
||||||
|
- editable: true
|
||||||
|
name: ise-ztp.conf
|
||||||
|
content: |-
|
||||||
|
hostname=inserthostname-here
|
||||||
|
ipv4_addr=<IPv4 address>
|
||||||
|
ipv4_mask=<IPv4 subnet>
|
||||||
|
ipv4_default_gw=<IPv4 gateway address>
|
||||||
|
# IPv6 is optional
|
||||||
|
#ipv6_addr=<IPv6 address>
|
||||||
|
#ipv6_default_gw=<IPv6 gateway address>
|
||||||
|
domain=cisco.com
|
||||||
|
primary_nameserver=<IPv4 address> <--example-8.8.8.8
|
||||||
|
# secondary and tertiary are optional
|
||||||
|
#secondary_nameserver=<IPv4 address>
|
||||||
|
#tertiary_nameserver=<IPv4 address>
|
||||||
|
primary_ntpserver=<IPv4 address or FQDN of the NTP server> <--example-time.google.com
|
||||||
|
#secondary and tertiary are optional
|
||||||
|
#secondary_ntpserver=<IPv4 address or FQDN of the NTP server>
|
||||||
|
#tertiary_ntpserver=<IPv4 address or FQDN of the NTP server>
|
||||||
|
#timezone=<timezone>
|
||||||
|
#ssh=<true/false>
|
||||||
|
username=admin
|
||||||
|
password=Cisc@123
|
||||||
|
# Public Key Authentication configuration is optional
|
||||||
|
#public_key=<Public Key>
|
||||||
|
# Repository Configuration are optional
|
||||||
|
#repository_name=<repository name>
|
||||||
|
#repository_protocol=<repository protocol>
|
||||||
|
#repository_server_name=<IPv4 address>
|
||||||
|
#repository_path=<repository path>
|
||||||
|
# Patch Information - optional
|
||||||
|
#patch=<patch filename>
|
||||||
|
# HotPatches Information - optional
|
||||||
|
#hotpatches=<hotpatch filename,comma separated list>
|
||||||
|
# services - optional
|
||||||
|
#ers=<true/false>
|
||||||
|
#openapi=<true/false>
|
||||||
|
#pxgrid=<true/false>
|
||||||
|
#pxGrid_Cloud=<true/false>
|
||||||
|
# Skipping specific checks
|
||||||
|
#SkipIcmpChecks=<true/false>
|
||||||
|
#SkipDnsChecks=<true/false>
|
||||||
|
#SkipNtpChecks=<true/false>
|
||||||
|
media_type: ext4
|
||||||
|
volume_name: ISE-ZTP
|
||||||
schema_version: 0.0.1
|
schema_version: 0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user