builderator icon indicating copy to clipboard operation
builderator copied to clipboard

Tools to make CI Packer builds awesome

Results 13 builderator issues
Sort by recently updated
recently updated
newest added

This PR increases the retry attempts on getting a new AMI from AWS to see if the following error is caused by a timing issue: https://razorci.osdc.lax.rapid7.com/job/image-rapid7-consul-server-ubuntu1804/13/console

Based on https://docs.chef.io/install_omnibus.html the correct url to install chef from is https://omnitruck.chef.io/install.sh and not https://www.chef.io/chef/install.sh

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...

When running `gem build builderator.gemspec` I get the following error: ``` text WARNING: open-ended dependency on ignorefile (>= 0) is not recommended if ignorefile is semantically versioned, use: add_runtime_dependency 'ignorefile',...

bug

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...

bug

If the AMI copy process fails, you see logs that look like this ``` 16:57:43 Waiting for ami-XXXXXXXX in eu-central-1 to become Available 16:57:43 my-ami is still in the pending...

Per @fmitchell-r7's comment in #9 (https://github.com/rapid7/builderator/pull/9#discussion_r46425230): > I'm not a fan of encoding type information in method names, since it leads to an explosion of methods as more supported types...

enhancement

The current interface for adding policy files has no ordering when multiple policies are defined in the same parent Buildfile.

bug