Amos Shapira

Results 12 comments of Amos Shapira

Does the original code work with IPv6?

1. We are extremely paranoid about losing data in this cluster, and wanted to avoid leaving it without replication of the migrating shards if at all possible. 2. We use...

@lmenezes thanks very much for considering it (and your work on Kopf in general, it's one of the very few pinned tabs on my laptop). I managed to work around...

I'm hitting the same problem with similar versions: - OS X 10.11.6 - Vagrant 1.8.4 - Landrush 1.1.1 - VirtualBox 5.0.26 Trying to reload landrush-dependent virtual machines doesn't help. As...

A very quick look at the code, perhaps the `+?` in https://github.com/TomPoulton/hiera-eyaml/blob/master/lib/hiera/backend/eyaml/parser/encrypted_tokens.rb#L86 triggers a minimum requirement of one character in the value. Replacing the empty value by a space corrects...

Your proposed fix on lines 116 and 126 works. I think that empty values are OK since I use it outside eyaml too. Results with the fix: 1. The encrypted...

@RoUS you might be right about the literal value being `''`, but perhaps what works for me is that the way I use it it's treated as an empty string....

Pinging again after over a year of no action here. Is there any reason not to provide a hosted chart, even under a temporary setup?

There is AWS CloudFormer: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-using-cloudformer.html I used it to describe a manually setup VPC as a CFN Template which I could then convert into a Troposphere script.