Skip to content

Latest commit

 

History

History

sag-is-cloudstreams

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CloudStreams Server

Use this template to provision CloudStreams server 9.12 and higher on top of an existing Integration Server or Microservices Runtime instance.

Requirements

None.

Supported Software AG releases

The template is tested and supported for the following releases:

  • Command Central 10.1 and higher
  • CloudStreams Server 9.12 and higher
  • Integration Server 9.12 and higher
  • Microservices Runtime 10.1 to 10.3

NOTE: This template is not supported for Microservices Runtime version 10.4.

Supported platforms

All supported Windows and UNIX platforms.

Supported use cases

  • Provisioning of new 9.12, 10.1, and higher environments
  • Installing the latest fixes

Running as a composite template

IMPORTANT: Apply this template on top of an existing Integration Server or Microservices Runtime instance with the same release version as CloudStreams.

  1. To import the sag-is-cloudstreams/template.yaml file in Command Central, use one of the methods described in Importing templates library
  2. To apply the template, follow the instructions in Applying template using Command Central CLI

Provisioning CloudStreams on Microservices Runtime

  1. Provision an instance of Microservices Runtime on managed node with alias dev1 using the sag-msc-server-and-lower template:
sagcc exec templates composite apply sag-msc-server-and-lower nodes=dev1 \
  repo.product=products-10.1 \
  repo.fix=fixes-10.1 \
  --sync-job --wait 360

See sag-msc-server-and-lower for details.

  1. Provision CloudStreams on top of the above Microservices Runtime instance:
sagcc exec templates composite apply sag-is-cloudstreams nodes=dev1 \
  repo.product=products-10.1 \
  repo.fix=fixes-10.1 \
  is.instance.type=MSC \
  --sync-job --wait 360

Provisioning CloudStreams on Integration Server

  1. Provision an instance of Integration Server on managed node with alias dev2 using the sag-is-server template:
sagcc exec templates composite apply sag-is-server nodes=dev2 \
  repo.product=products-10.1 \
  repo.fix=fixes-10.1 \
  --sync-job --wait 360

See sag-is-server for details.

  1. Provision CloudStreams on top of the above Integration Server instance:
sagcc exec templates composite apply sag-is-cloudstreams nodes=dev2 \
  is.instance.type=integrationServer \
  repo.product=products-10.1 \
  repo.fix=fixes-10.1 \
  --sync-job --wait 360