|
Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
Hi, You can use bosh cloudcheck command to restore the VM state. That saves you the time-consuming part of build/upload/deploy cycle, since it will just restore the processes on the containers/VMs. If
Hi, You can use bosh cloudcheck command to restore the VM state. That saves you the time-consuming part of build/upload/deploy cycle, since it will just restore the processes on the containers/VMs. If
|
By
Hristo Iliev
· #3767
·
|
|
Dc4cities-project post from hsiliev@... requires approval
You should create a client with the proper permissions/authorities. For bosh-lite this is done with: gem install cf-uaac uaac target uaa.bosh-lite.com --skip-ssl-validation uaac token client get admin
You should create a client with the proper permissions/authorities. For bosh-lite this is done with: gem install cf-uaac uaac target uaa.bosh-lite.com --skip-ssl-validation uaac token client get admin
|
By
Hristo Iliev
· #3721
·
|
|
apps logs
Hi, You can check the the App Usage Events API [1]. They are discarded after some time (default: a month), so you should move the info to a dedicated DB if you need audit events. Regards, Hristo Iliev
Hi, You can check the the App Usage Events API [1]. They are discarded after some time (default: a month), so you should move the info to a dedicated DB if you need audit events. Regards, Hristo Iliev
|
By
Hristo Iliev
· #3709
·
|
|
[abacus] MongoDB client
Hi, I merged the new client as "mongoclient" module. For now the only way to try it out is to rename it to dbclient and replace the existing CouchDB client with it. Regards, Hristo Iliev
Hi, I merged the new client as "mongoclient" module. For now the only way to try it out is to rename it to dbclient and replace the existing CouchDB client with it. Regards, Hristo Iliev
|
By
Hristo Iliev
· #3532
·
|
|
[abacus] MongoDB client
Hi, I now have the first version of a drop-in replacement client for MongoDB: https://github.com/hsiliev/cf-abacus/commit/c29700aa996bf8169767f99ff3d815d4768a2608 The client still has some limitations
Hi, I now have the first version of a drop-in replacement client for MongoDB: https://github.com/hsiliev/cf-abacus/commit/c29700aa996bf8169767f99ff3d815d4768a2608 The client still has some limitations
|
By
Hristo Iliev
· #3495
·
|
|
[abacus] CouchDB
Hi, I've been working on an initial implementation of mongodb client: https://github.com/cloudfoundry-incubator/cf-abacus/pull/194 The implementation is currently meant as a drop-in replacement for th
Hi, I've been working on an initial implementation of mongodb client: https://github.com/cloudfoundry-incubator/cf-abacus/pull/194 The implementation is currently meant as a drop-in replacement for th
|
By
Hristo Iliev
· #3176
·
|
|
Questions about purge app usage event API
Hi, You can do one or more of these: 1) Start billing epoch just once 2) Compare real application state with the events and provide a compensation logic. We tried this in the Abacus cf-bridge prototyp
Hi, You can do one or more of these: 1) Start billing epoch just once 2) Compare real application state with the events and provide a compensation logic. We tried this in the Abacus cf-bridge prototyp
|
By
Hristo Iliev
· #2969
·
|
|
Questions about purge app usage event API
Hi Minoru, AFAIK the API does not handle the race condition and this is documented in the link you provided: "There is the potential race condition if apps are currently being started, stopped, or sca
Hi Minoru, AFAIK the API does not handle the race condition and this is documented in the link you provided: "There is the potential race condition if apps are currently being started, stopped, or sca
|
By
Hristo Iliev
· #2908
·
|
|
[abacus] CouchDB
Hi, I'm wondering how tightly Abacus is bound to CouchDB? Can we create another dbclient that stores the data in DB that allows raw json documents? How easy/hard this would be and where one should sta
Hi, I'm wondering how tightly Abacus is bound to CouchDB? Can we create another dbclient that stores the data in DB that allows raw json documents? How easy/hard this would be and where one should sta
|
By
Hristo Iliev
· #2660
·
|
|
[abacus] Eureka vs gorouter
Hi, Recently abacus introduced Eureka client and stub. Looking at the high level description of what Eureka does it seems it has almost the same responsibilities as gorouter. What is the reason to hav
Hi, Recently abacus introduced Eureka client and stub. Looking at the high level description of what Eureka does it seems it has almost the same responsibilities as gorouter. What is the reason to hav
|
By
Hristo Iliev
· #2659
·
|
|
abacus collector doesn't work
Hi, Do you run this in bosh-lite environment of on hosted CF? In case you have bosh-lite env you have to create a security group that enables the different micro-services to talk to each other. We alr
Hi, Do you run this in bosh-lite environment of on hosted CF? In case you have bosh-lite env you have to create a security group that enables the different micro-services to talk to each other. We alr
|
By
Hristo Iliev
· #2588
·
|
|
[abacus] UI technology for onboarding and reporting apps
We intend to create 2 applications connected with Abacus: * onboarding - assists service providers with resources definitions (formulas, history, pricing, ...) * reporting - provides different views (
We intend to create 2 applications connected with Abacus: * onboarding - assists service providers with resources definitions (formulas, history, pricing, ...) * reporting - provides different views (
|
By
Hristo Iliev
· #2134
·
|
|
[CF-Abacus] Billing & Metering of app usage
We want to integrate the metrics provided by Cloud Foundry with Abacus. We plan to create a billing/metering integration layer that: fetches the app usage events from CC inserts runtime usage data to
We want to integrate the metrics provided by Cloud Foundry with Abacus. We plan to create a billing/metering integration layer that: fetches the app usage events from CC inserts runtime usage data to
|
By
Hristo Iliev
· #1170
·
|
|
Billing & Metering of app usage with Abacus
We want to integrate the metrics provided by Cloud Foundry with Abacus <https://github.com/cloudfoundry-incubator/cf-abacus>. We plan to create a billing/metering integration layer that: - fetches the
We want to integrate the metrics provided by Cloud Foundry with Abacus <https://github.com/cloudfoundry-incubator/cf-abacus>. We plan to create a billing/metering integration layer that: - fetches the
|
By
Hristo Iliev
· #1158
·
|