Zack Patrick

Results 17 issues of Zack Patrick

``` l0 entity delete -> l0 entity rm l0 entity list -> l0 entity ls l0 entity create -> l0 entity get -> ? ```

* We should increase the total number of tasks created from 100 to 500. Possibly 1000. * Tasks should task some random amount of time to complete. Probably between 30...

Currently, developing layer0 requires push access to the `quintilesims/l0-api` and `quintilesims/l0-runner` repositories. We should document pathways for non-ims developers to use tools like `l0-setup` and `flow` with their own personal...

enhancement
Low Pri

The `deploy.Dockerrun` field returned by the Layer0 API's `GetDeploy()` function usually does not hold the exact same information as the `Dockerrun.aws.json` that created it. This is because ECS will fill...

enhancement
Low Pri

AWS charges by the hour, rounding up for EC2 instances. It's more time/cost effective to keep an EC2 instance up for an hour than it is to delete/spin up a...

enhancement

Allow users to create and filter entities based on tags. Some examples: ``` l0 environment create --tag owner:zpatrick --tag tier:testing dev l0 environment get --tag owner:zpatrick ENVIRONMENT ID ENVIRONMENT NAME...

We currently hardcode 8Gib root vol size for linux instances, and 200Gib windows instances. Users may want to specify their own root vol sizes in the future, e.g. ``` l0...