training-guides/labs/config/scripts.network
Roger Luethi ca24d7bce2 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
2015-02-04 20:00:01 +01:00

16 lines
520 B
SYSTEMD

# Scripts for network node
cmd init_node
cmd queue etc_hosts.sh
cmd queue osbash/enable_vagrant_ssh_keys.sh
cmd snapshot_cycle network_node_init
cmd queue ubuntu/setup_neutron_network.sh
cmd snapshot_cycle neutron_configured
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
cmd boot
cmd wait_for_shutdown -n controller
cmd snapshot -n controller controller_-_network_node_installed
cmd boot -n controller