- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Naming with sequences doesn't follow the same sequ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 05:42 AM
06-29-2022 05:42 AM
Naming with sequences doesn't follow the same sequence into the chef integration
In a nutshell, if I create a naming sequence for the deployment, and apply the chef integration with that same sequence, the sequence will be off between the two.
Example:
azlnx${userInitials}dws0${sequence+1}
This may deploy as azlnxtsdws018 for the instance name, but will integrate in chef as azlnxtsdws02.
Does anyone know the reasoning behind why this wouldn’t know why the sequence wouldn’t follow into chef with the same sequence, and is there a point / phase of the deployment that I could perform the deployment and use the real name variable from the instance? It seems that even in post-provision it is still using the sequencing variable. I want to keep the sequencing if possible, but I definitely need them to match across chef and morpheus.
- Tags:
- automation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 12:45 PM
06-29-2022 12:45 PM
Re: Naming with sequences doesn't follow the same sequence into the chef integration
I also attempted to set the variable in an alternate task prior to the boostrap task in the workflow. It is setting the variable but not passing this properly to a chef bootstrap task. Still no luck. If I place the variable in the node location it prompts me upon selecting the workflow with the bootstrap task for the node information. I have tried leaving that empty and specifying the variable with and without quotes to no avail. Today is just not my day I guess…

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 06:13 AM
06-29-2022 06:13 AM
Re: Naming with sequences doesn't follow the same sequence into the chef integration
Actually now that I go back and break it down to the simplest form of creating a catalogue blueprint using the configuration wizard with the sequence naming and including the native chef integration that is known to work outside with non-catalogue items doesn’t even appear to try to bootstrap the instance. This is without adding any additional workflows. Does anyone actually have the native chef integration functional within catalogue items, or are you creating bootstrap tasks for a workflow that you are adding to the catalogue item?