Merge "Add scripts.* config files"

This commit is contained in:
Jenkins 2014-06-18 11:11:35 +00:00 committed by Gerrit Code Review
commit f2b48b8b6d
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