summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix region typobaserock/franred/add-remote-console-to-horizonFrancisco Redondo Marchena2015-03-111-1/+1
|
* Set novncproxy server ip in nova.confFrancisco Redondo Marchena2015-03-114-9/+13
| | | | | | | | | | | | The ip of the compute node is gotten from the bridge device and this value is set in the novncproxy configuration in nova.conf. This is required for horizon to access to the compute node so have access to the VMs created on it. Also: - remove /usr/share/vnc which is now created in the vnc chunk. - add explicity where to find novnc client to nova-novncproxy systemd unit.
* Add novncPedro Alvarez2015-03-112-0/+17
|
* Add ntpd to openstack systemPatrick Darley2015-03-051-0/+2
|
* Add xfs recognition to openstack bspPatrick Darley2015-03-051-0/+2
|
* Rename stratum to nfsPatrick Darley2015-03-051-1/+1
| | | | | Caused problems with nfs stratum not being built into the system. Thanks to Richard Ipsum for helping spot this.
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-055-29/+66
| | | | | | Collecting the static files (css, js, png, ...) for horizon, compressing them and storing them in a folder accessible by horizon, fixes the problem when some css are not found and improves loading and navigating the pages.
* Revert if needed: thrift with erlang and max-jobs=1Pedro Alvarez2015-03-051-9/+6
|
* Fix Redirect in HorizonZara Zaimeche2015-03-051-1/+3
|
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-03-052-4/+4
|
* Add Ansible to Openstack systemPedro Alvarez2015-03-051-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-03-052-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-03-053-0/+6
| | | | | | Requiredtty is dissable by default but just in case we enable it in the future for the rest of the users, cinder, nova and neutron needs login disable to run commands being superuser.
* Rabbitmq-server was installing things in /usr, remove themPedro Alvarez2015-03-051-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-03-051-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-056-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-055-24/+29
| | | | | | Installing rootwrap filters from their repositories will make easy to deal with updates. Also move neutron rootwrap filters to the right location without duplication.
* Add nfs to openstack-server systemFrancisco Redondo Marchena2015-03-051-0/+2
|
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-03-05168-0/+18212
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-03-051-0/+3
| | | | | NOTE: This is done for testing purposes - it is not an Openstack requirement and can be dropped.
* Add netfilter configuration in Openstack bspFrancisco Redondo Marchena2015-03-051-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-03-051-0/+17
|
* Add iproute2 support to Openstack bspFrancisco Redondo Marchena2015-03-051-0/+3
|
* Add KVM kernel support for intel machines in Openstack bspFrancisco Redondo Marchena2015-03-051-0/+1
|
* Enable all the IP_NF kernel support in Openstack bspFrancisco Redondo Marchena2015-03-051-0/+13
|
* Enable virtual ethernet support in Openstack bspFrancisco Redondo Marchena2015-03-051-0/+1
|
* Add Openvswitch kernel support for Openstack bspFrancisco Redondo Marchena2015-03-051-0/+10
|
* Add ebtables configurations to openstack bspFrancisco Redondo Marchena2015-03-051-0/+4
| | | | This modules are needed for ebtables and netfilter.
* Add Network Block Device configuration support to openstack bspFrancisco Redondo Marchena2015-03-051-0/+1
|
* Create a x86_64 openstack bspFrancisco Redondo Marchena2015-03-052-0/+129
| | | | | At this point the x86_64 openstack bsp is the same as x86_64 generic bsp.
* Rename NAT kernel configuration itemFrancisco Redondo Marchena2015-03-051-1/+1
| | | | | Replace CONFIG_NF_NAT_IPV4 by CONFIG_IP_NF_NAT which is the name for this item since the 3.17 kernel is available.
* Merge branch 'baserock/pedroalvarez/attr-common-api-fixes'Pedro Alvarez2015-03-055-11/+27
|\ | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Upgrade attr version and remove DESTDIR hackPedro Alvarez2015-03-052-11/+15
| | | | | | | | | | | | | | | | | | | | This chunk was installing things in $DESTDIR$DESTDIR. For some reason when creating the artifact morph ignores this error and creates the artifact successfully, but some paths in files installed by attr were wrong because they were including $DESTDIR on it: # grep attr.inst /usr/lib*/libattr.la libdir='/attr.inst/usr/lib64'
| * Fix builds of genivi-common-api componentsPedro Alvarez2015-03-053-0/+12
|/ | | | | | | | | Running `autoreconf -ivf` will generate some files needed for ./configure in the build-aux folder. But ./configure needs them in the same folder. The workaround is generate a symlink 'build-aux -> .' so the files generated will end up next to the configure script.
* Merge branch 'baserock/richardipsum/put-units-in-usr-lib-v2'Richard Ipsum2015-03-052-2/+2
|\ | | | | | | | | | | Reviewed by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Put memcached unit in /usr/lib/systemd/systembaserock/richardipsum/put-units-in-usr-lib-v2Richard Ipsum2015-03-051-1/+1
| | | | | | | | Units of installed packages should go in /usr/lib, /etc is for local config
| * Put the rsync unit in /usr/lib/systemd/systemRichard Ipsum2015-03-051-1/+1
| | | | | | | | Units of installed packages should go in /usr/lib, /etc is for local config
* | Merge branch 'baserock/jjardon/version_file'Javier Jardón2015-03-041-0/+1
|\ \ | | | | | | | | | Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * | Add VERSION filebaserock/jjardon/version_fileJavier Jardón2015-03-041-0/+1
|/ / | | | | | | | | | | | | | | Morph now support reading this file to check what version of the format is being used in a specific definitions set. This will allow changes in the format of definitions without breaking compatibility
* | Merge branch 'baserock/richardmaw/shrink-initramfs'Richard Maw2015-03-044-4/+32
|\ \ | |/ |/| | | | | Reviewed-by: Sam Thursfield Reviewed-by: Pedro Alvarez
| * Put syslinux header files in syslinux-develbaserock/richardmaw/shrink-initramfsRichard Maw2015-02-253-4/+16
| | | | | | | | | | | | | | It puts headers for building com32 binaries in a different path, presumably because they're not for building normal libraries, so putting them in the search paths for normal libraries would just cause conflicts.
| * gcc.morph: Define splitting rulesRichard Maw2015-02-251-0/+16
| |
* | Merge branch 'baserock/franred/fix-openstack-chunk-duplicity'Francisco Redondo Marchena2015-03-042-14/+1
|\ \ | | | | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Fix openstack-common dependencybaserock/franred/fix-openstack-chunk-duplicityFrancisco Redondo Marchena2015-03-031-1/+1
| | |
| * | Remove duplicated chunks in openstack-{common,clients}Francisco Redondo Marchena2015-03-031-13/+0
|/ /
* | Merge branch 'baserock/franred/actualize-openstack-clients'Francisco Redondo Marchena2015-03-0335-112/+345
|\ \ | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * | Remove argparse chunk because is included in python packageFrancisco Redondo Marchena2015-03-031-8/+1
| | |
| * | Add Ansible to the devel systems to be consistent with the build systemsFrancisco Redondo Marchena2015-03-0318-0/+36
| | |
| * | Add python-common.morph to systems with openstack-clientsFrancisco Redondo Marchena2015-03-0320-0/+42
| | | | | | | | | | | | | | | Because some chunks have been moved from openstack-clients.morph to python-common.morph this systems depends on python-common now.
| * | Move python duplicated chunk to python-commonFrancisco Redondo Marchena2015-03-035-47/+20
| | |