8261 Commits

Author SHA1 Message Date
Zuul
0227f17f34 Merge "nova: add an option for no console" 2017-12-19 19:36:19 +00:00
Michal Rostecki
e4c7b50320 dev mode: Add support for kuryr
Provide support for kolla dev mode in Kuryr. When
'kolla_dev_mode' or 'kuryr_dev_mode' variables are
enabled, source code of Kuryr project is cloned
and bindmounted.

Partially implements: blueprint mount-sources

Change-Id: I74c1ea70b4220a0e91f19403971303ca55652371
2017-12-19 13:26:55 +01:00
Michal Rostecki
21372339e7 gitignore: Update path to vagrant environment dir
TrivialFix

Change-Id: I8da660eca6fc2c43ba38fa4fb3b453aa959401e0
2017-12-19 13:26:55 +01:00
Eduardo Gonzalez
c46ce38804 change kuryr default driver option name
kuryr changed driver option to default_driver

Ref: https://review.openstack.org/#/c/508778/

this change updates the template to apply the change.

Change-Id: I38669564a769bbe7b55386db5208a3341b15da9e
2017-12-19 11:52:43 +00:00
Mark Goddard
d8a744e436 Allow empty compute group when ironic is in use
If ironic is in use it is valid to have no (virtualised) compute nodes.

Change-Id: I100540fbfd81be5642c1d4ed135fcd500924a47e
Closes-Bug: #1701317
2017-12-19 10:47:33 +00:00
Florian Engelmann
24e15d6052 Add missing check.yml in redis role
Closes-Bug: #1738801

Change-Id: I345be79b9aa4d106e7721f44ccdb7f8342c94d3a
2017-12-19 06:45:32 +01:00
OpenStack Proposal Bot
026a3f7865 Updated from global requirements
Change-Id: Icc36a176946f2d74cc6ec29d5279f4f3d6f3048e
2017-12-19 01:20:45 +00:00
Pierre Hanselmann
32d55341fb Fix dhcp_agent configuration for vmware DVS
interface_driver parameter is missing when using vmware DVS on the
dhcp_agent configuration. As a result we get the following error:
Error loading interface driver 'None'

Change-Id: I302a1392615792bd65cab9c0933cb7f7e5e1880d
Closes-Bug: #1736410
2017-12-18 15:16:08 +01:00
Zuul
a29487cd50 Merge "missing permissions when running as non root" 2017-12-18 10:56:21 +00:00
Zuul
1e7bc49952 Merge "Make fluentd enabled configurable" 2017-12-18 10:30:36 +00:00
Marcin Juszkiewicz
f5fcc868b2 nova: add an option for no console
On AArch64 we run VMs without any graphics so nova console is not
available. For now we had to disable it by hand but it can be automated.

Change-Id: Ib903044493ca98c0dd29d3096f66272e130668b0
2017-12-18 10:31:54 +01:00
chenxing
2d1a1b1df6 Add vitrage ansible role
Co-Authored-By: caoyuan <cao.yuan@99cloud.net>
Co-Authored-By: Eduardo Gonzalez <dabarren@gmail.com>

Depends-on I7ffb991adbd05275e331401cd73fc84362084ebd
Change-Id: I85afeb5dfce0bf6350a444000bdb885c6fe079c9
Partially-implements: blueprint vitrage-roles
2017-12-18 17:29:32 +08:00
yanpeifei
b2b5c07533 It has to tell user how to set the internet ip
Change-Id: I551bd6787dea8dcdfadd09161d295b1290480e8e
2017-12-18 03:05:38 +00:00
Zuul
df4641b547 Merge "Remove the unnecessary register.yml from upgrade.yml for Nova" 2017-12-15 03:05:36 +00:00
Zuul
cb888267a9 Merge "skydive: add check task" 2017-12-15 03:05:35 +00:00
Zuul
3a16dd574d Merge "Add configurable rabbitmq monitoring user" 2017-12-15 03:05:34 +00:00
Zuul
def1662ec9 Merge "Remove the ceilometer api and move bootstrap into notification" 2017-12-15 02:57:58 +00:00
Xinliang Liu
1d36adcb4f Make fluentd enabled configurable
Although there is an option "enable_fluentd", but there are still
some tasks that make fluentd not configurable.

Change-Id: Ic0a9deb36fce154022925d26411e01a8ffe18b50
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
2017-12-15 10:24:12 +08:00
Mark Goddard
be4568334c Fix failure handling in prechecks
In a HAProxy precheck task, the command module is used, and the results
inspected by checking the stdout attribute of the result. However, if
the command fails (non-zero exit code), in some cases there may not be a
stdout attribute in the result object. This causes an AttributeError and
prevents ansible's useful diagnostic output from being displayed.

Change-Id: Id502b5d0b71fe2150a29df43154c925dca96ef06
Trivial Fix
2017-12-14 14:05:39 +00:00
caoyuan
5733297407 Add the missing ceph-mgr for site.yml
Change-Id: I225f46a7c6ed43fac1fdf8e1d462ace360ee625f
2017-12-14 19:47:11 +08:00
Zuul
c609633a06 Merge "Use /bin/bash as executable in a task of the mariadb recovery play" 2017-12-14 08:32:51 +00:00
Zuul
7db38edf7e Merge "Add missing hostname to nodename in RabbitMQ for multinode deployment" 2017-12-14 08:17:10 +00:00
Zuul
48e577ec59 Merge "Enable nfs driver volume snapshots by default" 2017-12-14 08:17:09 +00:00
Taeha Kim
fed4c3c615 Add missing hostname to nodename in RabbitMQ for multinode deployment
When a RabbitMQ node in multiple RabbitMQ nodes is started during
multinode deployment, it is required to communicate with each other
to be clustered. However, RabbitMQ nodes cannot communicate between
them due to missing host name in the nodename environment variable
of RabbitMQ. Subsequently, all of RabbitMQs cannot be started and
it will give rise to a deployment failure.

