summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/deploychef/files/chefsolo_default_attribute.rb
Commit message (Collapse)AuthorAgeFilesLines
* deploychef: result of adapting deploychef to openstackchef classMustapha Lansana2014-09-261-76/+0
| | | | | | | The functionality the following files provide are now implemented in openstackchef class, they are no longer needed in the deploychef package. Signed-off-by: Mustapha Lansana <Mustapha.Lansana@windriver.com>
* deploychef: configure chef-solo for deploychef packageMustapha Lansana2014-09-261-0/+76
The deploychef package uses chef-solo to reconfigure an openstack installation by converting services' configuration files to template files. The attributes file defines the constants chef-solo uses to generate configuration files/scripts. The recipe file describes how those files/scripts should be created. The config and .json files are input to chef-solo and describe location of files. Later in this series, the attributes file will be replaced by a dynamically generated attributes file. In addition, the recipe file will change to accommodate changes to deploychef in order to support openstackchef. Signed-off-by: Mustapha Lansana <Mustapha.Lansana@windriver.com>