
This changeset creates new subdirectories scripts/ubuntu and moves the appropriate, Ubuntu-specific scripts into the new directory. Change-Id: Ie7f4922cf9d22bcb1f46864f36a20cf6ff1104d7
16 lines
520 B
SYSTEMD
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
|