diff --git a/roles/allinone.json b/roles/allinone.json index 32c597a..6f2417f 100644 --- a/roles/allinone.json +++ b/roles/allinone.json @@ -51,6 +51,9 @@ "recipe[openstack-dns::identity_registration]", "recipe[openstack-image::image_upload]", "recipe[openstack-dashboard::horizon]", - "recipe[openstack-dashboard::neutron-lbaas-dashboard]" + "recipe[openstack-dashboard::neutron-lbaas-dashboard]", + "recipe[openstack-integration-test::create_network]", + "recipe[openstack-integration-test::setup]", + "recipe[openstack-integration-test::run_tempest]" ] }