The ELMOperation instance supports the execution of a repotool command on Engineering Lifecycle Management applications, one at a time, by using the Red Hat® OpenShift® CLI
method.
-
Log in to the Red Hat OpenShift cluster and connect to your
project.
- Prepare the ELMOperation source manifest. Now, from a local computer create a YAML file
for example repotool_elm_instance.yaml and enter the ELMOperation contents into
this YAML file. For more information and sample, see ELMOperation, execute Repotool commands
- Run the following command
oc create –f <file-name> -n <namespace-name>
Replace
the placeholders: For
<namespace_name>, input the name of the project, where
Engineering Lifecycle Management instance is created and
<file-name> with the name
of created ELMOperation file.
Example:
oc create -f repotool_elm_instance.yaml -n example
- Verify the installation by using following command
oc get elmoperations <instance-name> -n <namespace_name>
Replace the placeholder <instance-name> with the name of ELMOperation
instance created.
For
example:
oc get elmoperations elmoperation-sample -n example
- You can see the following output, when the ELMOperation is created successfully
NAME AGE
elmoperation-sample 2m27s