summaryrefslogtreecommitdiffstats
path: root/remote/modules/openstack/README
diff options
context:
space:
mode:
authorSimon Rettberg2014-05-04 13:40:52 +0200
committerSimon Rettberg2014-05-04 13:40:52 +0200
commit5afb2d14c421d35c01358ae8c78af1cba41ee086 (patch)
tree920b4e2f339f1e4ba40a7a9f8ddec538e6b3248a /remote/modules/openstack/README
parent[vmchooser2] ! (diff)
parent[stage4] rename gnome-session-fallback to "GNOME" for vmchooser (diff)
downloadtm-scripts-5afb2d14c421d35c01358ae8c78af1cba41ee086.tar.gz
tm-scripts-5afb2d14c421d35c01358ae8c78af1cba41ee086.tar.xz
tm-scripts-5afb2d14c421d35c01358ae8c78af1cba41ee086.zip
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/openstack/README')
-rw-r--r--remote/modules/openstack/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/remote/modules/openstack/README b/remote/modules/openstack/README
new file mode 100644
index 00000000..ce373f20
--- /dev/null
+++ b/remote/modules/openstack/README
@@ -0,0 +1,25 @@
+Hier die Installationsschritte für 14.04:
+
+apt-get install -y neutron-common neutron-plugin-ml2 neutron-plugin-openvswitch-agent nova-compute-kvm python-guestfs python-mysqldb
+
+* System konfigurieren:
+dpkg-statoverride --update --add root root 0644 /boot/vmlinuz-$(uname -r)
+
+add to: /etc/sysctl.conf
+net.ipv4.conf.all.rp_filter=0
+net.ipv4.conf.default.rp_filter=0
+
+sysctl -p
+
+ovs-vsctl add-br br-int
+
+Configs:
+/etc/nova/api-paste.ini
+/etc/nova/nova.conf
+/etc/nova/nova-compute.conf
+
+/etc/neutron/api-paste.ini
+/etc/neutron/neutron.conf
+/etc/neutron/plugin/
+
+Ich denke die configs packen wir in die config.tgz