~ajkavanagh/+junk/useful-things

« back to all changes in this revision

Viewing changes to manual-openstack-testing/02-configure-networking.sh

  • Committer: Alex Kavanagh
  • Date: 2018-06-13 15:19:26 UTC
  • Revision ID: alex.kavanagh@canonical.com-20180613151926-6l76h23eu3vsh127
Add the rest of the bastion interesting files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#/bin/bash
 
2
 
 
3
# stolen/heavily influenced from openstack-charm-testing
 
4
 
 
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
 
7
# ~/novarc
 
8
 
 
9
set -ex
 
10
 
 
11
source ./vars.sh
 
12
 
 
13
# do everything is with the OVERCLOUD
 
14
source $OVERCLOUD
 
15
 
 
16
## Now set up the networks so we can test shares.
 
17
./neutron-ext-net.py --network-type=flat -g $GATEWAY -c $CIDR_EXT \
 
18
  -f $FIP_RANGE ext_net
 
19
./neutron-tenant-net.py -t admin -r provider-router \
 
20
  -N $NAMESERVER internal $CIDR_PRIV
 
21
 
 
22
 # finally we want to set up a wide open the security group so we can reach the
 
23
 # instances
 
24
# ./sec_groups.sh