<?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: Variable: ${platform} display unknow when provisioning in HPE Morpheus Enterprise Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248876#M2050</link>
    <description>&lt;P&gt;It seems that if you deploy a VMware instance type and select a Windows image in the provisioning wizard, it always picks up ‘L’ regardless of the platform. Does this sound like a bug?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 09:41:07 GMT</pubDate>
    <dc:creator>dgaharwar</dc:creator>
    <dc:date>2025-01-10T09:41:07Z</dc:date>
    <item>
      <title>Variable: ${platform} display unknow when provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248875#M2049</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I’m trying to generate instances with autogenerate names based on the platform type has shown in the documentation in the pre-provision vars :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.morpheusdata.com/en/latest/troubleshooting/Variables_Examples.html?highlight=variable" class="onebox" target="_blank" rel="noopener nofollow ugc"&gt;https://docs.morpheusdata.com/en/latest/troubleshooting/Variables_Examples.html?highlight=variable&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I tried this :  ${tenant}S${platform == ‘windows’ ? ‘W’:‘L’}P${sequence.toString().padLeft(3,‘0’)}&lt;/P&gt;
&lt;P&gt;For ${platform == ‘windows’ ? ‘W’:‘L’} i get always a L even if it’s windows.&lt;/P&gt;
&lt;P&gt;I then provisioned an instance with only  ${tenant}S${platform}P${sequence.toString().padLeft(3,‘0’)} with the following result :  EC98unknowP004&lt;/P&gt;
&lt;P&gt;Do you know how to resolve this ?&lt;/P&gt;
&lt;P&gt;Kr,&lt;/P&gt;
&lt;P&gt;LBO&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 08:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248875#M2049</guid>
      <dc:creator>Greate_IT</dc:creator>
      <dc:date>2025-01-10T08:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Variable: ${platform} display unknow when provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248876#M2050</link>
      <description>&lt;P&gt;It seems that if you deploy a VMware instance type and select a Windows image in the provisioning wizard, it always picks up ‘L’ regardless of the platform. Does this sound like a bug?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 09:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248876#M2050</guid>
      <dc:creator>dgaharwar</dc:creator>
      <dc:date>2025-01-10T09:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Variable: ${platform} display unknow when provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248877#M2051</link>
      <description>&lt;P&gt;If you are using custom images, ensure that the OS type has been specified on the Morpheus virtual image settings. I think platform is derived from that.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 09:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248877#M2051</guid>
      <dc:creator>Ollie-Phillips</dc:creator>
      <dc:date>2025-01-10T09:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variable: ${platform} display unknow when provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248878#M2052</link>
      <description>&lt;P&gt;&lt;A class="mention" href="https://community.hpe.com/u/dgaharwar"&gt;@dgaharwar&lt;/A&gt; I think the logic is working but the platform is not being read as “windows”, because it is unknown/null, so it uses the or/else case which is  “L”&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 09:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248878#M2052</guid>
      <dc:creator>Ollie-Phillips</dc:creator>
      <dc:date>2025-01-10T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Variable: ${platform} display unknow when provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248879#M2053</link>
      <description>&lt;P&gt;Platform needs to be interpretted off of the Node type connected to a Layout. If you use a generic cloud type provisioning (VMware, Azure, SCVMM, etc) there is no direct Node type associated with that Layout and it defaults to the else.&lt;/P&gt;
&lt;P&gt;You must create a custom Instance Type, Layout, and Node Type for this to be decipherable.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 12:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248879#M2053</guid>
      <dc:creator>cbunge</dc:creator>
      <dc:date>2025-01-10T12:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Variable: ${platform} display unknow when provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248880#M2054</link>
      <description>&lt;P&gt;&lt;A class="mention" href="https://community.hpe.com/u/ollie_phillips"&gt;@Ollie_Phillips&lt;/A&gt; I’ve configured the image type as windows for Windows 2019 core template synced via vware.&lt;/P&gt;
&lt;P&gt;Set the name in the catalogue to display the platform in the instance name and this is still unknow.&lt;/P&gt;
&lt;P&gt;Check bellow&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture d"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149792iA79F1DD9017194BB/image-size/large?v=v2&amp;amp;px=2000" role="button" title="4e3f0a09b4a121a94be766653dc1a9034f442347.png" alt="4e3f0a09b4a121a94be766653dc1a9034f442347.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 10:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/variable-platform-display-unknow-when-provisioning/m-p/7248880#M2054</guid>
      <dc:creator>Greate_IT</dc:creator>
      <dc:date>2025-01-10T10:42:40Z</dc:date>
    </item>
  </channel>
</rss>

