fuel-virtualbox/contrib/add-slave
Maksim Malchuk 984547cc1f Don't use Sed's GNU extension to support MacOSX
This change removes using the Sed's GNU extensions to support BSD-Sed
in MacOSX, also moves one of them (lowercase) to the tr command.

Change-Id: I5afef3fc562443e7089b72e645b725b86781c54c
Closes-Bug: #1600793
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
2016-07-12 11:50:10 +03:00
..
README.md Add useful scripts and README.md files 2016-06-15 01:56:24 +03:00
add-slave-node-and-boot.sh Don't use Sed's GNU extension to support MacOSX 2016-07-12 11:50:10 +03:00

README.md

add-slave-node-and-boot

  • This script is used for the debugging purposes to create and boot the new slave node with same settings used in the latest one by number (clone it).

  • To remove accidentialy added node from the list this command should be used (in this example 99 is the node id):

fuel node --node-id 99 --delete-from-db --force
  • This script should be executed from the root fuel-virtualbox scripts directory.