Re: Adding Huawei Object Storage: 3 questions

2024-02-09 Thread Ronald Feicht
0 | Fax: +49 6135 71691 - 299 http://www.scsynergy.com | ronald.fei...@scsynergy.com Sitz der Gesellschaft Bodenheim, HRB 8830, Amtsgericht Mainz, Geschäftsführer: Christian Reichert From: Daan Hoogland Sent: Wednesday, January 31, 2024 10:49 To: dev@cloudstack.apache.org Subject: Re: Adding Huawei

Adding Huawei Object Storage: 3 questions

2024-01-31 Thread Ronald Feicht
Hi, I have only lately found out, that I cannot use the publicly available Java SDK for Huawei Object Storage (which has Maven coordinates) as this SDK only works for the public Huawei Cloud, not for local non-cloud devices. Instead, all I have is a JAR file under the Apache License 2.0 sent

Re: New Object Storage - Huawei OBS

2024-01-08 Thread Ronald Feicht
see no issues. I'm investigating further, in the meantime removing rootca project can unblock your development. Regards, Kishan -Original Message- From: Ronald Feicht Sent: Friday, December 15, 2023 2:12 PM To:dev@cloudstack.apache.org Subject: Re: New Object Storage - Huawei O

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Ronald Feicht
share a draft PR, I can review and suggest what is missing. Regards, Kishan -----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 th

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 Ronald Feicht
py the jar of your plugin (just for the tests) in `/usr/share/cloudstack-management/lib/` and restart the service Best regards, Slavka On Thu, Dec 14, 2023 at 11:57 AM Wei ZHOU wrote: > Is the module added to client/pom.xml ? > > -Wei > > On Thu, 14 Dec 2023 at 10:51, Ronald

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

Re: You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-13 Thread Ronald Feicht
og "2023-12-13T13:01:40.388380Z 3 [Note] Aborted connection 3 to db: 'cloud' user: 'cloud' host: 'localhost' (Got an error reading communication packets)" Since this error can have a multitude of causes I would be grateful for any hints to point me in

Re: You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-11 Thread Ronald Feicht
lva wrote: Hi, Once you've setup CloudStack and built the UI following the steps mentionedhttps://github.com/apache/cloudstack/tree/main/ui#cloudstack-ui , you'd be able to access the UI at port 5050. Regards, Pearl   From: Ronald Feicht Sent: December 4, 2023

You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-04 Thread Ronald Feicht
Hi, I have followed https://docs.cloudstack.apache.org/en/4.18.1.0/developersguide/developer_guide.html to build CloudStack 4.19 from source but when I connect to http://192.168.17.225:8080/client/ I only get "You're in developer mode, please build and run UI using npm." I built the UI usin