8026 Commits

Author SHA1 Message Date
Jenkins
b9f697719b Merge "XenAPI: Enable linux bridge in Dom0 for neturon" 2016-11-30 16:31:36 +00:00
Jenkins
1f739c867a Merge "worlddump: Add cinder-volume guru meditation report" 2016-11-30 16:31:25 +00:00
Jenkins
1d8ddba7f8 Merge "Objects versions new style config" 2016-11-30 16:31:18 +00:00
Jenkins
36ea69272d Merge "Remove the heat stack owner role" 2016-11-30 16:31:11 +00:00
Jenkins
b719b55b1d Merge "Ensure testing configuration can run as late as possible" 2016-11-30 16:30:38 +00:00
Jenkins
98f2cafe8b Merge "Set cinder coordination backend url" 2016-11-30 16:30:23 +00:00
Jenkins
6c80f2a485 Merge "Remove check for nova-volumes API" 2016-11-30 16:30:16 +00:00
Jenkins
a030696f6c Merge "Revert "Fix devstack with linuxbridge without l3 agent"" 2016-11-30 14:34:29 +00:00
Jenkins
9a69a1abfc Merge "If plugin is enabled multiple times fail" 2016-11-29 23:45:09 +00:00
Armando Migliaccio
6653d74fc4 Revert "Fix devstack with linuxbridge without l3 agent"
I am seeing red all over the linuxbridge gate.

This reverts commit 7f95baa5706980a0910741693abee73abea98b89.

Change-Id: I179f761f991db4b63c0e3445a9a13e43ffe68992
2016-11-29 23:30:18 +00:00
Jenkins
3dd0b2b772 Merge "Tune apache connections for tls proxy" 2016-11-29 22:27:44 +00:00
Jenkins
ba87fe6ff9 Merge "Fix devstack with linuxbridge without l3 agent" 2016-11-29 19:21:00 +00:00
Clark Boylan
cfb9f057ea Tune apache connections for tls proxy
We are seeing connection errors to the proxy occasionally. These errors
do not result in a logged http request or error to the backends,
resulting in a theory that the proxy itself may just not be able to
handle the number of connections. More than double the total number of
connections that will be accepted by the proxy in an attempt to fix
this.

Change-Id: Iefa6c43451dd1f95927528d2ce0003c84248847f
Related-bug: 1630664
2016-11-29 10:43:05 -08:00
Jenkins
84fb773178 Merge "Changed the order of steps in the devstack install document" 2016-11-29 14:41:34 +00:00
Jenkins
25dd43b881 Merge "Remove all *.pyc files in $DEST when executing clean.sh" 2016-11-28 23:45:16 +00:00
Jenkins
42a21ec58d Merge "Neutron: use "OSC show -f value -c id" instead of "OSC list + grep"" 2016-11-28 23:45:09 +00:00
Jenkins
e1b75c3636 Merge "lib/tempest: use OSC to create nova flavors." 2016-11-28 23:43:56 +00:00
Jenkins
a8f57af273 Merge "Remove Horizon setup scripts usage of run_tests.sh" 2016-11-28 23:43:49 +00:00
Jenkins
cacf65fbca Merge "meta-config: Fix consecutive same sections" 2016-11-28 23:43:11 +00:00
Jenkins
daa88ad493 Merge "lib/neutron: Add a utility method to add service plugin" 2016-11-28 20:40:13 +00:00
Jenkins
0c51d06f75 Merge "Swift: fix rsyncd.conf, ports were incorrect" 2016-11-28 19:32:58 +00:00
Jenkins
5fe43995c7 Merge "(doc) Fixed references to FIXED_RANGE_V6" 2016-11-28 19:32:44 +00:00
Jenkins
e8c9e72389 Merge "lib/lvm: don't use $VOLUME_GROUP variable anymore" 2016-11-28 19:30:45 +00:00
Sharat Sharma
89a855f784 Changed the order of steps in the devstack install document
The order of the steps were a bit confusing for the first timers
in the devstack document. So, changed the order of installation
steps to make it clear.

