]> git.proxmox.com Git - ceph.git/blame - ceph/qa/qa_scripts/openstack/execs/openstack-preinstall.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / qa_scripts / openstack / execs / openstack-preinstall.sh
CommitLineData
11fdf7f2
TL
1#!/usr/bin/env bash
2set -f
3
7c673cae
FG
4#
5# Remotely setup the stuff needed to run packstack. This should do items 1-4 in
6# https://docs.google.com/document/d/1us18KR3LuLyINgGk2rmI-SVj9UksCE7y4C2D_68Aa8o/edit?ts=56a78fcb
7#
8yum remove -y rhos-release
9rpm -ivh http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm
10rm -rf /etc/yum.repos.d/*
11rm -rf /var/cache/yum/*
12rhos-release 8
13yum update -y
14yum install -y nc puppet vim screen setroubleshoot crudini bpython openstack-packstack
15systemctl disable ntpd
16systemctl stop ntpd
17reboot