cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
457
Views
0
Helpful
0
Replies

ESC Help - Trying to pass OVF Properties to configure Day0 FTD Config

edmcnich
Cisco Employee
Cisco Employee

So I have a lab running ESC 4.4 and trying to automate deployment of FTDv and FMCv VNFs. At this point, I am just trying to get FTDv up and on management, but am having problems passing ovf properties via ESC to configure day0. I have tried passing the properties in 2 ways:

 

1) Inline data via the deployment XML (I know this isn't in the right format, but I don't know what the right format is?):

<config_data>
<configuration>
<dst>ovfProperty:dns1</dst>
<data>172.16.2.11</data>
</configuration>
<configuration>
<dst>ovfProperty:firewallmode</dst>
<data>routed</data>
</configuration>

</config_data>

 

2) I have also tried to pass it via file:

<configuration>
<dst>day0-config</dst>
<file>file://tmp/ftd-day0-cdrom.txt</file>
</configuration>
</config_data>

 

Here is the OVF Settings from the Environment:

<?xml version="1.0" encoding="UTF-8"?>
<Environment
xmlns="http://schemas.dmtf.org/ovf/environment/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"
xmlns:ve="http://www.vmware.com/schema/ovfenv"
oe:id=""
ve:vCenterId="vm-428">
<PlatformSection>
<Kind>VMware ESXi</Kind>
<Version>6.5.0</Version>
<Vendor>VMware, Inc.</Vendor>
<Locale>en</Locale>
</PlatformSection>
<PropertySection>
<Property oe:key="dns1" oe:value="172.16.2.11"/>
<Property oe:key="dns2" oe:value=""/>
<Property oe:key="dns3" oe:value=""/>
<Property oe:key="firewallmode" oe:value="routed"/>
<Property oe:key="fqdn" oe:value="ftdv-test-day0"/>
<Property oe:key="ipv4.addr" oe:value="172.16.2.30"/>
<Property oe:key="ipv4.gw" oe:value="172.16.2.1"/>
<Property oe:key="ipv4.how" oe:value="Manual"/>
<Property oe:key="ipv4.mask" oe:value="255.255.255.0"/>
<Property oe:key="ipv6.addr" oe:value=""/>
<Property oe:key="ipv6.gw" oe:value=""/>
<Property oe:key="ipv6.how" oe:value="Disabled"/>
<Property oe:key="ipv6.mask" oe:value=""/>
<Property oe:key="manageLocally" oe:value="No"/>
<Property oe:key="mgr" oe:value="172.16.2.23"/>
<Property oe:key="pw" oe:value=""/>
<Property oe:key="regNAT" oe:value=""/>
<Property oe:key="regkey" oe:value="12345"/>
<Property oe:key="searchdomains" oe:value=""/>
</PropertySection>
<ve:EthernetAdapterSection>
</ve:EthernetAdapterSection>
</Environment>

 

Any help would be greatly appreciated, since I have been banging my head on this for a week now.

0 Replies 0