Brandon Ivers

Results 11 issues of Brandon Ivers

@EvanPurkhiser this project looks great, so psyched it exists! Curious if you have any plans to implement MIDI sync? It seems like the basics for it are here (bpm, 'start'...

l0-setup is currently broken for new installs due to incompatible params with the AWS 2.0 provider. We should either update the resource and module params to the latest standards, or...

bug
cleanup

We currently have [good developer docs](https://github.com/quintilesims/layer0/blob/develop/DEVELOP.md#test-your-changes) that outline how to update the API and runners for a given deployed Layer0 instance, but we should expand this section to provide more...

docs

When shelling out to terraform, it appears that the parent shell's is not completely inherited. This results in odd behavior such as the output below, when attempting to run system...

As part of a Layer0 instance, we poll which AMIs are available for ECS services during `l0-setup` apply. We are currently matching for specific service AMIs here: https://github.com/quintilesims/layer0/blob/500-system-tests-tlake/setup/module/api/core.tf#L167 We should...

enhancement

System tests are being manually triggered by developers currently, but it would be nice to get them working as part of a CI pipeline. Requirements: - Add required dependencies to...

enhancement

Throughout Layer0's lifecycle, we've had discussions on how to improve the relationship between loadbalancers (ELBs) and services from the CLI. The workflow is currently: - create a `deploy` (that has...

wontfix

We currently default to 'binpack' for all task placements: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-strategies.html However, there is value in allowing the user to configure their own placementStrategy. Some discussion as to why: https://github.com/quintilesims/layer0/pull/201 This...

enhancement

Application Load Balancer logic which consumes our wrapper code in `/common/aws/elbv2`. This will be similar to the code found in `/api/backend/ecs/load_balancer_manager.go`, but expanded to support the additional ALB API methods...

Support for the Layer0 Application Load Balancer API in the Layer0 CLI (`l0`). UX would be similar to the existing `loadbalancer` support, but with some added complexity due to additional...