Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples of the LUTF usage

It is assumed that python 2.7.5 or greater is already installed on the target nodes.

Manual Method

Code Block
# on master and agents
#> ./python lutf-deploy.sh py

# on master
#> python ./lutf-start.shpy master-config.yaml
#LUTF-PROMPT> ## Python prompt that can be used to control the agents and execute scripts

# on agent
#> python ./lutf-start.shpy agent-config.yaml

Automated Method

...