Doug MacEachern

Results 48 comments of Doug MacEachern
trafficstars

@Anvil indeed, thanks, changed + pushed.

I'm currently using this: https://github.com/dougm/bats/commit/0b25d8abb8b7ffaf82d830d45276d0561dc5672d With an Emacs mode to run the tests: https://github.com/dougm/bats-mode/blob/master/bats-mode.el There's a key-binding to run a single bats test, wherever the cursor is currently at. Any...

@ahippo I'd like a command-line option too, but afaict the options parser in bin/bats only handles boolean options. So I just wanted to get the concept working and check if...

@harschware Just opened PR #117 - I've continued to use it myself as-is via bats-mode.el since

Note that we do: https://github.com/vmware/govmomi/blob/849e47a1ef1ee62d7a4da7736a0b2d6353311747/object/host_system.go#L86

Note that while we don't yet support datastore cluster placement, you should be able to specify the path to a specific datastore within the cluster, for example: ``` /dc1/datastore/my-storage-pod/datastore1 ```...

The [Etcd on data disk CAEP](https://github.com/kubernetes-sigs/cluster-api/pull/3048) has been accepted and implementation [merged](https://github.com/kubernetes-sigs/cluster-api/pull/3066). The CAPA PR [Etcd EBS Volumes](https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/1707) is in progress based on the new CABPK disk support. Is anyone...

Agreed, I had started to look at doing this a while back.. was thinking we could export the existing `soap.statusError` and also expose the `http.Response.StatusCode`. Then use that error type...

> 1. Make statusError public and have it carry core parts of the request such status code. If we expose it, then clients can at least cast to that error...

I hadn't used `QueryTpmAttestationReport` before, and it doesn't return any data against the hosts I'm using. But, I can reproduce what you're seeing with HostSystem config.certificate field, also a `[]byte`....