Petr Michalec
Petr Michalec
while ``` knife spork promote test lab_audit ``` I got: ``` Adding version constraint lab_audit = 0.1.0 Saving changes to test.json ERROR: Errno::ENOENT: No such file or directory @ rb_sysopen...
I found my users to be time-outed frequrently. I found that ootb on ubuntu12.04 and mysql cookbook the my.cnf contains wait_timeout = is se to 180 which seems to be...
**Describe the bug** Pn 0.34.x releases we do experience mem leak on physical instances, while the same setup on AWS is fine. It could be due node workload, but still...
### Command - [ ] check-image-updates - [ ] delete - [X] deploy - [ ] diff - [ ] helm-pull - [ ] helm-update - [ ] list-images -...
# Description This is POC/Draft for discussion only. Implements https://github.com/kluctl/kluctl/issues/345 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes...
# Description Allow this on deployment.yml so the folder with code can be referenced either as include while allowing additional processing). I use this for shared artefacts. In one folder...
# Description I did this change locally on my repo, to properly use anchors and merge in context.yml as specified for yaml. Looks like the only difference is `DisallowUnknownFields`: https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/yaml.go#L42,...
### Command - [ ] check-image-updates - [ ] delete - [X] deploy - [ ] diff - [ ] helm-pull - [ ] helm-update - [ ] list-images -...
[openstack] missuse of OS key_name attribute to search for r usessh key under .chef/keys or ~/.ssh
``` boostrap_option => { :key_name => '', } ``` You should not expect that user has the key stored under .chef/keys or ~/.ssh under the same name as key_name in...
At: https://github.com/chef/chef-provisioning-fog/blob/master/lib/chef/provisioning/fog_driver/driver.rb#L469 Openstack (Kilo with nova networking) rejects to disassociate 'auto' assigned floating_ip (defined in /etc/nova/nova.conf). Assuming we can't recognize auto assigned ip addresses I suggest to catch all errors...