aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-08-28packagegroup-cloud-compute: Add ebtables kernel modulesMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28packagegroup-cloud-compute: Moved kernel modules to RRECOMMENDSMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28packagegroup-cloud-compute: Load veth kernel moduleMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28linux-yocto: Enabled support for veth interfacesMihai Prica
This is required by the quantum component. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-nova: Add quantum settingsMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-horizon: Add runtime dependency on nodejsMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-horizon: Changed DEBUG to TrueMihai Prica
If DEBUG is set to False the static files are not loaded correctly. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-horizon: Fix bindir search pathMihai Prica
An error occurs because horizon searches for lessc in /usr/lib/python2.7/site-packages/bin while this is installed in /usr/share/bin. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-horizon: Change tabs to spacesMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28keystone, nova: Moved environment variables to novaMihai Prica
The keystone package is only installed on a controller node. This way the credentials can be loaded on both types of nodes. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-nova: Minor refactoringMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28identity: Set ADMIN_PASSWORD from identity classMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-keystone: Remove old commentsMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-quantum: Configure postgresql credentialsMihai Prica
The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-nova: Configure postgresql credentialsMihai Prica
The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-keystone: Configure postgresql credentialsMihai Prica
The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-glance: Configure postgresql credentialsMihai Prica
The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-cinder: Configure postgresql credentialsMihai Prica
The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28postgresql: Made the postgresql credentials configurableMihai Prica
The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-quantum: Load credentials from the identity classMihai Prica
The configuration files are now automatically created from the templates. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-glance: Load credentials from the identity classMihai Prica
The configuration files are now automatically created from the templates. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-nova: Load credentials from the identity classMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-glance: Removed old codeMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-cinder: Use the identity to get credentialsMihai Prica
The credentials are defined in the identity bbclass and the recipe will set them in the configuration files. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28identity.bbclass: Added new classMihai Prica
Each service(nova, glance, cinder...) has its own keystone user. These users are created in a postinstall for the keystone package. This new class is used to store some of the credentials used by keystone and all packages will inherit this class and create the appropriate configuration files. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-nova: Minor modificationsMihai Prica
- Removed old comments. - Added glance_host option. This should be used on a compute node. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28DOC: Updated documentationMihai Prica
* Fixed various typos. * Added more information about the identity service. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28packagegroup-cloud-controller: Added horizon to the controller nodeMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-horizon: Added 2013.1.2Mihai Prica
* Horizon is a web based user interface that provides an interface to the OpenStack services. * Added initscript that starts the service at boot time. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-cinderclient: Added setuptools-git dependencyMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-novaclient: Added setuptools-git dependencyMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28readme: Added README fileMihai Prica
This contains all the informations required to build the OpenStack components. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28iptables: Reverted to 1.4.17 versionMihai Prica
The layer will be built with yocto 1.4.1 which has iptables 1.4.17. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-django: Reverted to 1.4.5Mihai Prica
The Horizon OpenStack dashboard requires Django >=1.4 <1.5. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28postgresql: Added timezone info to postgresqlMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28DOC: Added draft for layer documentationMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-cinder: Removed old configurationMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-django: added 1.5Mihai Prica
Initial draft Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-django-openstack-auth: added 1.0.11Mihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-django-compressor: added 1.3Mihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-appconf: added 0.6Mihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28tgt: Removed commentsMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28iptables: Reverted to 1.18Mihai Prica
In the latest version from poky, the iptables-restore command is broken. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-quantum: Removed old commentsMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-cinder: Decreased sleep periodMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28nova, glance, keystone, quantum: Make sure postgres is runningMihai Prica
To initialize the databases the openstack components require that the postgresql server is running. Because there is no guarantee to the order in which postinstalls are run, the postinstalls first check to see if postgresql is running, and start it if it's not. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-glance: Create log directory in initscriptMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28rabbitmq-server: Updated patchMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-pytz: added 2013bMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
2013-08-28python-six: added 1.3.0Mihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>