Creating or modifying a connection
This topic contains the following sections:
Overview of creating connections
In the service definition, you can define how one component communicates with other components.
In the service definition, you can specify the source and destination components. For example, you can create a connection between the Tomcat server in one component and the Oracle database in a different component.
Connections between components are unidirectional from Source to Destination. The following figure shows that:
- For Connection 1, Component 1 is the Source and Component 2 is the Destination
- For Connection 2, Component 2 is the Source and Component 3 is the Destination
When you define a connection between components in different resource sets, these values pre-populate their network path. For more information, see Configuring network paths.
To create or modify a connection
- In the Service Blueprints Definition editor, click the Service Definition tab.
- Click Connections.
- In the Connections column, click New
.
- Enter a name that briefly describes the connection (for example, Apache to mySQL).
- Enter a helpful description (for example, Connection between Apache Server and mySQL DB).
- Select a protocol (for example, TCP).
- Specify the source component details (for example, Web Tier).
- Enter the port (for example, 82).
- Specify the target component details (for example, Application Tier).
- Enter the port (for example, 2002).
- Click OK.
After you save the service blueprint, the connections are displayed in the Service Blueprints console.
Related topics
Creating-requestable-services
Building-service-blueprints
Creating-services
Navigating-the-Service-Blueprints-window
Copying-a-service-blueprint