Bug 1480124
| Summary: | [RFE] Support Block Provisioner and S3 template deployment via cns-deploy tool | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Humble Chirammal <hchiramm> |
| Component: | cns-deploy-tool | Assignee: | Jose A. Rivera <jarrpa> |
| Status: | CLOSED ERRATA | QA Contact: | Prasanth <pprakash> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | cns-3.6 | CC: | asriram, bmohanra, hchiramm, jarrpa, pprakash, rcyriac, rhs-bugs, rreddy, srmukher, vinug |
| Target Milestone: | --- | ||
| Target Release: | CNS 3.6 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
With this update, cns-deploy is now able to deploy the gluster-block provisioner pod and the gluster-s3 service pod.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-11 07:12:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1488122 | ||
| Bug Blocks: | 1445444 | ||
|
Description
Humble Chirammal
2017-08-10 09:00:54 UTC
https://github.com/gluster/gluster-kubernetes/pull/299 -> S3 deployment. As per the cns-deploy --help output, following are the newly included features/options to the tool as part of this RFE:
*************************************
--no-block
Don't deploy a gluster-block container. Default is to deploy.
--block-host SIZE
Specify the size (in GB) of the GlusterFS volumes which will be
automatically created to host gluster-block volumes. Default is
to not automatically create host volumes for gluster-block.
--no-object
Don't deploy a gluster-s3 container. Default is to deploy.
--object-account ACCOUNT, --object-user USER, --object-password PASSWORD
Required credentials for deploying the gluster-s3 container. If
any of these are missing, object container deployment will be
skipped.
--object-sc STORAGE_CLASS
Specify a pre-existing StorageClass to use to create GlusterFS
volumes to back the object store. Two volumes are created, one
for object data and one for metadata. Default is to create a new
StorageClass called 'glusterfs-for-s3'.
--object-capacity CAPACITY
The total capacity of the GlusterFS volume which will store the
object data. Default is '2Gi'.
*************************************
We need to ensure that we are documenting this properly with examples in the appropriate section in the guide.
Based on Comment 8, Comment 9 and Comment 10, moving it to Verified. I have reviewed the doc text. It looks good to me. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:2881 Marking qe-test-coverage as - since the preferred mode of deployment is using ansible |