Shawn Neal

Results 17 issues of Shawn Neal

Move configuration building and execution logic to its type separate from command line flag declarations

I'm not sure what's possible in this realm because of the lighter weight reflection API, but it seems like some support would be possible.

I'm attempting to use Mangle to inject faults into a BOSH managed VM and I need to debug and modify the Python scripts that are running on the remote VM....

## Issue [errors/v2.yml](https://github.com/cloudfoundry/cloud_controller_ng/blob/c828f68c53af6acd8025e0100babb624e75213a2/errors/v2.yml) contains two duplicate keys: - 60003 [here](https://github.com/cloudfoundry/cloud_controller_ng/blob/c828f68c53af6acd8025e0100babb624e75213a2/errors/v2.yml#L216) and [here](https://github.com/cloudfoundry/cloud_controller_ng/blob/c828f68c53af6acd8025e0100babb624e75213a2/errors/v2.yml#L221) - 290013 [here](https://github.com/cloudfoundry/cloud_controller_ng/blob/c828f68c53af6acd8025e0100babb624e75213a2/errors/v2.yml#L1021) and [here](https://github.com/cloudfoundry/cloud_controller_ng/blob/c828f68c53af6acd8025e0100babb624e75213a2/errors/v2.yml#L1031) Both of the above are defined twice and with different names and messages...

unscheduled
v2-only

Perhaps look into moving to Github actions for builds

Each vars value is [interpolated and are unmarshalled as yaml via the imported bosh cli lib](https://github.com/cloudfoundry/bosh-cli/blob/64c1fef923ed91248bfb3b6dfc5d1373496ab2e0/director/template/var_kv.go#L38) so when you have a var value that starts with an ampersand it causes...

unscheduled

## Issue Missing manifest process readiness check attributes from API docs ## Context We [added the attributes](https://github.com/cloudfoundry-community/go-cfclient/pull/391) to the `manifest` resources in the go-cfclient but they're missing from the object...

Adds the ability to override the default Opsman UAA endpoint to aid in development. - Centralize target URL parsing and validation with tests. - Add error message returned from UAA...

unscheduled

It would be useful to be able to make network policy API calls using the go-cfclient. The resources would need to be added and a new client. I don't know...

One thing that would be very helpful with the go-cfclient's testutil resource generator is allowing user provided templates. In addition to the JSON template files, a user can also provide...