athompson-r7
athompson-r7
This plugin will not install on Elasticsearch 2.0. root@elasticsearch-vagrant:/usr/share/elasticsearch-2.0.0/elasticsearch_2.0.0# bin/plugin install polyfractal/elasticsearch-segmentspy -> Installing polyfractal/elasticsearch-segmentspy... Trying https://github.com/polyfractal/elasticsearch-segmentspy/archive/master.zip ... Downloading ..................................................................................................................DONE Verifying https://github.com/polyfractal/elasticsearch-segmentspy/archive/master.zip checksums if available ... NOTE: Unable to verify...
I normally don't log at DEBUG in production. Maybe expose something to change the log level.
This plugin will not install on Elasticsearch 2.0. root@elasticsearch-vagrant:/usr/share/elasticsearch-2.0.0/elasticsearch_2.0.0# bin/plugin install xyu/elasticsearch-whatson -> Installing xyu/elasticsearch-whatson... Trying https://github.com/xyu/elasticsearch-whatson/archive/master.zip ... Downloading .....................................................................................................................................................................................................................................................................................DONE Verifying https://github.com/xyu/elasticsearch-whatson/archive/master.zip checksums if available ... NOTE: Unable to verify...
We should deprecate the `Berkshelf, :metadata` task, it isn't called directly from `builderator` and I doubt anyone is using this anymore. This task can be replaced with the following `knife`...
We are vendoring cookbooks with the `.builderator` directory, this includes `.builderator/cookbooks/rapid7-logstash-server/.builderator/cookbooks` which is a complete copy of the vendored cookbook set. This shows the nesting: ``` $ find .builderator -name...
The aim of this change is to try to detect the presence of the ignore files/directores in the `chefignore` file and try to add them if they are missing. In...
In certain cases where there are issues with the data/config in `.builderator` directory calling `help` fails. The help command should not try to do anything other than print out the...
For example the following should throw an error or some kind. ``` ruby rds_subnet_group 'VPCDBSubnetGroup' do description 'RDS Subnet Group for the Razor VPC' subnet stack.get('vpc', 'RDSSubnets') end rds_subnet_group 'VPCDBSubnetGroup'...
We need to get something in place that will allow us to swap between direct communication with cloudformation and our own storage layer.