Use this template to provision CloudStreams server 9.12 and higher on top of an existing Integration Server or Microservices Runtime instance.
None.
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.
All supported Windows and UNIX platforms.
- Provisioning of new 9.12, 10.1, and higher environments
- Installing the latest fixes
IMPORTANT: Apply this template on top of an existing Integration Server or Microservices Runtime instance with the same release version as CloudStreams.
- To import the sag-is-cloudstreams/template.yaml file in Command Central, use one of the methods described in Importing templates library
- To apply the template, follow the instructions in Applying template using Command Central CLI
- 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.
- 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
- 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.
- 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