diff --git a/Home.md b/Home.md index 93a012c..637c8a4 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,35 @@ -# Deploy the Project on CamelX Platform +# Ceph Sink -Deploy on CamelX Platform in three steps +Upload data to an Ceph Bucket managed by a Object Storage Gateway. -## Step 1: Create a release -From the project space, click on **"Create a release"** +In the header, you can optionally set the `file` / `ce-file` property to specify the name of the file to upload. -The new version is automatically available in the list +If you do not set the property in the header, the Kamelet uses the exchange ID for the file name. -## Step 2: Deploy -Click on **"Deploy"** +## Metadata -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Ceph | +| Namespace | Cloud | +| Support Level | Stable | +| Provider | Apache Software Foundation | -## Step 3: Expose -Enable **"Expose"** +## Properties -Choose an **API Gateway** (Internal, Public, etc.) +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `bucketName` | string | ✓ | | The Ceph Bucket name. | +| `accessKey` | string | ✓ | | The access key. | +| `secretKey` | string | ✓ | | The secret key. | +| `zoneGroup` | string | ✓ | | The bucket zone group. | +| `autoCreateBucket` | boolean | | `false` | Specifies to automatically create the bucket. | +| `cephUrl` | string | ✓ | | Set the Ceph Object Storage Address Url. | +| `keyName` | string | | | The key name for saving an element in the bucket. | + +## Dependencies + +- `camel:core` +- `camel:aws2-s3` +- `camel:kamelet`