此内容没有您所选择的语言版本。
Chapter 3. Deploying a trial environment
You can deploy a trial (evaluation) Red Hat Decision Manager environment. It consists of Decision Central for authoring or managing services and Decision Server for test execution of services.
This environment does not include permanent storage. Assets that you create or modify in a trial environment are not saved.
The procedure is minimal. There are no required settings and all passwords are set to a single value (the default password is RedHat
).
To deploy a trial environment, use the rhdm71-trial-ephemeral.yaml
template file. You can extract this file from the rhdm-7.1.0-openshift-templates.zip
product deliverable file. You can download the file from the Software Downloads page of the Red Hat Customer Portal.
Procedure
Use one of the following methods to deploy the template:
-
In the OpenShift Web UI, select Add to Project
Import YAML / JSON and then select or paste the rhdm71-trial-ephemeral.yaml
file. In the Add Template window, ensure Process the template is selected and click Continue. To use the OpenShift command line console, prepare the following command line:
oc new-app -f <template-path>/rhdm71-trial-ephemeral.yaml
oc new-app -f <template-path>/rhdm71-trial-ephemeral.yaml
Copy to Clipboard Copied! In this command line, replace
<template-path>
with the path to the downloaded template file.
-
In the OpenShift Web UI, select Add to Project
- Optionally, set any parameters as described in the template. However, a typical trial deployment does not require any parameters.
Complete the creation of the environment, depending on the method that you are using:
In the OpenShift Web UI, click Create.
-
A
This will create resources that may have security or project behavior implications
pop-up message might be displayed. If it is displayed, click Create Anyway.
-
A
- Complete and run the command line.