[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14113503#comment-14113503
 ] 

Jayapal Reddy commented on CLOUDSTACK-7246:
-------------------------------------------

Problem:
--------
Deploying vm in shared network with multiple ip range is failed due to 
incorrect script name.

Root Cause Analysis:
--------------------
Cloudstack is calling script with 'createipalias.sh' but the actual name is 
'createIpAlias.sh'

Reproducing steps:
------------------
1. add multiple ip range.
2. deploy vm in shared network to get ip from the added ip range.
3. createipalias failed because cloudstack referring 'createipalias.sh' but the 
file in VR is 'createIpAlias.sh'

Proposed solution:
------------------
Corrected the script name in VRScripts.java

Verification steps:
-------------------
1. Add multiple ip range.
2. deploy vm in shared network to get ip from the added ip range.
3. VM deployment should successful and alias interface in VR should get created.


> VM deployment failed due to wrong in  script name createipalias.sh
> ------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7246
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7246
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Network Controller
>    Affects Versions: 4.5.0
>            Reporter: Jayapal Reddy
>            Assignee: Jayapal Reddy
>              Labels: DEV_REVIEWED
>             Fix For: 4.5.0
>
>
> 1. added multiple ip range.
> 2. deployed vm in shared network failed.
> 3. createipalias failed because cloudstack referring 'createipalias.sh' but 
> the file in VR is 'createIpAlias.sh'



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to