Re: New Object Storage - Huawei OBS

2024-01-08 Thread Ronald Feicht
Regards, Kishan -Original Message- From: Kishan Kavala Sent: Friday, December 15, 2023 6:42 PM To:dev@cloudstack.apache.org Subject: RE: New Object Storage - Huawei OBS Ronald, The error is coming from rootca project after adding Huawei OBS plugin

Re: New Object Storage - Huawei OBS

2023-12-20 Thread Wido den Hollander
__ From: Kishan Kavala Sent: Friday, December 15, 2023 06:35 To: dev@cloudstack.apache.org Subject: RE: New Object Storage - Huawei OBS Hi Ronald,     You need to add module to client/pom.xml and add the plugin folder to plugins/pom.xml. Looks like your implementation of Object

Re: New Object Storage - Huawei OBS

2023-12-19 Thread Wido den Hollander
Op 14/12/2023 om 10:51 schreef Ronald Feicht: Hi, I am trying to write an Object Storage plugin for Huawei OBS using Minio as example. I added my plugin code to the plugins/storage/object/ directory, added my plugin into plugins/pom.xml and added the string 'Huawei OBS' to

Re: New Object Storage - Huawei OBS

2023-12-16 Thread Wido den Hollander
m | ronald.fei...@scsynergy.com Sitz der Gesellschaft Bodenheim, HRB 8830, Amtsgericht Mainz, Geschäftsführer: Christian Reichert From: Kishan Kavala Sent: Friday, December 15, 2023 06:35 To: dev@cloudstack.apache.org Subject: RE: New Object Storage - Huawei OBS Hi Rona

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wei ZHOU
;>> drwxr-xr-x. 2 root root 21 Dec 15 08:59 . > >>> drwxr-xr-x. 3 root root 39 Dec 15 08:59 .. > >>> > >>> I have compared my plugin code to that of Minio and > >> https://github.com/wido/cloudstack/commits/ceph-object-store but fail > to > >&g

RE: New Object Storage - Huawei OBS

2023-12-15 Thread Kishan Kavala
-iam 3.1.69 provided Regards, Kishan -Original Message- From: Kishan Kavala Sent: Friday, December 15, 2023 6:42 PM To: dev@cloudstack.apache.org Subject: RE: New Object Storage - Huawei OBS Ronald, The error is coming from rootca project after

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wido den Hollander
i...@scsynergy.com Sitz der Gesellschaft Bodenheim, HRB 8830, Amtsgericht Mainz, Geschäftsführer: Christian Reichert From: Kishan Kavala Sent: Friday, December 15, 2023 06:35 To: dev@cloudstack.apache.org Subject: RE: New Object Storage - Huawei OBS Hi Ronald,

RE: New Object Storage - Huawei OBS

2023-12-15 Thread Kishan Kavala
@cloudstack.apache.org Subject: Re: New Object Storage - Huawei OBS Hi Kishan, when I add my module to client/pom.xml I get the following error and http://192.168.17.252:8080/client/ returns "HTTP ERROR 503 Service Unavailable" because of the following exception: [WARNING] Failed startup

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wei ZHOU
itionSet] > (main:null) (logid:) Loading module context [storage-object-ceph] from > URL > > [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0-SNAPSHOT.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml] > 2023-12-15 12:24:39,496 INFO [o.

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wido den Hollander
i...@scsynergy.com Sitz der Gesellschaft Bodenheim, HRB 8830, Amtsgericht Mainz, Geschäftsführer: Christian Reichert From: Kishan Kavala Sent: Friday, December 15, 2023 06:35 To: dev@cloudstack.apache.org Subject: RE: New Object Storage - Huawei OBS Hi Ronald,

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Ronald Feicht
ecember 15, 2023 06:35 To: dev@cloudstack.apache.org Subject: RE: New Object Storage - Huawei OBS Hi Ronald, You need to add module to client/pom.xml and add the plugin folder to plugins/pom.xml. Looks like your implementation of ObjectStoreProvider is not getting registered as a ObjectStoreProvider. If you can

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Ronald Feicht
:26 To: dev@cloudstack.apache.org; Ronald Feicht Subject: Re: New Object Storage - Huawei OBS Op 14/12/2023 om 10:51 schreef Ronald Feicht: > Hi, > > I am trying to write an Object Storage plugin for Huawei OBS using Minio as > example. I added my plugin code to the plugins/st

RE: New Object Storage - Huawei OBS

2023-12-14 Thread Kishan Kavala
-Original Message- From: Ronald Feicht Sent: Thursday, December 14, 2023 5:01 PM To: dev@cloudstack.apache.org Subject: Re: New Object Storage - Huawei OBS Hi, I had added the module to client/pom.xml, but then http://192.168.17.252:8080/client/ retuns "HTTP ERROR 503 Se

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Wido den Hollander
Op 14/12/2023 om 10:51 schreef Ronald Feicht: Hi, I am trying to write an Object Storage plugin for Huawei OBS using Minio as example. I added my plugin code to the plugins/storage/object/ directory, added my plugin into plugins/pom.xml and added the string 'Huawei OBS' to

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Rohit Yadav
. From: Ronald Feicht Sent: Thursday, December 14, 2023 17:00 To: dev@cloudstack.apache.org Subject: Re: New Object Storage - Huawei OBS Hi, I had added the module to client/pom.xml, but then http://192.168.17.252:8080/client/ retuns "HTTP ERROR 503 Service Unavailable"

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Ronald Feicht
m Sitz der Gesellschaft Bodenheim, HRB 8830, Amtsgericht Mainz, Geschäftsführer: Christian Reichert From: Slavka Peleva Sent: Thursday, December 14, 2023 11:37 To: dev@cloudstack.apache.org Subject: Re: New Object Storage - Huawei OBS Hi Ronald, In the logs, yo

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Slavka Peleva
Hi Ronald, In the logs, you can find all the modules that are loaded like: ``` 2023-12-14 12:28:21,480 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Module Hierarchy: storage 2023-12-14 12:28:21,480 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null)

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Wei ZHOU
Is the module added to client/pom.xml ? -Wei On Thu, 14 Dec 2023 at 10:51, Ronald Feicht wrote: > Hi, > > I am trying to write an Object Storage plugin for Huawei OBS using Minio > as example. I added my plugin code to the plugins/storage/object/ > directory, added my plugin into

New Object Storage - Huawei OBS

2023-12-14 Thread Ronald Feicht
Hi, I am trying to write an Object Storage plugin for Huawei OBS using Minio as example. I added my plugin code to the plugins/storage/object/ directory, added my plugin into plugins/pom.xml and added the string 'Huawei OBS' to AddObjectStorage.vue for the dropdown in the UI. But when I select