Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Configuration
- Getting Started
- Secure Connections
- Operations Orchestration
- Cloud Service Management Console
- Common CSA Tasks
- Marketplace Portal
- OO Designer
- Integrate CSA with HPE UCMDB
- User Administration
- Configure IPv6
- Common Access Card
- Single Sign-On
- Database Administration
- Cloud Service Management Console Properties
- Marketplace Portal Attributes
- Operations Orchestration Settings
- Identity Management Configuration
- Operations Orchestration Manual Configuration for Designs
- Hubot Notifications Integration with CSA
- Global Search, CSA Search Service and Elastic Search
The OO Designer
The OO Designer is a web-based environment for authoring flows, which is embedded in the CSA UI.
This chapter provides information about configuring the OO Designer to work in an HTML Inline Frame Element (iFrame).
Note An iFrame embeds another HTML page into the current page.
Complete the following steps to configure CSA's OO Designer to appear in an iFrame instead of appearing in a new browser window.
After installing CSA, edit the following file:
CSA_HOME/jboss-as/standalone/deployments/csa.war/dashboard/config.json
Locate the following section:
{
"id": "oo_designer",
"name": "oo_designer",
"description": "oo_designer_description",
"enabled": true,
"style": "oo_designer",
"type": "link",
"target": "_blank",
"url": "/csa/oows_redirect.jsp",
"helptopic": "/csa/oowshelp_redirect.jsp",
"roles": ["CSA_ADMIN", "WORKFLOW_AUTHOR"]}
Remove the line containing
target
and change the value of thetype
field to"iframe"
as shown in bold font:{
"id": "oo_designer",
"name": "oo_designer",
"description": "oo_designer_description",
"enabled": true,
"style": "oo_designer",
"type": "iframe",
"url": "/csa/oows_redirect.jsp",
"helptopic": "/csa/oowshelp_redirect.jsp",
"roles": ["CSA_ADMIN", "WORKFLOW_AUTHOR"]}
Edit the following file:
CSA_HOME/jboss-as/standalone/deployments/csa.war/oows_redirect.jsp
Add
"?embedded=true"
to the URL as shown in bold font:<%@page import="com.hp.csa.core.cfg.CSAProperties" %>
<html>
<head>
<%
String oowsURL = CSAProperties.get("OO_WS_URL");
response.sendRedirect(oowsURL + "/oo-designer/?embedded=true");
%>
</head>
</html>Do the following to restart the HPE Cloud Automation service:
Window: Restart the HPE Cloud Service Automation service.
Linux: Run the following commandsr:
Run
./csa stop
Run
./csa status
and check that the csa service is not running.Run
./csa start
and check that the csa service is running.
CSA includes a self-signed certificate. After you configure CSA to open the OO Designer in an iframe, the browser might not trust the certificate. So you might not be able to open the OO Designer.
Complete the following steps to remedy this certificate issue.
After you enter the CSA URL into a browser, the browser might mark the URL as being untrusted:
Chrome:
Internet Explorer: Look for a certificate error in the URL.
Do the following to open a certificate dialog:
- Chrome: Click the red triangle, then click Details.
- Internet Explorer: Click the certificate error, then click View certificates.
After the certificate dialog appears, export the certificate to a file using
DER encoded binary X.509 (.CER)
format. Remember the file name and location to which you exported the file.To Import the certificate to a browser's
Trusted Root Certification Authorities
do the following:Chrome
Click Settings >Show advanced settings...
Locate the HTTPS/SSL section and click Manage certificates.
After the
Certificates
dialog appears, select Trusted Root Certification Authorities.Click Import...
Navigate to the certificate file that you exported previously.
During the next step, select Place all certificates in the following store.
Ensure that Certificate store is set to
Trusted Root Certification Authorities
, then click Next.Follow the remaining browser navigation instructions to install the certificate.
Restart the browser and enter the CSA URL into the browser to test that you can now open CSA.
Internet Explorer:
Click Internet Options >Content > Certificates.
After the
Certificates
dialog appears, select Trusted Root Certification Authorities.Click Import...
Navigate to the certificate file that you exported previously.
During the next step, select Place all certificates in the following store.
Ensure that Certificate store is set to
Trusted Root Certification Authorities
, then click Next.Follow the remaining browser navigation instructions to install the certificate.
Restart the browser and enter the CSA URL into the browser to test that you can now open CSA.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to clouddocs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: