sjwl

Results 12 issues of sjwl

When erasing takes longer than 30 mins, `terraform destroy` fails. `Use secure erase by default when erasing disks` is enabled in Maas->Settings->Storage

I should be able to deploy a machine that is currently in `Allocated` state owned by me. Currently it seems `terraform apply` will always draw from machines in the `Ready`...

If there is a bad machine that constantly fails deploy, it will place the bad machine back into the Ready pool causing subsequent deployment failures.

## In what area(s)? /area runtime ## Ask your question here Why does `dapr` need `ClusterRole` access to `Secrets`? I understand why `dapr` needs namespaced `Secrets`, but why cluster wide?...

Similar to how pull request resources have the ability to update GitHub's statuses of a given commit (https://developer.github.com/v3/repos/statuses/), we'd like to reflect the status of a triggered job of the...

I want an inventory file that looks like this ```ini [controller] 10.1.1.10 [infra] 10.1.1.11 ``` Because I have a playbook task that looks like this: ```yaml --- # loop through...

enhancement
investigate

Playbooks that take advantage of host variables like so ```yml http_port: "{{ default_http_port | default(hostvars[groups['Atlanta'][0]]['http_port']) }}" ``` would need an inventory that has host variables like so ```ini [atlanta] host1...

enhancement
investigate

Currently it seems `extra_vars` only supports map to string variables, but need more complex variable types than just `string`. This example is attempting to use a `list` type, which fails....

**Describe the issue** The `AWS DynamoDB` docs are missing the minimum IAM policy needed to integrate DynamoDB. As a reference, the AWS SNS/SQS has such information here: https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-aws-snssqs/ **URL of...

content/incorrect-information

``` // schema.cue #a: { name: string } #a ``` ```yaml # a.yaml name: foo ``` ``` > cuetils validate schema.cue a.yaml a.yaml ---------------------- field not allowed: #content Errors in...