Update wiki Home page for ceph-source

gitea_admin 2026-03-11 14:35:26 +00:00
parent 2b87cfec5d
commit 72b55a0da3

41
Home.md

@ -1,21 +1,34 @@
# Deploy the Project on CamelX Platform # Ceph Source
Deploy on CamelX Platform in three steps Receive data from an Ceph Bucket, managed by a Object Storage Gateway.
## Step 1: Create a release ## Metadata
From the project space, click on **"Create a release"**
The new version is automatically available in the list | Property | Value |
|----------|-------|
| Type | source |
| Group | Ceph |
| Namespace | Cloud |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `bucketName` | string | ✓ | | The Ceph Bucket name. |
- **Resources:** Set CPU and Memory | `deleteAfterRead` | boolean | | `true` | Specifies to delete objects after consuming them. |
| `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. |
| `includeBody` | boolean | | `true` | If true, the exchange is consumed and put into the body and closed. If false, the Object stream is put raw into the body and the headers are set with the object metadata. |
| `prefix` | string | | | The bucket prefix to consider while searching. |
| `ignoreBody` | boolean | | `false` | If true, the Object body is ignored. Setting this to true overrides any behavior defined by the `includeBody` option. If false, the object is put in the body. |
| `cephUrl` | string | ✓ | | Set the Ceph Object Storage Address Url. |
| `delay` | integer | | `500` | The number of milliseconds before the next poll of the selected bucket. |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:aws2-s3`
- `camel:kamelet`