Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Chapter 26. Creating a Fabric in the Cloud

To create a fabric on a cloud, you need to
  • Have established an account with a cloud provider
  • Provide the tooling the account details for connecting to the cloud
  • Specify the details required for creating the fabric and the machine image on which it will run

26.1. Adding cloud details

Overview

To connect to a cloud, the tooling needs the relevant access and authorization information. This information was provided to you or a system administrator by the cloud provider, when the account was set up.

Procedure

To add a cloud's access details:
  1. In Fabric Explorer, right-click Clouds to open the context menu, and then select Add Cloud details.

    Figure 26.1. Cloud Details wizard

    Cloud access details wizard
    Note
    An error icon ( error icon ) marks required fields that lack a valid value, and the dialog banner displays the number of errors detected.
  2. In Name, enter a name for the cloud.
    Important
    The next three fields provide two methods for specifying the provider's information. You select either a provider's name, or you select both an API and its endpoint.
  3. In Provider name, select the name of the cloud provider from the drop-down list.
    If you select a provider name, the tooling autofills Api name and Endpoint with the selected provider's information, so you can skip to Step 6.
  4. In Api name, select from the drop-down list the name of the API you want to use.
    This list displays only APIs that have been installed on your local machine or environment.
  5. In Endpoint, enter the uri of the web service that exposes the API you selected in Step 4.
    If you have an on-premises, private cloud installed, you need to get this uri from the cloud administrator.
  6. In Identity, enter the account identifier supplied by the cloud provider.
    For example, for Amazon Elastic Compute Cloud (EC2) accounts, you'd enter the Access Key ID.
  7. In Credential, enter the account password supplied by the cloud provider.
    For example, for Amazon Elastic Compute Cloud (EC2) accounts, you'd enter the Secret Access Key.
  8. In Owner, for EC2 only, enter the id assigned to a custom image.
    This option is EC2-specific and applies only to custom images. To query or use a custom image, you must enter the owner id assigned to it by EC2; otherwise, the image will not appear in the list of instances.
If you entered valid access details, the tooling connects to the cloud whose access details you specified and loads the provider's images. Once that's done, the name you entered in Step 2 appears as a node under Clouds in Fabric Explorer.

Related topics

Section 23.3, “Creating a new container on a cloud”