Irving Popovetsky
Irving Popovetsky
# Version: windows_2016 1.3.0 # Environment: Vmware # Scenario: the [vm_tools](https://github.com/chef/bento/blob/master/packer_templates/windows/cookbooks/packer/recipes/vm_tools.rb) recipe does not have logic for installing VMware tools. It should probably do something like this (but as Chef)...
### Describe the Enhancement: Currently the disk performance counters are not enabled for the C: drive, so you don't see any disk statistics in tools like Perfmon. To enable them,...
*cfn-lint version: (`cfn-lint --version`)* ``` cfn-lint 0.22.3 ``` *Description of issue.* AWS won't let you set [`AWS::CloudWatch::Alarm.Period`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-period) less than `60`, it would be neat if cfn-lint flagged that. Please provide...
As discussed internally, we are "torture testing" the habitat supervisor in very large rings (ranging from 500 to 2000 nodes, via Kubernetes). Using 0.68 as well as a master build...
I think we may have an order-of-operations problem here: https://github.com/chef/omnibus-ctl/blob/master/lib/omnibus-ctl.rb#L861 - the external_cleanse_X methods shouldn't fire after cleanse because the secrets files will be gone by then. ``` [root@ip-10-42-49-198 ~]#...
Habitized docker containers tend not to mix well with things like volume mounts - for example if you want to mount a data volume, it only mounts owned by root....
- Update the CentOS basebox to CentOS 6.5 - Change the Ubuntu basebox to use the latest bento box, switch to 64-bit for consistency - Update `.kitchen.local.yml` example to reflect...
Hi! I recently shared my refactor of our sqlfluff GHA workflow in the getdbt community slack, and was reminded to PR it here! Please let me know if I have...
I noticed that machine_image will delete the node and client, but it does not destroy the instance it created. ``` - Create image irving-windows-image from machine irving-windows-image with options {}[2015-07-11T09:06:40-07:00]...
Given the following code ``` machine_image 'irving-windows-image' do action :destroy end ``` it only removes the data bag entry, doesn't delete the AMI and associated Snapshot as you'd expect: ```...