Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
CMP Static IP parameters in Resource Block - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • CMP Static IP parameters in Resource Block
KB0722469

CMP Static IP parameters in Resource Block


678 Views Last updated : Jul 24, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

Description

Cloud  Management Platform, Cloud providers like AWS and Azure will only support Dynamic IP assignment, hence CMP is designed in OOB support to pass the parameters at ResourceBlock level for DHCP by default.

Vcenter datacenter, OpenStack or any other Linux based Cloud vendors, might also need to have behavior from CMP to choose the type of Network IP assignment either Dynamic or Static, this article will demonstrate on how to pass the parameters to have a Static IP address at Blueprint so the Stack provision with Static IP.

Release

  • Kingston
  • London

Environment

Cloud Management Platform V2

Procedure

  1. Impersonate to a user who has privileges to create/edit a blueprint (sn_smp_cloud_admin or sn_cmp_service_designer)
  2. Verification: 
    • Navigate to "cmdb_ci_cmp_cloud_account_list.do" and make sure there is one Cloud account available
      • https://<instance-name>.service-now.com/cmdb_ci_cmp_cloud_account_list.do?sysparm_list_mode=grid&sysparm_query=&sysparm_offset=
    • Navigate to "cmdb_ci_vcenter_datacenter_list.do" and verify one Vcenter Datacenter is available 
      • https://<instance-name>.service-now.com/cmdb_ci_vcenter_datacenter_list.do?sysparm_list_mode=grid&sysparm_query=&sysparm_offset=
  3. Navigate to Cloud Admin Portal > Design > Blueprint > Create new
  4. Blueprint resources > Datacenter, Virtual Machine and Blueprint container
  5. Once the Blueprint created > Select Operations > Select Provision > Click on Virtual Server Operations.

  6. Once clicked on Provision for Virtual server Right side we can the input parameters
  7. Input parameters verify for the IPAddress entry
  8. By default, the IPaddress parameter is "${parameter.Virtual_Server_IPAddress}" which represents to have Dynamic
  9. Change the IPAddress parameter
    • from: ${parameter.Virtual_Server_IPAddress}
    • to: IPAssignMode=pre;IPAddress=0.0.0.0;Netmask=255.255.255.0;Gateway=0.0.0.0;DNS1=0.0.0.0;DNS2=0.0.0.0;MacAddress=

Note : All the above details must need be passed as parameters at Blueprint, and the Blueprint need to published successfully so the ResourceBlock would store the details, it will not be possible to enter these details  before provision the stack at User Portal launching the stack as the Static IP mechanism is not supported by CMP code yet.   

  • Save the Input Parameter
  • Publish the catalog 
  • Navigate to Cloud User Portal and  provision the VM 
  • Log into the  newly provisioned VM and verify the Static Parameters 

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.