summaryrefslogtreecommitdiff
path: root/install-files
Commit message (Collapse)AuthorAgeFilesLines
* Openstack: Configure tempestFrancisco Redondo Marchena2015-06-051-73/+73
| | | | Change-Id: I5a23995574527b3f17be60d4044d9857b4c54151
* Openstack: Add tempest.conf for its tag '4'Francisco Redondo Marchena2015-06-051-472/+544
| | | | | | Previous tempest.conf version was from its tag '2'. Change-Id: I2bd925a0e3e3f7233c18b4a029cfb9d290032a65
* Swift: Sync configuration files with 2.3.0 (Kilo)Pedro Alvarez2015-06-043-2/+84
|
* WIP: Cinder, this may be neededPedro Alvarez2015-06-041-0/+4
|
* Cinder: Configure cinder.conf for Kilo 2015.1.0Pedro Alvarez2015-06-041-28/+34
|
* Cinder: Update the cinder.conf with kilo examplePedro Alvarez2015-06-042-704/+858
| | | | | | | | | 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-044-12/+11
| | | | | | | | | | | | | | | | 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.
* WIP Ironic: add back the custom configurationTiago Gomes2015-06-041-18/+18
| | | | | Add back the custom configuration for Ironic, this time adapted for OpenStack Kilo release.
* WIP Ironic: update configuration files to KiloTiago Gomes2015-06-042-224/+544
| | | | | | 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 back the custom configuration for ceilometerFrancisco Redondo Marchena2015-06-041-41/+44
| | | | | | Add configuration to get VM information using libvirt. Change-Id: I3f1f272600b89abe64d7361acedfd6447a90d0b9
* Openstack: Add ceilometer.conf for KiloFrancisco Redondo Marchena2015-06-041-908/+1212
| | | | Change-Id: Ia57ca6a5415d8f506566c534c1311cc5649bc941
* Openstack: Add back the custom configuration for novaFrancisco Redondo Marchena2015-06-041-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-06-041-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-06-041-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-06-041-21/+42
| | | | Change-Id: I87b0b5f879dfc6c14e104c4299ffedd3872feb14
* Openstack: Add back the custom configuration for glance-apiFrancisco Redondo Marchena2015-06-041-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-06-041-59/+171
| | | | Change-Id: Ie06bbde4c722b33930b48297c0eff477a6b3fe32
* OpenStack: Install default configuration for glanceFrancisco Redondo Marchena2015-06-041-7/+0
| | | | Change-Id: If4f38bddc997f841ff50394dff3d9cf450d0f8a8
* OpenStack: Install default configuration for novaFrancisco Redondo Marchena2015-06-041-4/+0
| | | | Change-Id: I8d80f0d554c5ab7b0f71a41aee767521928b8444
* Neutron: add back the custom configurationTiago Gomes2015-06-048-57/+73
| | | | | Add back the custom configuration for Neutron, this time adapted for the OpenStack Kilo release.
* Neutron: update configuration files to KiloTiago Gomes2015-06-046-224/+579
| | | | | | | | | | | 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-06-041-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-06-042-1041/+1183
|
* OpenStack: Stop using Ansible modules for db sync-ingPedro Alvarez2015-06-044-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.
* Move all the directories used for install-files into a subdirectorybaserock/adamcoldrick/all-exts-in-definitions-v2Adam Coldrick2015-06-02196-0/+21641
Change-Id: I309c183ce8b9ff9d0f5ac4807244547f2cc4ddf5