Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] CloudService(s)

Hi Scott,

If you download the latest snapshot file (Settings->Snapshots->Download), you can search the XML for instances of your created components. Delete these components, then upload your updated XML (Settings->Snapshots->Upload and Apply). 

--Dave

On Oct 24, 2016, at 17:15, Lewis, ScottX <scottx.lewis@xxxxxxxxx> wrote:

Thanks to both for info.   Sounds good.

As we won't be able to move to develop branch right away, and deleting the factory components sounds slightly easier than calling CloudServiceFactory.deleteConfiguration (although this could be easier) I would like details on

>...manually delete the factory components from the snapshot XML file.


Scott


From: kura-dev-bounces@xxxxxxxxxxx [kura-dev-bounces@xxxxxxxxxxx] on behalf of De Alti, Cristiano [Cristiano.DeAlti@xxxxxxxxxxxx]
Sent: Monday, October 24, 2016 1:49 PM
To: Kura Developers mailing list
Subject: Re: [kura-dev] CloudService(s)

I just want to add that this is already possibile from the web UI if you build the develop branch.
Ciao,
  Cristiano

Da: kura-dev-bounces@xxxxxxxxxxx <kura-dev-bounces@xxxxxxxxxxx> per conto di Woodard, David <david.woodard@xxxxxxxxxxxx>
Inviato: lunedì 24 ottobre 2016 20.48.37
A: Kura Developers mailing list
Oggetto: Re: [kura-dev] CloudService(s)
 
Hi Scott,

Currently only the createConfiguration method is exposed in the OSGi console. The service itself, CloudServiceFactory, does have a deleteConfiguration method that could be used like any other OSGi service. We could (and probably should) include this method in the OSGi console. I have created an issue here [1].

In the mean time, you can use the CloudServiceFactory.deleteConfiguration(String pid) service method or manually delete the factory components from the snapshot XML file. If you need further information on how do to either, let me know. Also note, we will be adding the ability to manipulate the factory instances in the web UI soon.


Thanks,
--Dave


On Oct 24, 2016, at 12:44, Lewis, ScottX <scottx.lewis@xxxxxxxxx> wrote:

Hi Dave,

I've been successfully using the Multiple Cloud Connections as per  [1].   I would now, however, now like to delete/remove the CloudService-2 and associated DataService-2 and DataTransportService-2.   Is there a delete analog to kura.cloud:createConfiguration?

I looked for a docs on all the kura console commands but didn't find it.   My apologies if I'm just looking in the wrong places.

Thanks,

Scott



From: kura-dev-bounces@xxxxxxxxxxx [kura-dev-bounces@xxxxxxxxxxx] on behalf of Woodard, David [david.woodard@xxxxxxxxxxxx]
Sent: Monday, October 10, 2016 12:11 PM
To: Kura Developers mailing list
Subject: Re: [kura-dev] CloudService(s)

Hi Scott,

As of Kura v2.0.0, you can have multiple instances of the transport services. Please see this wiki article [1] for reference. In the next release we hope to have this integrated into the web UI.


Thanks,
--Dave

On Oct 10, 2016, at 15:02, Lewis, ScottX <scottx.lewis@xxxxxxxxx> wrote:

Sorry [1] https://www.eclipse.org/forums/index.php/t/942338/

________________________________________
From: kura-dev-bounces@xxxxxxxxxxx [kura-dev-bounces@xxxxxxxxxxx] on behalf of Lewis, ScottX [scottx.lewis@xxxxxxxxx]
Sent: Monday, October 10, 2016 11:56 AM
To: kura-dev@xxxxxxxxxxx
Subject: [kura-dev] CloudService(s)

Hi Folks,

There's a question in the forum from a while ago [1] that suggests that there is only cloud service (and one underlying DataTransportService) instance possible.   Is this still the case?, or is it possible now to have more than one CloudService (and have it use/depend upon a specific instance...of several...DataTransportServices?

Thanksinadvance,

Scott

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev
_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev


Back to the top