{ "name": "allinone-centos7", "description": "Environment used in testing the upstream cookbooks and reference Chef repository with vagrant. To be used with the vagrantfile-allinone vagrantfile. Defines the necessary attributes for a working all-in-one openstack deployment, using neutron for the networking component, and the openvswitch neutron plugin", "cookbook_versions": { }, "json_class": "Chef::Environment", "chef_type": "environment", "override_attributes": { "mariadb": { "mysqld": { "lc_messages_dir": "/usr/share/mariadb" } }, "openstack": { "yum": { "uri": "https://trunk.rdoproject.org/centos7-master/current-passed-ci/", "gpgcheck": false }, "telemetry": { "conf": { "DEFAULT": { "meter_dispatchers": "database" } } }, "dashboard": { "server_hostname": "localhost" }, "memcached_servers": [ "127.0.0.1:11211" ], "mq": { "user": "admin" }, "network": { "conf": { "DEFAULT": { "service_plugins": "router" } } }, "image": { "image_upload": true }, "compute": { "conf": { "libvirt": { "cpu_mode": "none", "virt_type": "qemu" } } } } } }