summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-05-08 15:46:01 +0200
committerJonathan Bauer2014-05-08 15:46:01 +0200
commit6dfbad265bbb5fe29be4c321c0d5d366d30ea7ad (patch)
tree614ede718ae0790a2943495715de422508063dbe /remote
parent[rfs-s31] remove vmxnet from REQUIRED_KERNEL_MODULES (diff)
parentenglishized kopt2mod :) (diff)
downloadtm-scripts-6dfbad265bbb5fe29be4c321c0d5d366d30ea7ad.tar.gz
tm-scripts-6dfbad265bbb5fe29be4c321c0d5d366d30ea7ad.tar.xz
tm-scripts-6dfbad265bbb5fe29be4c321c0d5d366d30ea7ad.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/openstack/module.conf3
-rw-r--r--remote/modules/openstack/module.conf.ubuntu.14.049
-rwxr-xr-xremote/onetime-fixes/install-xfce4-greybird-theme6
3 files changed, 15 insertions, 3 deletions
diff --git a/remote/modules/openstack/module.conf b/remote/modules/openstack/module.conf
index 8912f439..0cd03752 100644
--- a/remote/modules/openstack/module.conf
+++ b/remote/modules/openstack/module.conf
@@ -1,6 +1,3 @@
-REQUIRED_CONTENT_PACKAGES=""
-REQUIRED_INSTALLED_PACKAGES=""
-
REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
REQUIRED_DIRECTORIES=""
diff --git a/remote/modules/openstack/module.conf.ubuntu.14.04 b/remote/modules/openstack/module.conf.ubuntu.14.04
new file mode 100644
index 00000000..7c24b4a9
--- /dev/null
+++ b/remote/modules/openstack/module.conf.ubuntu.14.04
@@ -0,0 +1,9 @@
+REQUIRED_INSTALLED_PACKAGES="
+ neutron-common
+ neutron-plugin-ml2
+ neutron-plugin-openvswitch-agent
+ nova-compute-kvm
+ python-guestfs
+ python-mysqldb
+"
+REQUIRED_CONTENT_PACKAGES="$REQUIRED_INSTALLED_PACKAGES"
diff --git a/remote/onetime-fixes/install-xfce4-greybird-theme b/remote/onetime-fixes/install-xfce4-greybird-theme
index fd9a0819..6c1251a3 100755
--- a/remote/onetime-fixes/install-xfce4-greybird-theme
+++ b/remote/onetime-fixes/install-xfce4-greybird-theme
@@ -1,5 +1,11 @@
#!/bin/sh
+if ! which startxfce4 ; then
+ # xfce4 not installed, TODO install?
+ echo "Could not find 'startxfce4'. Is it installed?"
+ exit 1
+fi
+
# first download the greybird theme
if wget https://github.com/shimmerproject/Greybird/tarball/master -O /tmp/greybird.tgz ; then