HPE Morpheus Enterprise Software
1856403 Members
8280 Online
104112 Solutions
New Discussion

Re: Inputs on catalog item

 
Not applicable

Inputs on catalog item

{
“hostName”: “<%=customOptions.Servername %>”,
“backup”: {

This does not put the server in when goes to provisioning . What is the correct format ?

2 REPLIES 2
dgaharwar
Trusted Contributor

Re: Inputs on catalog item

@cna After correcting the customOptions variable for the instance name in your catalog config, this should resolve.

KoreyG
HPE Pro

Re: Inputs on catalog item

Hello @cna,

I hope you are well! The format you are using looks correct. I’d verify your field name on the input matches the field name after customOptions. I see there is a capital letter in this example, case will matter, if it is not exact.

Also, note that hostName will set the name for the server and in the OS. For the instance, you should set the name field also, if that is your intention. As well, you can also use naming variables, so the users don’t need to enter anything for the name.

Here are some documentation links that might help: