#!/bin/bash curl -L http://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tripleo/delorean.repo > /etc/yum.repos.d/delorean.repo curl -L http://trunk.rdoproject.org/centos7/delorean-deps.repo > /etc/yum.repos.d/delorean-deps.repo yum install -y python-pip python-heatclient python-neutronclient python-novaclient python-swiftclient python-openstackclient pip install gear BASEPATH=$(realpath $(dirname $0)) cp $BASEPATH/geard.service /lib/systemd/system/geard.service cp $BASEPATH/te_workers.service /lib/systemd/system/te_workers.service