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

ASF GitHub Bot commented on CLOUDSTACK-8759:
--------------------------------------------

Github user miguelaferreira commented on the pull request:

    https://github.com/apache/cloudstack/pull/773#issuecomment-137437571
  
    My testing:
    ```
    > mvn clean install -P developer,systemvm 
    ...
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 8:39.748s
    [INFO] Finished at: Thu Sep 03 11:44:23 GMT 2015
    [INFO] Final Memory: 94M/412M
    [INFO] 
------------------------------------------------------------------------
    
    
    > mvn -P developer -pl developer -Ddeploydb
    ...
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 19.038s
    [INFO] Finished at: Thu Sep 03 11:56:29 GMT 2015
    [INFO] Final Memory: 47M/254M
    [INFO] 
------------------------------------------------------------------------
    
    
    > bash -x ./scripts/storage/secondary/cloud-install-sys-tmplt -m 
/data/storage/secondary/MCCT-SHARED-2/ -u 
http://jenkins.buildacloud.org/job/build-systemvm64-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-4.6.0-kvm.qcow2.bz2
 -h kvm -o localhost -r root -e qcow2 -F
    ...
    Successfully installed system VM template  to 
/data/storage/secondary/MCCT-SHARED-2/template/tmpl/1/3/
    
    
    > mvn -pl :cloud-client-ui jetty:run 
    ...
    Management server node 127.0.0.1 is up
    ...
    
    
    > pip install --upgrade tools/marvin/dist/Marvin-4.6.0-SNAPSHOT.tar.gz
    ...
    Successfully installed Marvin-4.6.0-SNAPSHOT ddt-1.0.0 ecdsa-0.13 
netaddr-0.7.17 paramiko-1.15.2 pyvmomi-5.5.0.2014.1.1 requests-2.7.0 six-1.9.0
    
    
    > python tools/marvin/marvin/deployDataCenter.py -i  
/data/shared/marvin/mct-zone2-kvm2-ISOLATED.cfg
    ...
    ====Deploy DC Successful=====
    
    
    > nosetests --with-marvin 
--marvin-config=/data/shared/marvin/mct-zone2-kvm2-ISOLATED.cfg -s -a 
tags=advanced,required_hardware=true component/test_vpc_router_nics.py
    ...
    === TestName: test_01_VPC_nics_after_destroy | Status : SUCCESS ===
    
    ===final results are now copied to: 
/tmp//MarvinLogs/test_vpc_router_nics_NAU8EJ===
    ```
    
    :+1: 


> Destroying VPC router results in a new unusable VPC router
> ----------------------------------------------------------
>
>                 Key: CLOUDSTACK-8759
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8759
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>    Affects Versions: 4.6.0
>         Environment: ACS master/4.6 with XenServer and KVM tested
>            Reporter: Remi Bergsma
>            Assignee: Wilder Rodrigues
>            Priority: Critical
>             Fix For: 4.6.0
>
>
> Deploy VPC
> Deploy VM
> This all works fine
> Shutdown, then destroy VPC
> Expected result:
> A new VPC router is deployed that has the same functionality than before, but 
> with a new router instance ID.
> Experienced result:
> VPC router is unaccessible for CloudStack due to missing link-local interface:
> root@r-7-VM:~# ifconfig -a
> lo        Link encap:Local Loopback  
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>           RX packets:1 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0 
>           RX bytes:93 (93.0 B)  TX bytes:93 (93.0 B)
> From a first look, the command line info seems OK.
> root@r-7-VM:/etc/cloudstack# cat cmdline.json 
> {
>     "config": {
>         "baremetalnotificationapikey": 
> "pPgegDQwez17eCbRj4Wx8IwFs543rcPpF7Gavvtys_D7w1jnAoyJ4A-21H9Bf58s1ZjC4DTVrD0BHxNA3y7agA",
>  
>         "baremetalnotificationsecuritykey": 
> "Sxv0QbIgRTH-PkeDWBsY-GYsKz2WIz9JIyWTK16mNnIPPZ-Ozo940_8d8bSEx5pHZ4rEdxG5HQMRRcchANHuHg",
>  
>         "disable_rp_filter": "true", 
>         "dns1": "8.8.8.8", 
>         "domain": "cs2cloud", 
>         "eth1ip": "169.254.0.249", 
>         "eth1mask": "255.255.0.0", 
>         "host": "192.168.22.61", 
>         "name": "r-7-VM", 
>         "port": "8080", 
>         "redundant_router": "false", 
>         "template": "domP", 
>         "type": "vpcrouter", 
>         "vpccidr": "10.0.1.0/24"
>     }, 
>     "id": "cmdline"
> [~wilder.rodrigues] Let's have a look when you're back!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to