This patch fixes coverage test script by removing existed cover-master folder before renaming cover folder. Otherwise, "mv cover cover-master" will fail for target folder "cover-master" is not empty. Change-Id: Iebbc6b2138bc220419f1443e3fdec4bb81310f73
Files in this directory are tools for developers or for helping users install the senlin software.
Contents
config-generator.conf
This is a configuration for the oslo-config-generator tool to create an initial senlin.conf.sample file. When installing senlin manually, the generated file can be copied to /etc/senlin/senlin.conf with customized settings.
gen-config
This is a wrapper of the oslo-config-generator tool that generates a config file for senlin. The correct way to use it is:
cd /opt/stack/senlin tools/gen-configAnother way to generate sample configuration file is:
cd /opt/stack/senlin tox -e genconfig
gen-pot-files
This is a script for extracting strings from source code into a POT file, which serves the basis to generate translations for different languages.
senlin-db-recreate
This script drops the senlin database in mysql when database is corrupted.
Warning Be sure to change the 'MYSQL_ROOT_PW' and 'MYSQL_SENLIN_PW' before running this script.
setup-service
This is a script for setting up the
senlinservice. You will need to provide the host IP address and the service password for thesenlinuser to be created. For example:cd /opt/stack/senlin/tools ./setup-service 192.168.52.5 TopSecreteNOTE You need to have some environment variables properly set so that you are the
adminuser for setting up thesenlinservice. For example:cd $HOME source devstack/openrc admin