deploykit
deploykit copied to clipboard
A toolkit for creating and managing declarative, self-healing infrastructure.
When launching infrakit local vagrant provision vagrant-centos7-vm.json I get the following: CRIT[02-08|13:59:51] error executing module=main cmd=infrakit err="Post http://h: net/http: request canceled (Client.Timeout exceeded while awaiting headers)" fn=main.main Post http://h: net/http:...
Pulled down code yesterday and was trying to get infrakit to launch with the vagrant plugin. Launched the plugin and the did a `infrakit local vagrant provision vagrant-centos7-vm.json. I then...
The group SPI has a `DescribeGroup`: https://github.com/docker/infrakit/blob/master/pkg/spi/group/spi.go#L45 The group controller then called the instance plugin's `DescribeInstances`: https://github.com/docker/infrakit/blob/master/pkg/plugin/group/scaled.go#L142 Note that the `DescribeInstances` is hardcoded to `properties=true`. Depending on how the instance...
Per Moby Project recommendations. There's already an infrakit org. Some issues + Need to update project import paths + Set up vanity import path? + Need to work out Circle...
infrakit's hyperkit and vpnkit intergration seems to be out of date. VMs created using this plugin does not get requested IP address; hyperkit.json does not include parameters like vpnkit_uuid or...
To track the OpenStack InfraKit plugin. More tasks will be added during the examination phase. - [ ] Examining existing SDKs - [ ] PoC of creating Server instances with...
We are testing some HA recovery scenarios and we killed 2 of the 3 managers; this resulted in the following: ``` WARN[10-31|22:13:13] Leadership status is uncertain module=manager err="Error response from...
To track the Cisco UCS Plugin. - [x] Examining existing SDKs - [x] Code aligned with providers location - [x] Example plugin that connects to a UCS Domain - [...
The Google README at https://github.com/docker/infrakit/blob/master/pkg/provider/google/README.md says to run `${PATH_TO_INFRAKIT}/infrakit-flavor-vanilla`. This doesn't exist. Also, the main README (https://github.com/docker/infrakit#binaries) links to https://github.com/docker/infrakit/blob/master/examples/flavor/vanilla, which doesn't exist. Running `infrakit plugin start manager group vanilla...
It seems that processing template actions via `infrakit template` is different from `infrakit utils init` w.r.t. passing in vars. For example: ``` {{ include (cat (var `filename`) `.txt` | nospace...