<?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: Option List for OpenStack Service Plan &amp; Security Groups in HPE Morpheus Enterprise</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250655#M3829</link>
    <description>&lt;P&gt;Try it with Openstack (uppercase O)&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 15:18:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2023-02-08T15:18:25Z</dc:date>
    <item>
      <title>Option List for OpenStack Service Plan &amp; Security Groups</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250652#M3826</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to create option lists for service plans &amp;amp; security groups in an openstack environment. I am using the same for VMware environment as well which is working fine. For OpenStack, it does not load the service plans &amp;amp; security groups.&lt;BR /&gt;
Dependent field is cloud input fieldname.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Service Plans&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;if (input.cloudlist &amp;amp;&amp;amp; input.grouplist) {&lt;BR /&gt;
results.zoneId = input.cloudlist&lt;BR /&gt;
results.siteId = input.grouplist&lt;BR /&gt;
results.provisionTypeCode = “openstack”&lt;BR /&gt;
}&lt;/P&gt;
&lt;P&gt;Translation script&lt;/P&gt;
&lt;P&gt;for (var x = 0; x &amp;lt; data.length; x++) {&lt;BR /&gt;
results.push({name: data&lt;SPAN class="chcklst-box checked fa fa-check-square-o fa-fw"&gt;&lt;/SPAN&gt;.name,value:data&lt;SPAN class="chcklst-box checked fa fa-check-square-o fa-fw"&gt;&lt;/SPAN&gt;.id});&lt;BR /&gt;
}&lt;/P&gt;
&lt;P&gt;**&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="error"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150481i5D87F6CB015DCD19/image-size/large?v=v2&amp;amp;px=2000" role="button" title="ab0a96c810af042db1a98d31898bf9477427f52c.png" alt="ab0a96c810af042db1a98d31898bf9477427f52c.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;
**&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if (input.cloudlist &amp;amp;&amp;amp; input.grouplist) {&lt;BR /&gt;
results.cloudId = input.cloudlist&lt;BR /&gt;
results.groupId = input.grouplist&lt;BR /&gt;
}&lt;/P&gt;
&lt;P&gt;Translation&lt;/P&gt;
&lt;P&gt;if (input.cloudlist &amp;amp;&amp;amp; input.grouplist) {&lt;BR /&gt;
for (var x = 0; x &amp;lt; data.length; x++) {&lt;BR /&gt;
results.push({name: data&lt;SPAN class="chcklst-box checked fa fa-check-square-o fa-fw"&gt;&lt;/SPAN&gt;.name,value:data&lt;SPAN class="chcklst-box checked fa fa-check-square-o fa-fw"&gt;&lt;/SPAN&gt;.externalId});&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 14:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250652#M3826</guid>
      <dc:creator>RJ12</dc:creator>
      <dc:date>2023-02-08T14:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Option List for OpenStack Service Plan &amp; Security Groups</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250653#M3827</link>
      <description>&lt;P&gt;it’s working for me and I have recorded the same, please check if it helps you.&lt;/P&gt;          &lt;VIDEO title="Screen Capture on 2023-02-09 at 14-14-08.mp4" width="" height="" style="max-width:100%" poster="https://cdn-std.droplr.net/previews/7mVQ52.preview_medium.jpg" controls=""&gt;
            &lt;SOURCE src="https://cdn-std.droplr.net/files/acc_1233040/7mVQ52"&gt;
          &lt;/SOURCE&gt;&lt;/VIDEO&gt;</description>
      <pubDate>Thu, 09 Feb 2023 09:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250653#M3827</guid>
      <dc:creator />
      <dc:date>2023-02-09T09:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Option List for OpenStack Service Plan &amp; Security Groups</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250654#M3828</link>
      <description>&lt;P&gt;I tried this as well but not working. The same works for VMware without issues.&lt;/P&gt;
&lt;P&gt;Also I think we need to put all the parameters in request script, only the required ones are must.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 08:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250654#M3828</guid>
      <dc:creator>RJ12</dc:creator>
      <dc:date>2023-02-09T08:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Option List for OpenStack Service Plan &amp; Security Groups</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250655#M3829</link>
      <description>&lt;P&gt;Try it with Openstack (uppercase O)&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 15:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250655#M3829</guid>
      <dc:creator />
      <dc:date>2023-02-08T15:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Option List for OpenStack Service Plan &amp; Security Groups</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250656#M3830</link>
      <description>&lt;P&gt;Dependent field is looking for the customOption field name. Unless you have a customOption/Input on your form with the field name clouds, you are not refreshing that list off of a cloud selection.   Looks like from your above you are needing to make it dependent on fnZones?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 23:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250656#M3830</guid>
      <dc:creator>cbunge</dc:creator>
      <dc:date>2023-02-09T23:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Option List for OpenStack Service Plan &amp; Security Groups</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250657#M3831</link>
      <description>&lt;P&gt;I have custom option for cloud and fieldname for the same in “clouds” (&amp;lt;%=customOptions.clouds%&amp;gt;). It does a refresh but did not find any service plan or security group.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 03:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250657#M3831</guid>
      <dc:creator>RJ12</dc:creator>
      <dc:date>2023-02-10T03:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Option List for OpenStack Service Plan &amp; Security Groups</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250658#M3832</link>
      <description>&lt;P&gt;Service Plan&lt;BR /&gt;
provisionTypeCode should be in number.&lt;BR /&gt;
you can get it from /api/provision-types?code=openstack.&lt;/P&gt;
&lt;P&gt;Security Groups&lt;BR /&gt;
request script should have the below&lt;BR /&gt;
results.siteId = input.fnGroups&lt;BR /&gt;
results.zoneId 	= input.fnZones&lt;BR /&gt;
results.poolId 	= input.fnResourcePools&lt;BR /&gt;
results.networkId = input.fnNetworks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 14:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250658#M3832</guid>
      <dc:creator />
      <dc:date>2023-02-08T14:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Option List for OpenStack Service Plan &amp; Security Groups</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250659#M3833</link>
      <description>&lt;P&gt;&lt;A class="mention" href="https://community.hpe.com/u/vsenthilkarasu"&gt;@vsenthilkarasu&lt;/A&gt;&lt;BR /&gt;
Doing it the same way but still it does not load the value. I am putting the cloud input fieldname as the dependent filed&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="input-securitygroup"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149797iE34E5BB5B019B1CC/image-size/large?v=v2&amp;amp;px=2000" role="button" title="ce683ff7878a5e696a36d613367aec0da4b7fee5.png" alt="ce683ff7878a5e696a36d613367aec0da4b7fee5.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="input-serviceplan"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150062iE8A8E74A9534040B/image-size/large?v=v2&amp;amp;px=2000" role="button" title="3f5ee119126ad11da8e55d3bfe11bf093b2fffe2.png" alt="3f5ee119126ad11da8e55d3bfe11bf093b2fffe2.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="security group"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150402iB440B20F3594999C/image-size/large?v=v2&amp;amp;px=2000" role="button" title="1368b244e08952532037e6a6a0afa76d070d06fd.png" alt="1368b244e08952532037e6a6a0afa76d070d06fd.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="service-plan"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149841iEA0027466DB3FDFD/image-size/large?v=v2&amp;amp;px=2000" role="button" title="7cc2d934e05b23bc0eaee1dd21cf412f80708584.png" alt="7cc2d934e05b23bc0eaee1dd21cf412f80708584.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="catalog"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149438i58F9DCA29BC56093/image-size/large?v=v2&amp;amp;px=2000" role="button" title="a8bbaaf020c3b67001e873858661346c79d1994b.png" alt="a8bbaaf020c3b67001e873858661346c79d1994b.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="provisiontypeid"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149997i96AF355DCAF75A9E/image-size/large?v=v2&amp;amp;px=2000" role="button" title="be74dc14ce90ecc49ce66099e939bc78fa9bffaa.png" alt="be74dc14ce90ecc49ce66099e939bc78fa9bffaa.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 10:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/option-list-for-openstack-service-plan-security-groups/m-p/7250659#M3833</guid>
      <dc:creator>RJ12</dc:creator>
      <dc:date>2023-02-09T10:41:34Z</dc:date>
    </item>
  </channel>
</rss>

