- 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
10 lines
263 B
TOML
10 lines
263 B
TOML
[local_phases]
|
|
unit = 'rspec spec/'
|
|
lint = 'cookstyle --display-cop-names --extra-details'
|
|
syntax = "berks install -e integration"
|
|
provision = "echo skipping"
|
|
deploy = "echo skipping"
|
|
smoke = "echo skipping"
|
|
functional = "echo skipping"
|
|
cleanup = "echo skipping"
|