Comment 3 for bug 1546626

Revision history for this message
Olesia Tsvigun (otsvigun) wrote :

Fuel ISO#570
id | name | version | package_version
---|------------------------|---------|----------------
1 | fuel-plugin-vmware-dvs | 2.1.14 | 4.0.0

Remote SG don't work on instances of compute-vmware cluster. Instances havn't got ipv4 address.

Steps to reproduce.
1. Upload plugins to the master node
2. Install plugin.
3. Create cluster with vcenter.
4. Add 1 node with controller role.
5. Add 2 node with compute role.
6. Add 1 node with compute-vmware role.
8. Fill all fields in vmware tab.
9. Fill field 'Enter the Cluster to dvSwitch mapping.'
10. Use the VMware DVS firewall driver is enabled.
11. Deploy the cluster.
12. Create net_1: net01__subnet, 192.168.1.0/24
13. Create security groups:
      SG1
      SG2
14. Delete all defaults egress rules of SG1 and SG2.
15. Add icmp rule to SG1:
      Ingress rule with ip protocol 'icmp ', port range any, SG group 'SG1'
       Egress rule with ip protocol 'icmp ', port range any, SG group 'SG1'
16. Add icmp rule to SG2:
       Ingress rule with ip protocol 'icmp ', port range any, SG group 'SG2'
       Egress rule with ip protocol 'icmp ', port range any, SG group 'SG2'
17. Launch 2 instance of vcenter az with SG1 in net1 in Cluster of compute-vmware.
18. Verify that icmp ping is enabled between VMs from SG1.

Actual result
Instances with remote security groups havn't got ipv4 address.