Change-Id: Ifaa051887dab95719b9ca5d1b2fbe2f5f549d269
Closes-Bug: #1627939
2016-11-28 16:33:48 +00:00
YAMAMOTO Takashi
d9ec42028d lib/neutron: Add a utility method to add service plugin
Partial-Bug: #1604664
Change-Id: I6d49ac188f7f1cfc8da314a26c9c5fc4b6d65bf4
2016-11-28 16:10:27 +00:00
Jenkins
c0ef1bd05b Merge "lib/neutron: Create initial topology only on controller node" 2016-11-28 10:41:09 +00:00
Jenkins
68def125e9 Merge "stackrc: update code comment now that Neutron is enabled by default" 2016-11-28 10:28:55 +00:00
Jenkins
f5e78b6fb6 Merge "Allow provider network to be used for ssh validation" 2016-11-28 10:28:47 +00:00
Jenkins
e8f90d1e5b Merge "Specify the correct image parameters for XenServer" 2016-11-28 10:28:41 +00:00
Jenkins
4d61ed5c77 Merge "Pass branch parameter to git clone" 2016-11-28 10:06:24 +00:00
Jenkins
9c5b3b110a Merge "Add Fedora 25 support" 2016-11-27 23:48:03 +00:00
Jenkins
679cae4ecf Merge "Apache reload issue when it is stopped" 2016-11-27 23:25:10 +00:00
Jenkins
e53310532f Merge "Always set ALLOWED_HOSTS=['*'] for horizon" 2016-11-27 12:35:01 +00:00
YAMAMOTO Takashi
02f3f9a6bb meta-config: Fix consecutive same sections
The current coding fails to process local.conf like
the following.  Note: This example is taken from a
real use case. [1]

    [[post-config|$NEUTRON_CONF]]
    [qos]
    notification_drivers = midonet
    [[post-config|$NEUTRON_CONF]]

    [quotas]
    # x10 of default quotas (at the time of writing)
    quota_network=100
    quota_subnet=100
    quota_port=500
    quota_router=100
    quota_floatingip=500
    quota_security_group=100
    quota_security_group_rule=1000

[1] https://review.openstack.org/#/c/400627/

Closes-Bug: #1583214
Change-Id: Ie571b5fa5a33d9ed09f30ba7c7724b958ce17616
2016-11-26 00:49:55 +09:00
Rob Cresswell
f0252a9d81 Remove Horizon setup scripts usage of run_tests.sh
Horizon is removing run_tests in favour of tox during Ocata, as part of
https://blueprints.launchpad.net/horizon/+spec/enhance-tox. To complete
this move, we need to remove any reliance on run_tests.

Change-Id: Ia8ad073aee68d1660d3bb5a68ec07516d8ce0665
2016-11-25 11:32:04 +00:00
Peter Stachowski
0dab8d63b3 (doc) Fixed references to FIXED_RANGE_V6
In the 'Private Network Addressing' section of the doc,
there are references to FIXED_RANGE when referring to V6
networks.  These have been changed to FIXED_RANGE_V6.

Also fixed a few typos and grammatical errors when
giving the doc a quick read-through looking for more
references to FIXED_RANGE.

Change-Id: Iaa530c476ce2b36a3f616945ddd2e24fa599a16c
2016-11-24 22:10:54 +00:00
Tomasz Trębski
868a663172 Always set ALLOWED_HOSTS=['*'] for horizon
If devstack is deployed in the VM with defined
public IP address (like 192.168.10.6) it is not possible to
access the Horizon from the browser.
This is because DEBUG=True means that ALLOWED_HOSTS, if not set,
is equal to ['localhost', '127.0.0.1', '[::1]'] according
to Django's documentation.

Change-Id: I0ab2b57e459dbfa3b01b3e9388bbcefac076a142
Co-Authored-By: David Lyle <dklyle0@gmail.com>
Closes-Bug: #1643050
2016-11-23 15:32:29 +00:00
Jordan Pittier
2037166464 stackrc: update code comment now that Neutron is enabled by default
No need to explain how to enable Neutron now that it's enabled by
default. Keep but reformat the 'how to enable swift' part though.