Change-Id: I7b4ba76807750db4a14d859454ba650bdaaf23ca
Signed-off-by: Taeha Kim <kthguru@gmail.com>
2017-12-14 00:43:50 +00:00
Zuul
ec53151747 Merge "Add note about checking if all the hostnames are resolvable" 2017-12-13 18:01:33 +00:00
Zuul
b00fdc3ae7 Merge "Change listen for mdns" 2017-12-13 18:01:32 +00:00
Zuul
a9b8a392ce Merge "Restart services after a change in the external ceph configuration" 2017-12-13 17:58:43 +00:00
Zuul
dae4fc2ab8 Merge "Update the job title of checking if Murano packages exists" 2017-12-13 17:58:06 +00:00
Zuul
e5f3c11006 Merge "Increased mariadb and kibana timeouts" 2017-12-13 17:58:06 +00:00
Zuul
1c07e2ab0a Merge "Update the service_token_roles_required to True for watcher" 2017-12-13 17:58:05 +00:00
Zuul
89fa6f2f4e Merge "automate ovs datapath configuration" 2017-12-13 17:58:03 +00:00
Zuul
2f96153470 Merge "Set bash as shell when executing mariadb recovery task" 2017-12-13 17:58:02 +00:00
Zuul
ee903c026e Merge "Add a missing conditional check to the common config task" 2017-12-13 17:50:20 +00:00
Zuul
dd6a571ef9 Merge "Optimize the tasks format for ovs-dpdk" 2017-12-13 17:50:19 +00:00
Zuul
9e62641cd2 Merge "Move Cinder backend passwords to passwords.yml" 2017-12-13 17:45:43 +00:00
Zuul
5616490abf Merge "RFC: disable haproxy http mode" 2017-12-13 17:15:57 +00:00
Zuul
884b82bdab Merge "add official default cpu allocation ratio." 2017-12-13 15:48:20 +00:00
Paul Bourke
859e88ce4c Add tempurl to swift pipeline
This is required for some tempest tests and in turn to achieve 100%
refstack certification for clouds deployed by Kolla. tempurl is default in
Swift[0] but we're missing as we override the pipeline.

[0] https://github.com/openstack/swift/blob/\
    b86bf15a644db4438770801a312fe074a09c91ef/\
    etc/proxy-server.conf-sample#L97

Change-Id: I0e36fcd7a785f878005d51159eb51725c284229c
2017-12-13 12:21:40 +00:00
Zuul
6e95ed8794 Merge "Implement ceph-mgr service" 2017-12-13 11:58:17 +00:00
Zuul
335a456b13 Merge "Make qemu use nova user on all distros" 2017-12-13 08:10:15 +00:00
Zuul
b6095aa10e Merge "Enable heat dashboard dynamically" 2017-12-13 05:18:44 +00:00
Xinliang Liu
a102cd8efd Make qemu use nova user on all distros
This fix libvirtError Unable to open logfile issue.
Related-Bug: #1668654
Change-Id: I36720af0c7d3dd7c69d2404843f54c0991aea1bb
2017-12-13 10:18:19 +08:00
Borne Mace
f27d89aa09 Increased mariadb and kibana timeouts
In some deployment scenarios the current timeouts
for mariadb bootstrap and kibana registration with
elasticsearch have been found to be too short. These
timeout increases shouldn't introduce any deployment
slowdown in current environment and eliminate
deployment failures in environments with slower
systems.

Change-Id: If33dfff2b42b23eff7ec2230c9b0c5a4c010072e
2017-12-12 12:07:26 -08:00
Mathieu Rohon
fc593d531b missing permissions when running as non root
some tasks miss permissions to be run as a normal user

Change-Id: Ic53308adb7fa3a10a7b1f1caa27ca7dd67037cdd
2017-12-12 16:51:36 +01:00
Mathieu Rohon
2a7dc48883 skydive: add check task
Change-Id: Ia776017b8e33ef7acf65e603bd87720a620eabf0
2017-12-12 16:05:37 +01:00
Paul Bourke
414d1dbb4b Add rsync env for account & container replicators
In the previous patch to address broken replication in Swift the account
and container replicators were missed.

Change-Id: I34a58b137dbba99c66e7680546fe85e2ef6131e9
Co-Authored-By: Thorsten Frueauf <thorsten.frueauf@oracle.com>
Partial-Bug: #1733851
2017-12-12 13:45:25 +00:00
Zuul
ae3f47e123 Merge "Add the missing hosts group for designate project" 2017-12-12 08:53:40 +00:00
chenxing
fa9d696440 Update the job title of checking if Murano packages exists
Closes-Bug: #1734019
Change-Id: I203db11955189971640fcf8470e7a326d591b296
2017-12-12 14:51:44 +08:00
Zuul
88dd7eab53 Merge "Implement designate-producer service" 2017-12-11 14:39:34 +00:00
Jeffrey Zhang
4f1182a3c6 Enable heat dashboard dynamically
heat dashboard is split from horizon code base in Queens cycle.[0][1]

[0] https://review.openstack.org/#/c/523402/
[1] https://github.com/openstack/heat-dashboard

Depends-On: I920394b8cb6eb7027df9110fe88de6842d2bd8b3
Change-Id: I14ce4886ec7c6cf4ce284c9768493919dd65c83b
Close-Bug: #1737475
2017-12-11 15:32:37 +08:00