summaryrefslogtreecommitdiff
path: root/openstack/README
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-24 16:52:32 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-24 16:52:32 +0100
commit0a580c84382710bd9a4c598652c7f07a34df1966 (patch)
treea35b683e08ee81d08cc02826990e6426bbf9e222 /openstack/README
parent0e71e2df9a753a5724f9d0f1d75670eb13e8aec8 (diff)
downloadciat-tester-0a580c84382710bd9a4c598652c7f07a34df1966.tar.gz
Ugly unfinished mess.
Diffstat (limited to 'openstack/README')
-rw-r--r--openstack/README35
1 files changed, 0 insertions, 35 deletions
diff --git a/openstack/README b/openstack/README
deleted file mode 100644
index d066b2b..0000000
--- a/openstack/README
+++ /dev/null
@@ -1,35 +0,0 @@
-CIAT-Tester: Openstack backend
-==============================
-
-You should ensure that the openstack environment variables are set
-up correctly before running this, as the nova and glance clients
-require them.
-
-You will need to configure the script for your environment editing
-the config section of `do-tests.sh`. Specifically you need to set
-up the flavour and network ID to use.
-
-Currently the openstack script assumes that there are floating ips
-available. It also assumes that the default security group allows
-SSH access.
-
-This script also assumes that the test image's root user's
-authorized_keys contains the id_rsa.pub from the machine/user
-on which you are running CIAT-Tester.
-
-
-Configuring an openstack host
------------------------------
-
-Your openstack host may need some configuration.
-
-### Networking
-
-The following commands may be of use to set up a network.
-
- neutron net-create test-net
- neutron subnet-create --name test-subnet --gateway 192.168.1.1 \
- test-net 192.168.1.0/24
- neutron router-create test-router
- neutron router-interface-add test-router test-subnet
- neutron router-gateway-set test-router ext-net