<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DAY-0 BOOTSTRAP CONFIGURATION FOR ISR VM HOSTED ON ENCS in Tools</title>
    <link>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527726#M2635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Santiago and Abhi point out, you're probably in the wrong community, as this seems unrelated to the YANG Developer Kit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, since you seem to be automating ENFV, did you look at the following solutions?&lt;/P&gt;&lt;P&gt;* DNA Center: www.cisco.com/go/enfv&lt;/P&gt;&lt;P&gt;*&amp;nbsp; &lt;A href="https://community.cisco.com/videos/16676"&gt; Video Link : 16676&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* &lt;A href="https://www.cisco.com/c/en/us/solutions/service-provider/virtual-managed-services/index.html" title="https://www.cisco.com/c/en/us/solutions/service-provider/virtual-managed-services/index.html"&gt;Virtual Managed Services (VMS) - Cisco&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2018 16:06:04 GMT</pubDate>
    <dc:creator>KJ Rossavik</dc:creator>
    <dc:date>2018-04-12T16:06:04Z</dc:date>
    <item>
      <title>DAY-0 BOOTSTRAP CONFIGURATION FOR ISR VM HOSTED ON ENCS</title>
      <link>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527722#M2631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been able to successfully deploy various VMs via REST API on the NFVIS-based ENCS platform.&amp;nbsp; I've not however been able to deploy the VM with a bootstrapped configuration.&amp;nbsp; My python script appears as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import requests&lt;/P&gt;&lt;P&gt;from requests.auth import HTTPBasicAuth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;url = ('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://x.x.x.x/api/config/vm_lifecycle/tenants/tenant/admin/deployments" rel="nofollow" target="_blank"&gt;https://x.x.x.x/api/config/vm_lifecycle/tenants/tenant/admin/deployments&lt;/A&gt;&lt;SPAN&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;headers = {'Content-type': 'application/vnd.yang.data+html', 'Accept': &lt;SPAN style="font-size: 13.3333px;"&gt;'application/vnd.yang.data+html'}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;content = open('&lt;STRONG&gt;dayzeroisr.cfg&lt;/STRONG&gt;', 'rb').read()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;config = requests.post(url, verify=False, auth=HTTPBasicAuth('user','password'), headers=headers, data=content)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;print config.content&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The &lt;STRONG&gt;dayzeroisr.cfg&lt;/STRONG&gt; file from which this python script reads, has all of the appropriate html tags with a section called &amp;lt;data&amp;gt;, which has a cut-n-pasted configuration from a working ISR.&amp;nbsp; When the Python script is run, it successfully deploys the VM onto the ENCS platform, however the VM doesn't boot with the configuration specified between the &amp;lt;data&amp;gt;&amp;lt;/data&amp;gt; tags.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Has anyone successfully gotten this feature to work?&amp;nbsp; Please assist!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 19:21:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527722#M2631</guid>
      <dc:creator>allenvose</dc:creator>
      <dc:date>2017-12-29T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: DAY-0 BOOTSTRAP CONFIGURATION FOR ISR VM HOSTED ON ENCS</title>
      <link>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527723#M2632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Posted in wrong community?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 01:19:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527723#M2632</guid>
      <dc:creator>saalvare</dc:creator>
      <dc:date>2018-02-07T01:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: DAY-0 BOOTSTRAP CONFIGURATION FOR ISR VM HOSTED ON ENCS</title>
      <link>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527724#M2633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question was never answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the following:&lt;/P&gt;&lt;P&gt;When creating a VM package to include QCOW2 image and supporting files, there is the option to include a configuration file, with tagged variables seeding the configuration.&amp;nbsp; That particular configuration file (named bootstrap-config or day0-config) should be referenced as an API feeds the variables for each deployment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not been able to get this to successfully work.&amp;nbsp; Does anyone at all have a working model with instructions?&amp;nbsp; It's important as I'm in a competition for NFV capabilities with other vendors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 15:18:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527724#M2633</guid>
      <dc:creator>allenvose</dc:creator>
      <dc:date>2018-04-12T15:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAY-0 BOOTSTRAP CONFIGURATION FOR ISR VM HOSTED ON ENCS</title>
      <link>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527725#M2634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't know the answer. This community is meant for discussion about YDK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 15:37:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527725#M2634</guid>
      <dc:creator>abhirame</dc:creator>
      <dc:date>2018-04-12T15:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: DAY-0 BOOTSTRAP CONFIGURATION FOR ISR VM HOSTED ON ENCS</title>
      <link>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527726#M2635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Santiago and Abhi point out, you're probably in the wrong community, as this seems unrelated to the YANG Developer Kit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, since you seem to be automating ENFV, did you look at the following solutions?&lt;/P&gt;&lt;P&gt;* DNA Center: www.cisco.com/go/enfv&lt;/P&gt;&lt;P&gt;*&amp;nbsp; &lt;A href="https://community.cisco.com/videos/16676"&gt; Video Link : 16676&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* &lt;A href="https://www.cisco.com/c/en/us/solutions/service-provider/virtual-managed-services/index.html" title="https://www.cisco.com/c/en/us/solutions/service-provider/virtual-managed-services/index.html"&gt;Virtual Managed Services (VMS) - Cisco&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:06:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/day-0-bootstrap-configuration-for-isr-vm-hosted-on-encs/m-p/3527726#M2635</guid>
      <dc:creator>KJ Rossavik</dc:creator>
      <dc:date>2018-04-12T16:06:04Z</dc:date>
    </item>
  </channel>
</rss>

