Skip to content

Using default templates

Sergei Pogrebnyak edited this page May 1, 2018 · 12 revisions

Applying template using Command Central CLI

Use one of these templates to register a target installation node:

Apply one of the runtime templates onto the node defined above. Make sure you match product and fix repositories with the release version of the target node

sagcc exec templates composite apply <TEMPLATE_ALIAS> nodes=<NODE_ALIAS> \
  repo.product=<PRODUCT_REPO_NAME> \
  repo.fix=<FIX_REPO_NAME> \
  [... other required parameters defined in the template]
  --sync-job --wait 360

Please see README.md in each template folder for details, For example sag-um-server

Clone this wiki locally