Change-Id: I3f9b7796fad10abf1039e4c68eb2cd5ef6cdbc99
2016-11-23 15:51:10 +01:00
Attila Fazekas
bcaadd63d8 Apache reload issue when it is stopped
Since 4b49e409f853104dae021dfca1a9342ec9ac4709 devstack
started to use reload instead of restart.

Using reload in devstack for a fresh install,
does not makes too much sense unless multiple service
plugin touches the same service configs.

Systemd rejects to reload something,
which was not loaded before.

 $ sudo /bin/systemctl reload httpd
 httpd.service is not active, cannot reload.

We will switch to `reload-or-restart` action instead of `reload`,
it is more likely the action what the previous patch wanted.

Change-Id: I70d597fbe4a8923d937ba8432e29edefb27d1058
2016-11-23 13:20:33 +01:00
Attila Fazekas
471855ecd1 Add Fedora 25 support
Fedora 25 released,
adding the required knobs.

Change-Id: I8ce86aa9f23e9572d69eadcfc81af2e96d5be64f
2016-11-23 12:24:52 +01:00
John Schwarz
7f95baa570 Fix devstack with linuxbridge without l3 agent
The linuxbridge agent for Neutron expects that the public bridge will
already be created by the time it starts. On devstack, this only occurs
as part of the l3 agent configuration. If a compute node doesn't have an
l3 agent and is using a linuxbridge agent, then br-ex won't be created
and the process will not be able to start (causing stack.sh to fail).

This causes the gate-grenade-dsvm-neutron-linuxbridge-multinode-nv gate
to fail.

Closes-Bug: #1643562
Change-Id: I6f441c6febb5070ad885569d9c798634d0272b6c
2016-11-23 12:27:10 +02:00
Jenkins
a3bb131c13 Merge "Remove unused KEYSTONE_CATALOG_BACKEND" 2016-11-23 02:16:07 +00:00
Jenkins
9513f8ea39 Merge "Change CINDER_LVM_TYPE back to 'default' as the default" 2016-11-22 13:24:02 +00:00
Jenkins
cc24f4a6f1 Merge "Revert "Always set ALLOWED_HOSTS for horizon"" 2016-11-22 12:18:40 +00:00
Jenkins
6771207a70 Merge "Improve Live Migration section in multinode-lab.rst" 2016-11-22 08:38:46 +00:00
Matt Riedemann
b6cbf922d7 Change CINDER_LVM_TYPE back to 'default' as the default
Change dddb2c7b5f85688de9c9b92f025df25d2f2d3016 recently
changed devstack to enable the Cinder image cache by default
and changed to use thinly provisioned LVM volumes by default.

Since then we've had a spike in thin LVM snapshot test failures
in the gate, which is by far our top gate bug at 219 hits in the
last 10 days.

So unless there is a fix on the Cinder side, this changes the
default lvm_type back to 'default' for thick provisioning.

Change-Id: I1c53bbe40177fe104ed0a222124bbc45c553b817
Related-Bug: #1642111
2016-11-21 21:10:49 -05:00
David Lyle
2ccd120342 Revert "Always set ALLOWED_HOSTS for horizon"
This reverts commit 37f48f3c208de1031ef4589d15194c4079ad4a97.

Change-Id: I8c853c35c5b0b61925c27b461ad625266381f73b
2016-11-21 22:16:17 +00:00
Hidekazu Nakamura
541617b15e Improve Live Migration section in multinode-lab.rst
Added root user login check to ensure SSH keys exchanged.


Change-Id: I8513bc883ac273af8dcc2f61562a838d33b45a82
2016-11-21 15:42:14 +00:00
Jordan Pittier
82fa946d8f lib/tempest: use OSC to create nova flavors.
OSC is the future and it's available now.

Change-Id: Ib0dac761673a0c4f05a328ee530018e8bb269c4c
2016-11-21 10:35:02 +00:00
Jakub Wachowski
90742fc1be Pass branch parameter to git clone
Without this parameter, when we set GIT_DEPTH,
it may happen that we clone only master and
then cannot checkout branch

Change-Id: I39376914f8bfc286a308c99db6bc92cddab195b5
2016-11-21 07:42:50 +00:00