Add scripts.* config files

The configuration files added by this changeset list scripts that are
executed for specific setups.

There is one each for osbash and Vagrant installations, one each for
Ubuntu and Fedora, and one for each node (controller, network, compute).

Partial-Bug: 1312764
Implements: blueprint openstack-training-labs
Change-Id: Ifff55cb55fd2d2f9c603c51acc74bbeda5fea38d
This commit is contained in:
Roger Luethi 2014-06-18 11:31:20 +02:00
parent 6d6fd57a9f
commit 4caff71925
7 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1 @@
# Scripts for compute node

View File

@ -0,0 +1,3 @@
# Scripts for controller node
scripts apt_install_mysql.sh
scripts setup_keystonedb.sh

View File

@ -0,0 +1,2 @@
# Scripts for Fedora installations
scripts yum_init.sh

View File

@ -0,0 +1 @@
# Scripts for network node

View File

@ -0,0 +1,5 @@
# Scripts for all nodes built by osbash
scripts etc_hosts.sh
osbash enable_vagrant_ssh_keys.sh
#osbash wait_debug.sh
scripts shutdown.sh

View File

@ -0,0 +1,2 @@
# Scripts for all nodes built using Vagrant
scripts etc_hosts.sh

View File

@ -0,0 +1,4 @@
# Scripts for Ubuntu installations
scripts apt_init.sh
scripts apt_upgrade.sh
scripts apt_pre-download.sh