CMP Static IP parameters in Resource BlockIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size: 14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> 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 KingstonLondon Environment Cloud Management Platform V2 Procedure Impersonate to a user who has privileges to create/edit a blueprint (sn_smp_cloud_admin or sn_cmp_service_designer)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= Navigate to Cloud Admin Portal > Design > Blueprint > Create newBlueprint resources > Datacenter, Virtual Machine and Blueprint containerOnce the Blueprint created > Select Operations > Select Provision > Click on Virtual Server Operations. Once clicked on Provision for Virtual server Right side we can the input parametersInput parameters verify for the IPAddress entryBy default, the IPaddress parameter is "${parameter.Virtual_Server_IPAddress}" which represents to have DynamicChange 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 ParameterPublish the catalog Navigate to Cloud User Portal and provision the VM Log into the newly provisioned VM and verify the Static Parameters