Comment 5 for bug 1523709

Revision history for this message
Dennis Dmitriev (ddmitriev) wrote :

Alex, looks like you are re-using already created environment (with option '-k' ), so the test is not re-created networks.

According to your XMLs from networks, admin and public networks were created in 'route' mode instead of 'nat' mode.

Please check environment variables ADMIN_FORWARD, PUBLIC_FORWARD and FORWARD_DEFAULT.

Here you can find defaults: https://github.com/openstack/fuel-devops/blob/master/devops/settings.py#L129-L131

Moving to invalid until more details provided.

The bug wasn't reproduced on my local workstation:

$ dos.py create --iso-path /home/images/iso/fuel-8.0-270-2015-12-08_07-42-00.iso --node-count 9 --vcpu 2 --ram 3072 --admin-vcpu 2 --admin-ram 3072 --net-pool 10.155.0.0/16:24 fuelweb_test_system_test

$ sudo iptables -t nat -S | grep 10.155.0.0
-A POSTROUTING -s 10.155.0.0/24 -d 224.0.0.0/24 -j RETURN
-A POSTROUTING -s 10.155.0.0/24 -d 255.255.255.255/32 -j RETURN
-A POSTROUTING -s 10.155.0.0/24 ! -d 10.155.0.0/24 -p tcp -j MASQUERADE --to-ports 1024-65535
-A POSTROUTING -s 10.155.0.0/24 ! -d 10.155.0.0/24 -p udp -j MASQUERADE --to-ports 1024-65535
-A POSTROUTING -s 10.155.0.0/24 ! -d 10.155.0.0/24 -j MASQUERADE

$ dos.py version
2.9.13