-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
fair bit to go, but some progress:
|
Here's one with clustering and marathon-lb:
|
Okay, this is ready.
|
Quick scan looks good, appreciate the commentary above. Time permitting will do some smoke testing tomorrow. Curious to get @mitkus point of view too. |
package object runtime { | ||
private[reactivecli] val AkkaClusterMinimumReplicas = 2 | ||
private[reactivecli] val ReadyCheckUrl = "/platform-tooling/ready" | ||
private[reactivecli] val HealthCheckUrl = "/platform-tooling/healthy" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think someday these should be annotations that are sourced from the Docker image, with sbt/maven settings to override the defauts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I'll make an issue.
package object runtime { | ||
private[reactivecli] val AkkaClusterMinimumReplicas = 2 | ||
private[reactivecli] val ReadyCheckUrl = "/platform-tooling/ready" | ||
private[reactivecli] val HealthCheckUrl = "/platform-tooling/healthy" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I'll make an issue.
This modifies the CLI to be able to generate DC/OS Marathon configuration.
- [ ] Feature Parity (Secrets, a few others) (I won't have time to do this one)