summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/qa_scripts/openstack/execs/openstack-preinstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/qa_scripts/openstack/execs/openstack-preinstall.sh')
-rwxr-xr-xsrc/ceph/qa/qa_scripts/openstack/execs/openstack-preinstall.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ceph/qa/qa_scripts/openstack/execs/openstack-preinstall.sh b/src/ceph/qa/qa_scripts/openstack/execs/openstack-preinstall.sh
deleted file mode 100755
index 1439c08..0000000
--- a/src/ceph/qa/qa_scripts/openstack/execs/openstack-preinstall.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash -f
-#
-# Remotely setup the stuff needed to run packstack. This should do items 1-4 in
-# https://docs.google.com/document/d/1us18KR3LuLyINgGk2rmI-SVj9UksCE7y4C2D_68Aa8o/edit?ts=56a78fcb
-#
-yum remove -y rhos-release
-rpm -ivh http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm
-rm -rf /etc/yum.repos.d/*
-rm -rf /var/cache/yum/*
-rhos-release 8
-yum update -y
-yum install -y nc puppet vim screen setroubleshoot crudini bpython openstack-packstack
-systemctl disable ntpd
-systemctl stop ntpd
-reboot