1b39032b8d
- Cookstyle fixes - Refactor Berksfile to use groups so we can exclude integration testing cookbooks - Update documentation - Enable sensitive resources for the template[/etc/cinder/cinder.conf] and to resources improve security. - Update delivery configuration to exclude integration cookbooks - Fix ChefSpec output. - Switch package installations to send packages as arrays instead of individual package resources. This generally speeds up chef runs. Depends-On: https://review.opendev.org/701027 Depends-On: https://review.opendev.org/706151 Depends-On: https://review.opendev.org/706157 Change-Id: I73948a67e798477cfe7d3cf62474d0ea96f90db2
15 lines
239 B
YAML
15 lines
239 B
YAML
AllCops:
|
|
Include:
|
|
- metadata.rb
|
|
- Gemfile
|
|
- attributes/**
|
|
- libraries/**
|
|
- providers/**
|
|
- recipes/**
|
|
- resources/**
|
|
- spec/**
|
|
Exclude:
|
|
- .cookbooks/**/*
|
|
- berks-cookbooks/**/*
|
|
- .bundle/**/*
|