Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions devstack-scripts/tests/testbasicIP-multirouter1.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source openrc coke coke
source openrc admin admin
neutron security-group-create client_sg
neutron security-group-rule-create client_sg --direction egress --ethertype IPv4
neutron security-group-rule-create client_sg --direction ingress --ethertype IPv4
Expand Down Expand Up @@ -28,32 +28,32 @@ neutron router-interface-add r1 sub1
neutron router-interface-add r1 sub2


testnovaboot-control.sh net1 client_sg 1 #"bekind"
testnovaboot-compute.sh net2 client_sg 2
novaboot-control.sh net1 client_sg 1 #"bekind"
novaboot-compute.sh net2 client_sg 2


testnovaboot-control.sh net1 video_sg 1
testnovaboot-compute.sh net1 game_sg 1
novaboot-control.sh net1 video_sg 1
novaboot-compute.sh net1 game_sg 1



testnovaboot-compute.sh net2 video_sg 2
testnovaboot-compute.sh net2 game_sg 2 #"bekind"
novaboot-compute.sh net2 video_sg 2
novaboot-compute.sh net2 game_sg 2 #"bekind"

#neutron router-create r2
#neutron router-interface-add r2 sub3
#neutron router-interface-add r2 sub4
#neutron router-interface-add r2 sub5


#testnovaboot-control.sh net3 client_sg 3
#testnovaboot-compute.sh net3 client_sg 4
#novaboot-control.sh net3 client_sg 3
#novaboot-compute.sh net3 client_sg 4

#testnovaboot-control.sh net4 video_sg 3
#testnovaboot-compute.sh net4 game_sg 3
#novaboot-control.sh net4 video_sg 3
#novaboot-compute.sh net4 game_sg 3

#testnovaboot-control.sh net5 video_sg 4
#testnovaboot-compute.sh net5 game_sg 4
#novaboot-control.sh net5 video_sg 4
#novaboot-compute.sh net5 game_sg 4

echo "control:"
nova list --host devstack-control
Expand Down