summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/cloud-init
Commit message (Collapse)AuthorAgeFilesLines
* cloud-init: install to correct target directoryKeith Holman2014-06-161-0/+7
| | | | | | | | | | | | | The setup.py script that is included with the cloud-init code is setup to install files into the "/usr/lib" directory. On 64-bit machines the target directory should be "/usr/lib64". This generates a warning when using bitbake. This fix performs a search and replace on the setup.py file to set the correct output directory. This fix also adds a symbolic link to each script from the /etc/cloud directory to make the scripts available from a more obvious location. Signed-off-by: Keith Holman <Keith.Holman@windriver.com>
* sysklogd: add syslog user and group and add dependencyKeith Holman2014-05-261-1/+4
| | | | | | | | | | | | | Some OpenStack components expect the system to contain a syslog user for logging purposes and fail if one doesn't exist. This fix adds the syslog user and group within the sysklogd package since it responsible for the system logging capabilities of the system. This fix also adds a dependency between the package requiring the syslog user to exist. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cloud-init: create skeleton packageBruce Ashfield2014-03-114-0/+244
This creates a basic/skeleton cloud-init package that has the following properties: - working sysvinit scripts - Wind River distro definition - baseline cloud.cfg with no data source and "hands off" configuration Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>