[
https://issues.apache.org/jira/browse/CLOUDSTACK-8843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900215#comment-14900215
]
ASF GitHub Bot commented on CLOUDSTACK-8843:
--------------------------------------------
Github user pvr9711 commented on the pull request:
https://github.com/apache/cloudstack/pull/842#issuecomment-141879610
All Failed Tests
integration.smoke.test_vm_snapshots.TestSnapshots.test_01_test_vm_volume_snapshot
All Passed Tests
integration.smoke.test_affinity_groups 2 min 22 sec 0 0 1 1
integration.smoke.test_deploy_vgpu_enabled_vm 4 ms 0 1 0 1
integration.smoke.test_deploy_vm_iso 5 min 53 sec 0 0 1 1
integration.smoke.test_deploy_vm_root_resize 19 sec 0 0 3 3
integration.smoke.test_deploy_vm_with_userdata 36 sec 0 0 2 2
integration.smoke.test_deploy_vms_with_varied_deploymentplanners 1 min 7
sec 0 0 3 3
integration.smoke.test_disk_offerings 0.49 sec 0 0 5 5
integration.smoke.test_global_settings 0.36 sec 0 0 1 1
integration.smoke.test_iso 2 min 47 sec 0 1 6 7
integration.smoke.test_multipleips_per_nic 53 sec 0 0 1 1
integration.smoke.test_over_provisioning 0.14 sec 0 0 1 1
integration.smoke.test_portable_publicip 6.6 sec 0 0 1 1
integration.smoke.test_primary_storage 1 min 55 sec 0 0 2 2
integration.smoke.test_regions 73 ms 0 0 1 1
integration.smoke.test_reset_vm_on_reboot 20 sec 0 0 1 1
integration.smoke.test_routers 0.1 sec 0 1 +1 0 -1 1
integration.smoke.test_scale_vm 5.3 sec 0 0 1 1
integration.smoke.test_secondary_storage 0.67 sec 0 0 2 2
integration.smoke.test_service_offerings 0.28 sec 0 0 3 3
integration.smoke.test_ssvm 25 min 0 6 +6 4 -6 10
integration.smoke.test_templates 1 min 40 sec 0 1 6 7
integration.smoke.test_vm_life_cycle 6 min 49 sec 0 0 10 10
integration.smoke.test_vm_snapshots 1 min 22 sec 1 0 0 1
integration.smoke.test_volumes 15 min 0 -1 0 9 +1 9
> Guest VMs are not getting IPs as the DHCP port is not opened in VR
> ------------------------------------------------------------------
>
> Key: CLOUDSTACK-8843
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8843
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Network Controller
> Affects Versions: 4.6.0
> Reporter: manasaveloori
> Assignee: Jayapal Reddy
> Priority: Blocker
> Fix For: 4.6.0
>
>
> 1. Deployed CS with latest build.
> 2. Deployed a guest VM.
> 3. VM is not assigned any ip address.
> Observation:
> In VR 67 port is not opened
> root@r-9-VM:~# iptables-save
> # Generated by iptables-save v1.4.14 on Mon Sep 14 09:02:39 2015
> *filter
> :INPUT DROP [10:3400]
> :FORWARD DROP [0:0]
> :OUTPUT ACCEPT [117:15233]
> :FW_OUTBOUND - [0:0]
> :NETWORK_STATS - [0:0]
> -A INPUT -j NETWORK_STATS
> -A INPUT -d 224.0.0.18/32 -j ACCEPT
> -A INPUT -d 225.0.0.50/32 -j ACCEPT
> -A INPUT -i eth2 -m state --state RELATED,ESTABLISHED -j ACCEPT
> -A INPUT -p icmp -j ACCEPT
> -A INPUT -i lo -j ACCEPT
> -A INPUT -i eth1 -p tcp -m tcp --dport 3922 -m state --state NEW,ESTABLISHED
> -j ACCEPT
> -A FORWARD -j NETWORK_STATS
> -A OUTPUT -j NETWORK_STATS
> -A FW_OUTBOUND -m state --state RELATED,ESTABLISHED -j ACCEPT
> -A NETWORK_STATS -i eth0 -o eth2
> -A NETWORK_STATS -i eth2 -o eth0
> -A NETWORK_STATS ! -i eth0 -o eth2 -p tcp
> -A NETWORK_STATS -i eth2 ! -o eth0 -p tcp
> COMMIT
> # Completed on Mon Sep 14 09:02:39 2015
> # Generated by iptables-save v1.4.14 on Mon Sep 14 09:02:39 2015
> *nat
> :PREROUTING ACCEPT [83:8482]
> :INPUT ACCEPT [25:1716]
> :OUTPUT ACCEPT [5:380]
> :POSTROUTING ACCEPT [0:0]
> -A POSTROUTING -o eth2 -j SNAT --to-source 10.147.47.7
> COMMIT
> # Completed on Mon Sep 14 09:02:39 2015
> # Generated by iptables-save v1.4.14 on Mon Sep 14 09:02:39 2015
> *mangle
> :PREROUTING ACCEPT [391:44422]
> :INPUT ACCEPT [367:42880]
> :FORWARD ACCEPT [0:0]
> :OUTPUT ACCEPT [342:47621]
> :POSTROUTING ACCEPT [342:47621]
> :FIREWALL_10.147.47.7 - [0:0]
> :VPN_10.147.47.7 - [0:0]
> -A PREROUTING -d 10.147.47.7/32 -j FIREWALL_10.147.47.7
> -A PREROUTING -d 10.147.47.7/32 -j VPN_10.147.47.7
> -A PREROUTING -m state --state RELATED,ESTABLISHED -j CONNMARK --restore-mark
> --nfmask 0xffffffff --ctmask 0xffffffff
> -A PREROUTING -i eth2 -m state --state NEW -j CONNMARK --set-xmark
> 0x2/0xffffffff
> -A POSTROUTING -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill
> -A FIREWALL_10.147.47.7 -m state --state RELATED,ESTABLISHED -j ACCEPT
> -A FIREWALL_10.147.47.7 -j DROP
> -A VPN_10.147.47.7 -m state --state RELATED,ESTABLISHED -j ACCEPT
> -A VPN_10.147.47.7 -j RETURN
> COMMIT
> # Completed on Mon Sep 14 09:02:39 2015
> root@r-9-VM:~#
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)