<?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 Create BD with shared context in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/create-bd-with-shared-context/m-p/3899492#M377</link>
    <description>&lt;P&gt;I'm trying to use the ACI Toolkit to create a bunch of EPGs and to extend them out a L2Out.&amp;nbsp; I have most of it working but I'm having issues with the add_context module.&amp;nbsp; I want to be able to add a context from the common tenant to the BD but I can't seem to be able to.&amp;nbsp; I have:&lt;/P&gt;&lt;P&gt;Common_Tenant = aci.Tenant('common')&lt;BR /&gt;context = aci.Context('common/vrfName',Common_Tenant)&lt;BR /&gt;bd.add_context(context)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;context = aci.Context('common/vrfName')&lt;BR /&gt;bd.add_context(context)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;but those result in an error about 'rsctx failed validation for value'&lt;/P&gt;&lt;P&gt;I have also tried:&lt;/P&gt;&lt;P&gt;Common_Tenant = aci.Tenant('common')&lt;BR /&gt;context = aci.Context('vrfName', Common_Tenant)&lt;BR /&gt;bd.add_context(context)&lt;/P&gt;&lt;P&gt;But this results in the BD being added to vrfName but it fails to resolve&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;context = aci.Context('vrfName')&lt;BR /&gt;bd.add_context(context)&lt;/P&gt;&lt;P&gt;But this results in the BD being added to vrfName in a newly created vrf in the same tenant.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 18:52:13 GMT</pubDate>
    <dc:creator>mmacdonald70</dc:creator>
    <dc:date>2019-07-29T18:52:13Z</dc:date>
    <item>
      <title>Create BD with shared context</title>
      <link>https://community.cisco.com/t5/controllers/create-bd-with-shared-context/m-p/3899492#M377</link>
      <description>&lt;P&gt;I'm trying to use the ACI Toolkit to create a bunch of EPGs and to extend them out a L2Out.&amp;nbsp; I have most of it working but I'm having issues with the add_context module.&amp;nbsp; I want to be able to add a context from the common tenant to the BD but I can't seem to be able to.&amp;nbsp; I have:&lt;/P&gt;&lt;P&gt;Common_Tenant = aci.Tenant('common')&lt;BR /&gt;context = aci.Context('common/vrfName',Common_Tenant)&lt;BR /&gt;bd.add_context(context)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;context = aci.Context('common/vrfName')&lt;BR /&gt;bd.add_context(context)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;but those result in an error about 'rsctx failed validation for value'&lt;/P&gt;&lt;P&gt;I have also tried:&lt;/P&gt;&lt;P&gt;Common_Tenant = aci.Tenant('common')&lt;BR /&gt;context = aci.Context('vrfName', Common_Tenant)&lt;BR /&gt;bd.add_context(context)&lt;/P&gt;&lt;P&gt;But this results in the BD being added to vrfName but it fails to resolve&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;context = aci.Context('vrfName')&lt;BR /&gt;bd.add_context(context)&lt;/P&gt;&lt;P&gt;But this results in the BD being added to vrfName in a newly created vrf in the same tenant.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 18:52:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/create-bd-with-shared-context/m-p/3899492#M377</guid>
      <dc:creator>mmacdonald70</dc:creator>
      <dc:date>2019-07-29T18:52:13Z</dc:date>
    </item>
  </channel>
</rss>

