X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bf4c91815e210ba175f610713fa43cba3aa7d347..d9ce053b71c151916fa8764b44a6058f827d3146:/.kitchen.yml?ds=inline diff --git a/.kitchen.yml b/.kitchen.yml index 792b4198b..63e3503e2 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -142,6 +142,24 @@ suites: - recipe[accounts::default] - recipe[chef::default] - role[otrs] + - name: planet + run_list: + - recipe[planet::default] + - name: planet-dump + run_list: + - recipe[planet::dump] + - name: planet-notes + run_list: + - recipe[planet::notes] + attributes: + web: + readonly_database_host: readonly + - name: planet-replication + run_list: + - recipe[planet::replication] + attributes: + web: + readonly_database_host: readonly - name: python run_list: - recipe[python::default]