X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6620632b4abc48652c8374cfccbb9c14a8cb1968..d9ce053b71c151916fa8764b44a6058f827d3146:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index d77de74ad..63e3503e2 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -134,11 +134,32 @@ suites: - name: openssh run_list: - recipe[openssh::default] + - name: osmosis + run_list: + - recipe[osmosis::default] - name: otrs run_list: - 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]