integrations
integrations copied to clipboard
Weave Third-Party Integrations
I ran this template here: https://github.com/weaveworks/guides/blob/master/weave-multicast/weave-multicast.md I tried both 1.2.0 or 1.2 for Weave Scope . and also 1.9.0 and 1.9 for Weave Net. Unfortunately that doesn't work either --...
the weave service doesn't get executed along w/ ecs/docker if using a recent-ish ecs-optimized AMI thanks to systemd vs upstart
E.g. when AWS takes away a VM because the auto-scale group is shrinking, or because it was a spot instance.
When I last built them, all the AMIs ended up "private". The command-line way to make one public is: aws ec2 modify-image-attribute --region=us-east-2 --image-id ami-6a0b350f --launch-permission "{\"Add\": [{\"Group\":\"all\"}]}" but I...
Travis build for #137 (https://travis-ci.org/weaveworks/integrations/builds/366114204) fails like so: ``` $ aws cloudformation validate-template --template-body "file:////${PWD}/aws/ecs/cloudformation.json" | jq . Unable to locate credentials. You can configure credentials by running "aws configure"....
Currently, the simplest way to run Scope (and Scope-aaS) in ECS is through the Weave ECS AMI or cloud formation templates. This is a pretty hard requirement for existing ECS...
Observed in the log files of `weave` in a three-node cluster: ``` INFO: 2017/10/23 08:42:23.313585 Our name is a2:ef:b2:fc:2e:ba(ip-172-31-0-233) INFO: 2017/10/23 08:42:23.313613 Launch detected - using supplied peer list: [172.31.1.40...
Hi, I'm new to weave net and I'm trying to run it in one of our ECS systems. I'm using the latest weave ecs ami (ECS-AMI-2017-09-07) I noticed that sometimes...
It looks like the version numbers for scope and weave are hard-coded into the .json for the cloudformation template. Is there a way to automate this, so that we don't...
I have been using weave with three hosts however two of these instances are spot. They go down and back up few times but lately, all tasks in these instances...