<?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: cloud-init in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/cloud-init/m-p/4959849#M8747</link>
    <description>&lt;P&gt;You can see a good example of what you are trying to do here: &lt;A href="https://github.com/CiscoDevNet/terraform-sdwan/blob/master/vmware/examples/v20.7-day0.example" target="_blank"&gt;https://github.com/CiscoDevNet/terraform-sdwan/blob/master/vmware/examples/v20.7-day0.example&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 12:07:02 GMT</pubDate>
    <dc:creator>Torbjørn</dc:creator>
    <dc:date>2023-11-15T12:07:02Z</dc:date>
    <item>
      <title>cloud-init</title>
      <link>https://community.cisco.com/t5/network-platform-api/cloud-init/m-p/4959841#M8746</link>
      <description>&lt;P&gt;I am trying to automate cml lab topologies with Day0 configs using&amp;nbsp;cloud-init files e.g.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ph"&gt;#cloud-config&lt;BR /&gt;vinitparam:&lt;BR /&gt;- format-partition: 1&lt;BR /&gt;- vbond: 10.10.10.10&lt;BR /&gt;- host-name: vmanage&lt;BR /&gt;- org: virtual.lab&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ph"&gt;but it seems that for 20.5.1 there is a new option for persona&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ph"&gt;Re-enter password: admin&lt;BR /&gt;1) COMPUTE_AND_DATA&lt;BR /&gt;2) DATA&lt;BR /&gt;3) COMPUTE&lt;BR /&gt;Select persona for vManage [1,2 or 3]: 1&lt;BR /&gt;You chose persona COMPUTE_AND_DATA (1)&lt;BR /&gt;Are you sure? [y/n] y&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ph"&gt; and you have to use the netconf format, &lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="flex flex-grow flex-col max-w-full gap-3 gizmo:gap-0"&gt;
&lt;DIV class="min-h-[20px] text-message peer flex flex-col items-start gap-3 whitespace-pre-wrap break-words peer-[.text-message]:mt-5 overflow-x-auto" data-message-author-role="user" data-message-id="aaa212ab-1523-471d-b493-929d113f3d17"&gt;
&lt;DIV class=""&gt;&lt;LI-CODE lang="markup"&gt;#cloud-config
write_files:
- path: /etc/viptela/uuid
  content: 0d19c475-7ca9-949e-eaeb-c8536e37113a
- path: /etc/viptela/otp
  content: 942da71eca4b4deebaab6464910094f2
- path: /etc/confd/init/zcloud-init-vbond.xml
  content: |
    &amp;lt;config xmlns="http://tail-f.com/ns/config/1.0"&amp;gt;
      &amp;lt;system xmlns="http://viptela.com/system"&amp;gt;
        &amp;lt;personality&amp;gt;vedge&amp;lt;/personality&amp;gt;
        &amp;lt;vbond&amp;gt;
          &amp;lt;remote&amp;gt;10.10.10.10&amp;lt;/remote&amp;gt;
        &amp;lt;/vbond&amp;gt;
      &amp;lt;/system&amp;gt;
    &amp;lt;/config&amp;gt;
- path: /etc/confd/init/zcloud-init-org.xml
  content: |
    &amp;lt;config xmlns="http://tail-f.com/ns/config/1.0"&amp;gt;
      &amp;lt;system xmlns="http://viptela.com/system"&amp;gt;
        &amp;lt;personality&amp;gt;vedge&amp;lt;/personality&amp;gt;
        &amp;lt;organization-name&amp;gt;some-org&amp;lt;/organization-name&amp;gt;
      &amp;lt;/system&amp;gt;
    &amp;lt;/config&amp;gt;&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="flex justify-between empty:hidden gizmo:justify-start gizmo:gap-3 lg:block gizmo:lg:flex"&gt;
&lt;DIV class="text-gray-400 flex self-end lg:self-center justify-center gizmo:lg:justify-start mt-2 gizmo:mt-0 visible gap-1"&gt;&lt;SPAN class="ph"&gt;can anyone please point me in the right direction so that I can get the correct&amp;nbsp;cloud-config info and format automate sdwan?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Nov 2023 11:53:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/cloud-init/m-p/4959841#M8746</guid>
      <dc:creator>sybrand struwig</dc:creator>
      <dc:date>2023-11-15T11:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: cloud-init</title>
      <link>https://community.cisco.com/t5/network-platform-api/cloud-init/m-p/4959849#M8747</link>
      <description>&lt;P&gt;You can see a good example of what you are trying to do here: &lt;A href="https://github.com/CiscoDevNet/terraform-sdwan/blob/master/vmware/examples/v20.7-day0.example" target="_blank"&gt;https://github.com/CiscoDevNet/terraform-sdwan/blob/master/vmware/examples/v20.7-day0.example&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 12:07:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/cloud-init/m-p/4959849#M8747</guid>
      <dc:creator>Torbjørn</dc:creator>
      <dc:date>2023-11-15T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: cloud-init</title>
      <link>https://community.cisco.com/t5/network-platform-api/cloud-init/m-p/4959858#M8748</link>
      <description>&lt;P&gt;ah shucks I need to buy you a beer&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 12:18:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/cloud-init/m-p/4959858#M8748</guid>
      <dc:creator>sybrand struwig</dc:creator>
      <dc:date>2023-11-15T12:18:29Z</dc:date>
    </item>
  </channel>
</rss>

