Joe Topjian

Results 140 comments of Joe Topjian

> It might make more sense to have a mechanism whereby the dynamic inventory script will read the String field as raw YAML. Terraform has a native [`jsonencode`](https://www.terraform.io/docs/configuration/interpolation.html#jsonencode-value-) function that...

> Whatever the solution is, the inventory script/plugin will need to understand that the value it is passing needs to be encoded as json/yaml structures and not a string. Yes,...

I apologize - I've lost track of some issues when the provider split happened over the summer. This is more or less expected behavior. We've made notes about this in...

I think this is more of a core bug than specific to OpenStack since it deals with the core schema and resource packages. However, if I'm wrong about this, please...

That sounds good to me! I'm in no rush to implement this - I can work around it.

@Crapworks Just a heads up that this might take a number of weeks/months to put in place since the entirety of FWaaS v2 will have to be added to Gophercloud...

@khdegraaf Thanks for your work on this > although it times out if only given two hours to run For the entire suite? This sounds right - depending on the...

Any environment should work. The key is using RDO to install an all-in-one environment isolated in a virtual machine. As long as you have that, everything should work. The "outer"...

> So the complete acceptance test runs for you when running in OpenStack on an isolated virtual machine? Yes. I'll also try to combine both discussions here :smile: A few...

@khdegraaf Yes, where `$1` can be any string match against a test: `TestServers` `TestServersCreateDestroy` `TestServersCreateDestroyWithExtensions` etc So while there are some broken acceptance tests, you can still test against chunks...