Erran Carey
Erran Carey
:heart_eyes:
@jmanero-r7 in #78 I use `clipboard.js` for selections. We could likely use it to add a copy button on that page as well. @rfennell-r7 pointed this out over my shoulder...
I'm happy with having this as the default behaviour. @rdickey @bcall-r7 @cdoughty-r7 thoughts?
I started looking into this in 2a9d399 and 57786fe. I realised that we call the resource methods twice. Once when loading the stack and once when rendering the template (calling...
> Example reordering: rapid7/...#653 @tomhart-r7 that's an internal convection repository. 😉 External users won't be able to access that link but we shouldn't leak locations either. (_edited your message_)
See also https://github.com/rapid7/convection/pull/184#r78578402 for more context.
@athompson-r7 @jmanero-r7 @bcall-r7 @bturner-r7 @eciramella-r7 Thoughts on the need of a storage layer? We have a non-persistent level of storage. I'm assuming the storage we refer to in this issue...
Adding a link to the official repository: https://github.com/vmware/rbvmomi
I jumped on this forgetting user-data by default isn't always used for CloudInit. CloudInit provides the ability to change hostname: https://cloudinit.readthedocs.org/en/latest/topics/capabilities.html. Also read this for supported platforms https://cloudinit.readthedocs.org/en/latest/topics/availability.html. Adding the...
I was going to go on about merging `vm.hostname` into the `user_data` config attr_accessor, so CloudInit could update it.