summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Deallocate IP address from bound interface after bindingRichard Maw2015-03-231-0/+3
| | | | | | If we leave that interface with its address, then the routing table is incorrect, as it will try to send connections out from an interface that cannot handle them.
* After initial switching setup, switch DHCP to external ifaceRichard Maw2015-03-231-0/+15
| | | | | | | | | | After the external interface has been bound to Open vSwitch, we should not attempt to DHCP on it, as it won't receive the DHCP responses. Attempting to DHCP results in startup stalling on network-online.target, because systemd-networkd-wait-online.service looks at every network interface it should configure based on the [Match] sections, and waits for all of them to be configured by systemd-networkd, which will never finish if DHCP is broken.
* Start Open vSwitch before network-pre.targetRichard Maw2015-03-231-0/+2
| | | | | | | We want the network links to be configured before we start systemd-networkd, because we have to use ovs instead of networkd's config for the interfaces in OpenStack, but we still want to use networkd to manage DHCP on the interfaces.
* Fix region typoFrancisco Redondo Marchena2015-03-231-1/+1
|
* Set novncproxy server ip in nova.confFrancisco Redondo Marchena2015-03-234-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-232-0/+17
|
* Add ntpd to openstack systemPatrick Darley2015-03-231-0/+2
|
* Rename stratum to nfsPatrick Darley2015-03-231-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-235-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-231-9/+6
|
* Fix Redirect in HorizonZara Zaimeche2015-03-231-1/+3
|
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-03-232-4/+4
|
* Add Ansible to Openstack systemPedro Alvarez2015-03-231-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-03-232-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-03-233-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-231-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-03-231-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-236-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-235-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-231-0/+2
|
* Add OpenStack System and ClusterRichard Maw2015-03-232-0/+133
|
* WIP: Add OpenStack initial configurationRichard Maw2015-03-23155-0/+17182
| | | | | | | | TODO: Split this out into: 1. initial config (openstack/etc) default values 2+. as many individual changes to initial config as possible to extract, including support scripts and configuration extensions
* WIP: Add openstack-services stratumRichard Maw2015-03-2311-0/+897
| | | | | | | | | | | TODO: Split this up into more strata, since a lot of dependencies are included where it may be better to split them out. Possible candidates for splitting out: - rabbitmq - all the python packages TODO: Rename xattr to python-xattr
* Enable netfilter support in kernelsbaserock/openstack-v5-kernelFrancisco Redondo Marchena2015-03-235-0/+490
|
* Enable ipset kernel configurationFrancisco Redondo Marchena2015-03-235-0/+85
|
* Enable iproute2 support to kernelsFrancisco Redondo Marchena2015-03-235-0/+15
|
* Enable Intel KVM support in x86 kernelsFrancisco Redondo Marchena2015-03-232-0/+2
|
* Enable all the IP_NF kernel supportFrancisco Redondo Marchena2015-03-235-0/+65
|
* Enable virtual ethernet support in kernelsFrancisco Redondo Marchena2015-03-238-0/+8
|
* Enable Open vSwitch kernel supportFrancisco Redondo Marchena2015-03-235-0/+50
|
* Enable ebtables in kernelsFrancisco Redondo Marchena2015-03-235-0/+20
| | | | These modules are needed for ebtables and netfilter.
* Enable Network Block Device support in kernelsFrancisco Redondo Marchena2015-03-235-0/+5
|
* Enable xfs support in kernelsPatrick Darley2015-03-235-0/+10
|
* Rename NAT kernel configuration itemFrancisco Redondo Marchena2015-03-233-3/+3
| | | | CONFIG_NF_NAT_IPV4 is known as CONFIG_IP_NF_NAT in 3.17 kernels onwards.
* strata/tools/lsof.morph: Do not try set an ownerJavier Jardón2015-03-241-1/+1
| | | | | | | | | | This will try to avoid a problem when extracting the tarball file This is a regression introduced in commit 7834a992014dd62cacbf7c46ecc259c48fd772dd when we start to use the real tar instead the one provided by busybox Change-Id: I8195d8f2bc1ccc5f9ce062ab9ed12d1167885e0a
* strata/x-generic: Update xserver to latest stable (1.17.1)Javier Jardón2015-03-231-2/+2
| | | | | Change-Id: Iba5ff3e87ed5399cd80369b3bb484f277a73b82b (cherry picked from commit 696373c5b058b3d7f62b1afb7c4250ca58c81a19)
* Merge branch 'baserock/pedroalvarez/ld-check'Pedro Alvarez2015-03-231-0/+2
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Dale <richard.dale@codethink.co.uk>
| * stage2-glibc: Fix symlink to dynamic linkerPaul Martin2015-03-231-0/+2
|/ | | | | | | | | | | | On non-x86 systems, the linker may not be called ld-linux.so.* but the older name of ld.so.* When the linker is ld.so.1, for example, the install script of stage2-glibc does not exit with an error (as basename/ls are in subshells), but rather $loader is empty string. This means that the symlink made is from /lib/lib to /tools/lib rather than from /lib/ld.so.1 to /tools/lib/ld.so.1.
* Merge "strata/gtk-deps.morph: gnome-common is not needed here anymore"Pedro Alvarez2015-03-231-4/+0
|\
| * strata/gtk-deps.morph: gnome-common is not needed here anymoreJavier Jardón2015-03-231-4/+0
| | | | | | | | | | | | new ATK version doesnt depend on it Change-Id: If21f66ac4f1a86753a8de04f40e585486680d24f
* | Merge "strata/gtk-deps.morph: Update ATK to latest stable (2.16.0)"Pedro Alvarez2015-03-231-4/+2
|\ \ | |/
| * strata/gtk-deps.morph: Update ATK to latest stable (2.16.0)Javier Jardón2015-03-231-4/+2
| | | | | | | | | | | | This version doesnt depend on gnome-common anymore Change-Id: I95e1e482eb11cf7afd14255d55c80337c7e9ff93
* | Merge "licensecheck.pl: sync with upstream"Javier Jardón2015-03-231-10/+18
|\ \ | |/ |/|
| * licensecheck.pl: sync with upstreamJavier Jardón2015-03-171-10/+18
| | | | | | | | Change-Id: Id3b868db36554541334dae3bd6363d5adc0289b8
* | Merge "Move 'tar' from webtools to coreutils-common stratum"Sam Thursfield2015-03-233-5/+7
|\ \
| * | Move 'tar' from webtools to coreutils-common stratumJavier Jardón2015-03-233-5/+7
| | | | | | | | | | | | Change-Id: I18c5cb1185bf6c53032a7c4bd29f33598eac7031
* | | Merge "strata/tools.morph: Upgrade vala to latest stable (0.28.0)"Sam Thursfield2015-03-231-2/+2
|\ \ \ | |/ /
| * | strata/tools.morph: Upgrade vala to latest stable (0.28.0)Javier Jardón2015-03-231-2/+2
| | | | | | | | | | | | Change-Id: Ibdde8d7746ef615083b9f61f4f44e1c58d556f55
* | | Revert "strata/core.morph: bison doesnt depend on bash"Edward Cragg2015-03-202-1/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c5240343053398d288cc500ff54379a3b0de5309. The original clean-up patch breaks the native build phase of cross-bootstrap on tested platforms - armv8l64, armv8b64, and x86_64. In the bootstrap environment, the native build of bison does rely on being run with bash rather than sh. Change-Id: Id8ed8793f8a179615a2f8733e867445cac544043
* | Fix python-coveragepy's chunk morph pathbaserock/richardipsum/fix-morph-pathsRichard Ipsum2015-03-201-1/+1
| |