Versions Compared

Key

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

...

Code Block
titleExample for use of Controller Installer Packaging Script
linenumberstrue
./js7_create_deployment_package.sh \
    --deploy-desc=multiagent-agenthttps-20221204.json

# makes use downloadsof the indicated Controllerdeployment releasedescriptor andfile extractsthat theholds tarballconfiguration toitems the specified Controller home directoryfor Agents
# creates the home directory is created if it does not exist

...

Perform dry-run to receive

...

Wrapper Scripts

Code Block
titleExample for use of Controller Installer Packaging Script
linenumberstrue
./js7_create_deployment_package.sh \
    --deploy-desc=multiagent-agenthttps-20221204.json \
    --keep-script \
    --dry-run

# makes use of the indicated deployment descriptor files isfile used that holds configuration items for Agents and Controllers
# performs a dry-run that will not create packages but parameterized will generate wrapper scripts that parameterize calls to the Installer Scripts

Resources