summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Configure Mysql user in postgres.yml for nowbaserock/pedroalvarez/openstack-kilo-mariadbPedro Alvarez2015-05-291-0/+31
|
* Add mariadb to databases.morphPedro Alvarez2015-05-292-0/+53
|
* Configure cinder for openstack kilo releasePatrick Darley2015-05-281-29/+56
|
* Update the cinder.conf with kilo examplePatrick Darley2015-05-285-845/+862
| | | | | | | | | | Taken from the following source on 2015-05-21: docs.openstack.org/kilo/config-reference/content/section_cinder.conf.html Also install some generic configuration files at build time, and remove them from the manifest. Fixup use default cinder files provided
* Horizon: Install the openstack_dashboard django project in /var/lib/horizonPedro Alvarez2015-05-286-594/+46
| | | | | | | | | | | | | | | | 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-05-282-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: add back the custom configurationTiago Gomes2015-05-281-18/+18
| | | | | Add back the custom configuration for Ironic, this time adapted for OpenStack Kilo release.
* WIP Ironic: update configuration files to KiloTiago Gomes2015-05-283-231/+552
| | | | | | 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-05-281-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: Add back the custom configuration for ceilometerFrancisco Redondo Marchena2015-05-282-41/+46
| | | | | | Add configuration to get VM information using libvirt. Change-Id: I3f1f272600b89abe64d7361acedfd6447a90d0b9
* Openstack: Add ceilometer.conf for KiloFrancisco Redondo Marchena2015-05-281-908/+1212
| | | | Change-Id: Ia57ca6a5415d8f506566c534c1311cc5649bc941
* Openstack: Add back the custom configuration for novaFrancisco Redondo Marchena2015-05-281-67/+67
| | | | | | | Add back the custom configuration for nova adapted for the OpenStack Kilo release. Change-Id: I1af61630c64925fcd468aaae111b8589dc9f9dd5
* Openstack: Add nova.conf for KiloFrancisco Redondo Marchena2015-05-281-772/+971
| | | | | | | | The version of nova.conf where taken from http://pkgs.fedoraproject.org/cgit/openstack-nova.git/tree/nova.conf.sample from the commit 69755b4a072edff0957ee256290395600edbab9e Change-Id: Ib15972b60865a15d9c7fadfbb5047ac13ff59bab
* Openstack: Add back the custom configuration for glance-registryFrancisco Redondo Marchena2015-05-281-29/+31
| | | | | | | Add back the custom configuration for glance-registry adapted for the OpenStack Kilo release. Change-Id: I9e50a67f03581e5db5901af6ea6598d4ddeb6094
* Openstack: Add glance-registry.conf for KiloFrancisco Redondo Marchena2015-05-281-21/+42
| | | | Change-Id: I87b0b5f879dfc6c14e104c4299ffedd3872feb14
* Openstack: Add back the custom configuration for glance-apiFrancisco Redondo Marchena2015-05-281-30/+32
| | | | | | | Add back the custom configuration for glance-api adapted for the OpenStack Kilo release. Change-Id: I40c69c1db38295fe725b36a454819f1823a1106c
* Openstack: Add glance-api.conf for KiloFrancisco Redondo Marchena2015-05-281-59/+171
| | | | Change-Id: Ie06bbde4c722b33930b48297c0eff477a6b3fe32
* OpenStack: Install default configuration for glanceFrancisco Redondo Marchena2015-05-2810-556/+30
| | | | Change-Id: If4f38bddc997f841ff50394dff3d9cf450d0f8a8
* OpenStack: Install default configuration for novaFrancisco Redondo Marchena2015-05-286-555/+8
| | | | Change-Id: I8d80f0d554c5ab7b0f71a41aee767521928b8444
* Neutron: add back the custom configurationTiago Gomes2015-05-288-57/+73
| | | | | Add back the custom configuration for Neutron, this time adapted for the OpenStack Kilo release.
* Neutron: update configuration files to KiloTiago Gomes2015-05-2845-2207/+596
| | | | | | | | | | | 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.
* Keystone: Add back custom configuration for keystone.confPedro Alvarez2015-05-281-13/+13
| | | | | This should almost match the changes done for keystone.conf in the commit 8d76e18a6debb4b421c5d443bc673f88abc7a8e6, but for Kilo 2015.1.0
* OpenStack: Install default configuration for keystonePedro Alvarez2015-05-287-1398/+1193
|
* OpenStack: Stop using Ansible modules for db sync-ingPedro Alvarez2015-05-264-9/+5
| | | | | | Every component has its own idempotent script to intitiate the databases, and they are maintained, whereas the Ansible modules have started failing with Kilo.
* Upgrade tempest to verison 4 (Kilo), and dependenciesPedro Alvarez2015-05-262-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-05-263-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-05-261-2/+7
| | | | | New component needed: - pyeclib 1.0.7
* Upgrade ironic to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-05-261-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-05-263-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-05-262-6/+11
| | | | | The following upgrade was needed: - python-barbicanclient to 3.0.3
* Upgrade keystone to 2015.1.0 (Kilo), and dependenciesPedro Alvarez2015-05-261-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-05-262-5/+9
| | | | | The following upgrade was needed: - python-novaclient to 2.23.0
* Upgrade nova to 2005.1.0 (Kilo)Pedro Alvarez2015-05-262-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-05-266-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.
* 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
* essential-files/etc/profile: Set our default PATHJavier Jardón2015-05-201-0/+4
| | | | | | | | | | | Current PATH is: /sbin:/bin:/usr/sbin:/usr/bin So this patch will minimize the problem where, even when you are compiling a specific tool (like sed), the one included in busybox is executed instead, as its installed in /bin instead /usr/bin Change-Id: I476e8a2fb07efdd7768a94ea99b29dc75e757b60
* Mason workspace should be in /srv/distbuildSam Thursfield2015-05-201-0/+2
| | | | | | | | | | | | | | | | | | | | The mason.sh script does all its work in a directory called 'ws', created in the current directory of wherever it is run from. When run as a system service it creates /ws in the root filesystem. The work Mason does involves creating one or more disk images, and these can require a lot of disk space and IO bandwidth. The root filesystem of a machine isn't a good place to do this sort of thing: running out of diskspace there will completely break the system, and it may be stored on an SD card or eMMC. There is an established pattern in deploying Baserock 'distbuild' systems to have an external hard disk or volume mounted at /srv/distbuild, so that running builds and caching built artifacts doesn't take place on the root filesystem. It makes sense to move the Mason workspace in there too. Change-Id: I39f53373a7411c8816e886886c8af40e08f4782e
* 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