3
# stolen/heavily influenced from openstack-charm-testing
5
# Set up the network, projects and users after we've deployed the charms
6
# assumes that overcloud is in ./novarc and undercloud (serverstack) is in
13
# Accept network type as first parameter, assume gre if unspecified
16
# add extra port to overcloud neutron-gateway and configure charm to use it
17
# note that we have to source the UNDERCLOUD so that the script uses the
18
# network that we are connected to.
20
./post-deploy-config.py neutron-gateway
22
# now everything is with the OVERCLOUD
25
## Now set up the networks so we can test shares.
26
./neutron-ext-net.py --network-type flat -g $GATEWAY -c $CIDR_EXT \
28
./neutron-tenant-net.py --network-type $net_type -t admin -r provider-router \
29
-N $NAMESERVER private $CIDR_PRIV
31
# finally we want to set up a wide open the security group so we can reach the