labs: create scripts/ubuntu subdir, move files

This changeset creates new subdirectories scripts/ubuntu and moves the
appropriate, Ubuntu-specific scripts into the new directory.

Change-Id: Ie7f4922cf9d22bcb1f46864f36a20cf6ff1104d7
This commit is contained in:
Roger Luethi 2015-01-23 17:50:43 +01:00
parent ffca8d8861
commit ca24d7bce2
20 changed files with 16 additions and 16 deletions

View File

@ -3,10 +3,10 @@ cmd init_node
cmd queue etc_hosts.sh
cmd queue osbash/enable_vagrant_ssh_keys.sh
cmd snapshot_cycle compute_node_init
cmd queue setup_nova_compute.sh
cmd queue ubuntu/setup_nova_compute.sh
cmd snapshot_cycle nova-compute_installed
cmd queue setup_neutron_compute.sh
cmd queue setup_cinder_volumes.sh
cmd queue ubuntu/setup_neutron_compute.sh
cmd queue ubuntu/setup_cinder_volumes.sh
cmd snapshot_cycle compute_node_installed
# Take snapshot of changes on controller VM, too
cmd queue shutdown_controller.sh

View File

@ -3,20 +3,20 @@ cmd init_node
cmd queue etc_hosts.sh
cmd queue osbash/enable_vagrant_ssh_keys.sh
cmd snapshot_cycle controller_node_init
cmd queue apt_install_mysql.sh
cmd queue install_rabbitmq.sh
cmd queue ubuntu/apt_install_mysql.sh
cmd queue ubuntu/install_rabbitmq.sh
cmd snapshot_cycle pre-openstack_installed
cmd queue setup_keystone.sh
cmd queue ubuntu/setup_keystone.sh
cmd snapshot_cycle keystone_installed
cmd queue setup_glance.sh
cmd queue ubuntu/setup_glance.sh
cmd snapshot_cycle glance_installed
cmd queue setup_nova_controller.sh
cmd queue ubuntu/setup_nova_controller.sh
cmd snapshot_cycle nova-controller_installed
cmd queue setup_neutron_controller.sh
cmd queue ubuntu/setup_neutron_controller.sh
cmd snapshot_cycle neutron-controller_installed
cmd queue setup_cinder_controller.sh
cmd queue ubuntu/setup_cinder_controller.sh
cmd snapshot_cycle cinder_installed
cmd queue setup_horizon.sh
cmd queue ubuntu/setup_horizon.sh
cmd snapshot_cycle horizon_installed
cmd queue config_external_network.sh
cmd queue config_tenant_network.sh

View File

@ -3,9 +3,9 @@ cmd init_node
cmd queue etc_hosts.sh
cmd queue osbash/enable_vagrant_ssh_keys.sh
cmd snapshot_cycle network_node_init
cmd queue setup_neutron_network.sh
cmd queue ubuntu/setup_neutron_network.sh
cmd snapshot_cycle neutron_configured
cmd queue setup_lbaas_network.sh
cmd queue ubuntu/setup_lbaas_network.sh
cmd snapshot_cycle network_node_installed
# Take snapshot of changes on controller VM, too
cmd queue shutdown_controller.sh

View File

@ -1,5 +1,5 @@
# Scripts for Ubuntu installations
cmd queue apt_init.sh
cmd queue apt_upgrade.sh
cmd queue apt_pre-download.sh
cmd queue ubuntu/apt_init.sh
cmd queue ubuntu/apt_upgrade.sh
cmd queue ubuntu/apt_pre-download.sh
cmd queue osbash/enable_vagrant_ssh_keys.sh