cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1292
Views
0
Helpful
0
Replies

IPAM integration issue

anuprisi
Cisco Employee
Cisco Employee

Hello Everyone,

 

I am trying to assign static IP address to VM using callout feature of Cisco CloudCenter while application deployment.

For this I have placed the callout script at the following path:

/usr/local/osmosix/callout/ipam/

 

callout.conf file is been placed under ipam dir, which has following contents:

name=ipam
type=exec
topic=ipam
debug=true
executable=ipam.py
reinject=true
disabled=false

 

Contents of ipam.py:

#!/usr/bin/env python

print "DnsServerList=8.8.8.8,10.0.0.100"
print "nicCount=1"
print "nicIP_0=10.100.44.197"
print "nicDnsServerList_0=8.8.8.8"
print "nicGateway_0=10.100.44.1"
print "nicNetmask_0=255.255.255.0"
print "domainName=vega.com"
print "HWClockUTC=true"

print "timeZone=Canada/Eastern"
print "osHostname=hahuja21"

 

From the logs at following location it is clear that IP address is getting assigned to variable "nicIP_0" (IPAM supported properties):

/usr/local/osmosix/callout/ipam/logs

 

But the IP address is not getting mapped to VM at deployment time.

Can anyone please let me know, what changes I am missing? Any parameter needs to be specified on CCM?

 

NOTE:

Log file generated at "/usr/local/cliqr/logs/gateway.log" is attached.

0 Replies 0
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: