summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* WIP Use arping from iputilsPedro Alvarez2015-06-052-4/+8
| | | | Change-Id: Ie925709677c2a83d7e512911fc4cfa7de749e967
* Cinder: Update the cinder.conf with kilo examplePedro Alvarez2015-06-041-1/+4
| | | | | | | | | Generated with: ./tools/config/generate_sample.sh -b . -p cinder -o etc/cinder Also install some generic configuration files at build time, and remove them from the manifest.
* Horizon: Install the openstack_dashboard django project in /var/lib/horizonPedro Alvarez2015-06-041-31/+35
| | | | | | | | | | | | | | | | With this patch we avoid some problems: - Horizon trying to write in /usr/lib/python2.7/site-packages/static - We won't have to maintain a copy of local_settings.py - The workaround of creating a symlink for django.wsgi is not needed now. This patch also changes apache-horizon.conf to - Change the path of django.wsgi file - Load the horizon server with the url 'http://<IP-of-OpenStack>' (the 'horizon/' suffix is removed) - Grant permissions to access to /var/lib/horizon/static Also changes 'tempest.conf' to change Horizon urls.
* Use a version of Babel with Unicode CLDR includedPedro Alvarez2015-06-042-2/+8
| | | | | | | | | | | Babel was failing with the following error: RuntimeError: The babel data files are not available. This usually happens because you are using a source checkout from Babel and you did not build the data files. Just make sure to run "python setup.py import_cldr" before installing the library. This commit fixes the problem.
* WIP Ironic: update configuration files to KiloTiago Gomes2015-06-041-7/+8
| | | | | | This commit updates the Ironic's configuration files to be the factory versions for the Kilo release. Our custom configuration will be re-added in a following commit.
* Openstack: Add python-requests-aws required by CeilometerFrancisco Redondo Marchena2015-06-041-0/+5
| | | | | | | | AWS authentication for Amazon S3 for python request library. This is required by Ceilometer because of the following bug: https://bugs.launchpad.net/ceilometer/+bug/1424746 Change-Id: I2652a6491c4e0852a95e83ed81d01ae309585645
* OpenStack: Install default configuration for glanceFrancisco Redondo Marchena2015-06-042-0/+30
| | | | Change-Id: If4f38bddc997f841ff50394dff3d9cf450d0f8a8
* OpenStack: Install default configuration for novaFrancisco Redondo Marchena2015-06-041-2/+8
| | | | Change-Id: I8d80f0d554c5ab7b0f71a41aee767521928b8444
* Neutron: update configuration files to KiloTiago Gomes2015-06-041-7/+17
| | | | | | | | | | | This commit updates the Neutron's configuration files to be the factory versions for the Kilo release. Our custom configuration will be re-added in a following commit. Also install configuration files which will are not going to be modified in the following commit, in the post-install-commands for the chunk; as opposite to having them laying around in the repo and installing them with the install-files configuration extension.
* OpenStack: Install default configuration for keystonePedro Alvarez2015-06-042-0/+10
|
* Upgrade tempest to verison 4 (Kilo), and dependenciesPedro Alvarez2015-06-042-4/+10
| | | | | | | | New component needed: - tempest-lib 0.5.0 The following upgrade was needed: - testscenarios to 0.4
* Upgrade horizon to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-06-043-13/+31
| | | | | | | | | | | | | | | | | New componentes needed: - pint 0.6 as a horizon dependency - xstatic-angular-lrdragndrop 1.0.2.3 - xstatic-magic-search 0.2.0.1 - xstatic-termjs 0.0.4.2 The following upgrades were needed: - django-openstack-auth to 1.2.0 - python-heatclient to 0.4.0 - python-saharaclient to 0.8.0 - xstatic-bootstrap-datepicker to 1.3.1 - xstatic-bootstrap-scss to 3.1.1.1 - xstatic-d3 to 3.1.6.2 - xstatic-hogan to 2.0.0.2
* Upgrade swift to 2.3.0 (Kilo), and dependenciesPedro Alvarez2015-06-041-2/+25
| | | | | | | | New component needed: - gf-complete 2 - jerasure 2 - liberasurecode 1.0.7 - pyeclib 1.0.7
* Upgrade ironic to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-06-041-3/+20
| | | | | | | | Other changes: - Rename pysinglefile to pysendfile - Add ironic runtime dependencies as build dependencies to track some information about them, and to be consistent with other OpenStack components.
* Upgrade ceilometer to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-06-043-18/+33
| | | | | | | | | | | | | New components needed - redis-py 2.10.3 - kafka-python 0.9.3 - werkzeug 0.10.4 The following upgrades were needed: - python-ceilometerclient to 1.0.14 - tooz to 0.13.2 - pymemcache to v1.2.9 - zake to 0.2.1
* Upgrade cinder to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-06-042-6/+11
| | | | | The following upgrade was needed: - python-barbicanclient to 3.0.3
* Upgrade keystone to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-06-041-9/+13
| | | | | | | | New components needed: - pysaml2 2.4.0 Other changes: - Remove duplicated oauthlib keeping the most recent
* Upgrade neutron to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-06-042-5/+9
| | | | | The following upgrade was needed: - python-novaclient to 2.23.0
* Upgrade nova to 2005.1.0 (Kilo)Pedro Alvarez2015-06-042-21/+17
| | | | | | | | | | The following upgrades were needed: - python-neutronclient to 2.4.0 - cmd2 to 0.6.7 - cliff to 1.10.1 - python-glanceclient to 0.17.1 - websockify to 0.6.1 - oslo-rootwrap to 1.6.0
* Upgrade glance to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-06-046-49/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New components needed: - ordereddict 1.1 - oslo-concurrency 1.8.0 - oslo-context 0.2.0 - posix-ipc - oslo-log 1.0.0 - oslo-middleware 1.2.0 - aioeventlet 0.4 - trollius 1.0.4 - urllib3 1.10.4 - semantic-version 2.4.1 The following upgrades were needed: - eventlet to v0.17.3 - sqlalchemy-migrate to 0.9.6 - httplib2 to v0.9.1 - kombu to v3.0.26 - oslo-config to 1.9.3 - oslo-utils to 1.4.0 - taskflow to 0.7.1 - keystonemiddleware to 1.5.1 - pycadf to 0.9.0 - oslo-vmware to 0.11.0 - suds to 0.4 - oslo-serialization to 1.4.0 - python-keystoneclient to 1.3.1 - oslo-i18n to 1.5.0 - oslo-db to 1.7.1 - alembic to 0.7.6 - testscenarios to 0.4 - oslo-messaging to 1.8.2 - oslo-policy 0.3.2 - glance_store to 0.4.0 Other changes: - Use a stable version of prettytables 0.7.2 so that we know the version number of if. - Move netifaces to openstack-common, because it's needed for the new version of oslo-utils.
* initramfs: Update to include shutdownramfs supportRichard Maw2015-06-042-3/+2
| | | | Change-Id: I4f618fe3ba1c7ffe8be2226564f7c95d150d22fd
* tbdiff: Update to fix failure to deploy when files in /etc contain \Richard Maw2015-06-041-1/+1
| | | | Change-Id: I0fe801dda64a9a20a27e3d67aa36cb12560a1f3a
* gobject-introspection: depend on bashJavier Jardón2015-06-041-0/+1
| | | | | ... to avoid build failure when building gobject-introspection Change-Id: I9efdbe7063595fe147e00b4e5335ba6a32afa582
* libvirt.morph: Don't autostart the default networkPedro Alvarez2015-06-031-0/+3
| | | | | | | | | | | | | Remove the symlink that enables the default network to autostart. It's helpful to have a default network, but starting it automatically may create some confusion to the network if you didn't want it running, and didn't know it was there. I found that this network was running after configuring a OpenStack sub-network using the same range of IP addresses and suffering connectivity issues. Change-Id: I0d0c399236ba06547e20c6433f115633a97b01b9
* strata/foundation.morph: Upgrade to systemd v220Javier Jardón2015-06-031-2/+2
| | | | Change-Id: If22da124a46444fbcde69b12ff50ca3d44300173
* Fix bison dependencies so that it builds without git and bashRichard Dale2015-06-022-3/+5
| | | | Change-Id: Idd1a0c155f2872c2b4aba64fa388e505e04fe7ab
* Move libffi.morph to strata/core/Javier Jardón2015-06-012-1/+1
| | | | Change-Id: I6bd38c933bcb86376a31fb36a6e40d2bd156822d
* Add CUPS stratum and chunkJim MacArthur2015-06-012-0/+23
| | | | | | | This is required to build openjdk, but may be useful in its own right too. Change-Id: I0a25e7b9875026860945f03d22a8bb8b17660584
* stage1-gcc.morph: Fix compilation support when natively compile for armv5Javier Jardón2015-05-281-0/+2
| | | | Change-Id: Id7b85f0700e2b422a1a610d09d76e038e14db73c
* Adds stratum for mtd-utilsMike Williams2015-05-282-0/+17
| | | | | | | | | mtd-utilities provides tools for working with the kernel MTD subsystem. It is already being lorried. This patch provides a stratum such that they can be used in systems. Additionally it adds this patch to the build system for the Aspeed openBMC system. Change-Id: I8831fb95c3dd5fc0c0203da2f9e9d4d368c6fa54
* btrfs-progs.morph: workaround to fix compilation when compiling for armv5lJavier Jardón2015-05-271-1/+3
| | | | | | | | | | | | This is the error this patch fixes: [CC] cmds-filesystem.o /tmp/ccxlOOZV.s: Assembler messages: /tmp/ccxlOOZV.s:4983: Error: invalid operands (.text and *UND* sections) for `-' Makefile:149: recipe for target 'cmds-filesystem.o' failed make: *** [cmds-filesystem.o] Error 1 Change-Id: I336c28a0ec57ec37d577c58d44dade3c37607fe1
* strata/core.morph: Add build dependencies to LibexpatPedro Alvarez2015-05-261-17/+21
| | | | | | | | | These dependencies are: - Autoconf - Automake - Libtool Change-Id: Id4bb6ec40311c681b1708cad2114fc603a525b82
* Make gettext depend in libexpat to add support to translate XML filesJavier Jardón2015-05-262-13/+11
| | | | | | | | | | | Also, use autotools instead the experimental cmake system as It doesnt seem to generate the correct libexpat.so.x files. Thanks to Daniel Silverstone for the automake line to add the missing automake files (like install-sh) as upstream doesnt have them Change-Id: Ide6ad8ecb9ed35a42348a882cb9acc3b36fc4e34
* strata/core.morph: XML-Parser doesnt depend on libxml2Javier Jardón2015-05-261-1/+0
| | | | Change-Id: I943416ae89987a053d42e5161a86d9f37f7fea78
* Upgrade to mesa-10.6-rc1Javier Jardón2015-05-263-26/+2
| | | | | | | | | | | | This release fixes https://bugs.freedesktop.org/show_bug.cgi?id=86701 So, 3D acceleration works again in virtual machines. Because of this, the special mesa-common-vm stratum is not needed anymore (used to compile thre last known version with 3D acceleration support in vm, 10.3.7) Change-Id: Iddddc6511b67bc53e4c87939ae0d060740ed2f4c
* strata/input-common: Update input stackJavier Jardón2015-05-261-6/+6
| | | | | | | | - xkeyboard-config to 2.14 - libevdev to 1.4.2 - libinput to 0.15.0 Change-Id: Id2f94ad2b5dfc87ce22a77c31ad79b99a748bbd8
* Add `arping` to networking-utilsTiago Gomes2015-05-266-12/+43
| | | | | | | | | Because `arping` requires the libpcap library, move tcpdump and libpcap to networking-utils. Add also `arping`'s libnet dependency. Change-Id: Ie459e5295bc2770856e06cb005845ee3f172e68e
* Add `findutils` to coreutils-commonTiago Gomes2015-05-262-0/+10
| | | | | | | Busybox's find is not good enough for the OpenStack networking service. Add it to coreutils-common, where the other core tools like sed an diff live. Change-Id: I314e4cc7f02fbb2cb3ed7efbd1616c701551fac7
* Add chunk for Info-Zip (zip) and add it to toolsJim MacArthur2015-05-262-0/+14
| | | | Change-Id: I072ed81a7eb48a982b288a4684c264f3ff5cf439
* Upgrade dbus to 1.9.16James Thomas2015-05-222-5/+5
| | | | | | We can also now use enable-user-session to ensure users have a dbus session Change-Id: I80c174d9ef9ea7d848c2828ae03934c6bdb2c8c4
* Openstack: Clean up tempest installationFrancisco Redondo Marchena2015-05-221-6/+7
| | | | | | | This patch installs the minimal set of files and folders required to run tempest. Change-Id: I111c4935befd7699fdb54c8876f7f2350ce391d9
* Update ref of websockify to a fixed versionFrancisco Redondo Marchena2015-05-211-2/+2
| | | | | | | | | | | The previous version had its submodules pointing to git.baserock.org. The new version uses the 'upstream:' alias. See commit 244e16c16aa11852706a7ab51cf6dd216e3315a8 for more information. Change-Id: I86a129582185582d41c57779b899a00d6c6fc64f
* Update ref of pystache to a fixed versionFrancisco Redondo Marchena2015-05-211-1/+1
| | | | | | | | | | | The previous version had its submodules pointing to git.baserock.org. The new version uses the 'upstream:' alias. See commit 244e16c16aa11852706a7ab51cf6dd216e3315a8 for more information. Change-Id: Ia6c3466842ae26244538b1018a0e435300f2c8f9
* Update ref of numpy to a fixed versionPedro Alvarez2015-05-211-1/+1
| | | | | | | | | | | The previous version had its submodules pointing to git.baserock.org. The new version uses the 'upstream:' alias. See commit 244e16c16aa11852706a7ab51cf6dd216e3315a8 for more information. Change-Id: Ifd2cf708ccdebb14dbef8131e4b10bebf545a11f
* Update ref of librabitmq to a fixed versionPedro Alvarez2015-05-211-1/+1
| | | | | | | | | | | | The previous version had its submodules pointing to git.baserock.org. The right thing to do is to point to the Trove using the 'upstream:' alias, so that definitions don't use git.baserock.org. This is needed if you want to build using a local trove, with all the sources (downstream trove) and you don't have access to git.baserock.org. Change-Id: Id8b26064d0afd66a0b1db6a18c4b69e02085299d
* Openstack: Point novnc submodule to git.baserock.orgFrancisco Redondo Marchena2015-05-211-2/+2
| | | | Change-Id: Ie7c397d2510673b483d5f3d75010b037cdb50495
* Update ceph and boost libraries to work in harmony with new gccPatrick Darley2015-05-201-5/+5
| | | | Change-Id: I5f3bb1eea14d1aab695c4fc9a2e972c594666f75
* Update qtwebkit to 5.4.2Jonathan Maw2015-05-191-2/+2
| | | | | | | | This is required because the updated gcc version revealed that qtwebkit was implicitly relying on some templates being instantiated, and gcc had optimized them away. Change-Id: I924ba5604deda6bc0a2d514f67a7a75fddbaf446
* Move qtmultimedia to gstreamer-1.0Jonathan Maw2015-05-191-3/+3
| | | | | | | | gstreamer-0.10 is currently broken by the current version of bison, and fixing it is a major hassle due to submodules. Note: Qt 5.5 will include support for this by default Change-Id: Ie3d118d53befa56744d97b107e58b701c904f9f7
* Move e2fsprogs from foundation to core stratumJavier Jardón2015-05-194-7/+8
| | | | | | | | So cross- systems doesnt depend on the whole foundation (cross- systems include morph, which depends on ostree, wich depends on e2fsprogs) Change-Id: I77918e2a2a66e9bd7c8ce77d2447e390d192a1c8