Chris Phillipson
Chris Phillipson
Unfortunately, cf-butler makes use of some Java 11 features. Turns out there's an open issue logged [here](https://github.com/oracle/graal/issues/651). As soon as this is resolved, and we have a new release of...
The design of [ResourceNotificationPolicyExecutorTask](https://github.com/pacphi/cf-butler/blob/master/src/main/java/io/pivotal/cfapp/task/ResourceNotificationPolicyExecutorTask.java#L83) and [ResourceNotificationPolicy](https://github.com/pacphi/cf-butler/blob/master/src/main/java/io/pivotal/cfapp/domain/ResourceNotificationPolicy.java) only really allow for existence matching. Label values in [ResourceEmailMetadata](https://github.com/pacphi/cf-butler/blob/master/src/main/java/io/pivotal/cfapp/domain/ResourceEmailMetadata.java) are just email accounts which have an _email domain_ appended. What if we wanted...
Report on average # of app instances per Diego Cell. We could consume the `total-running-application-instances` metric from the `/snapshot/summary` endpoint. The other info we need is the counts from the...
Add the ability to define a policy that when executed scans for apps with one or more app instances that have been in an "idle" state (e.g., idle could mean...
So there's this https://github.com/maruTA-bis5/mattermost4j. Maybe we can look at enhancing the existing query policy feature by offering an alternative configuration to target a [Mattermost](https://mattermost.com) instance?
* and bring other associated dependencies and plugins up to dat too * fix .jar packaging for cloud-native-spring as library dependency; exclude @SpringBootApplication annotated class * update Gradle Wrapper to...
Not just labs exercise variants. Slides currently make references to Gradle. Maven variants are available here: https://github.com/Pivotal-Field-Engineering/devops-workshop-boeing/commit/3393f743ef422d3b2186dc5c31941382729074a0
It's cool that you can hit the `/refresh` endpoint to refresh the configuration for a single app instance. But what about when you have N app instances running? It's pretty...
Reference the steps here: http://docs.pivotal.io/spring-cloud-services/1-4/common/service-registry/enabling-peer-replication.html.
Should riff off Spring Cloud Pipelines, or a variant of Stark and Wayne tutorial. * http://cloud.spring.io/spring-cloud-pipelines/ * https://github.com/starkandwayne/concourse-tutorial