7817 Commits

Author SHA1 Message Date
Jenkins
5b2dd73cdc Merge "Remove unused configuration items from tacker role" 2017-09-22 10:39:29 +00:00
Jenkins
e9626f1f07 Merge "WSGI configuration missing directive" 2017-09-21 13:30:44 +00:00
Jenkins
d8fea156fa Merge "Fluentd: progname field is missing with Rsyslog" 2017-09-21 13:30:20 +00:00
Jenkins
85164c1bcb Merge "Update designate to allow use of external bind9 dns servers." 2017-09-21 13:26:56 +00:00
Jenkins
b64ef7aa2d Merge "Fix Pike nova.conf for HyperV" 2017-09-21 13:24:54 +00:00
Jenkins
c203aa4152 Merge "Add missing dot to help string in genpwd.py script" 2017-09-21 13:24:20 +00:00
Bertrand Lallau
0af7178d3d Fluentd: progname field is missing with Rsyslog
progname is actually only fullfilled for Openstack logs and infra logs.
They are missing for program logging in RSYSLOG: HAPROXY and SWIFT.
When using Kibana, "progname" field appears empty, hence it's difficult
to know where logs come from.

Change-Id: Iae98af083cfb79d2a64fa0b70c86b0a01f7a336f
Closes-Bug: #1716051
2017-09-21 09:54:13 +00:00
Jenkins
c61d4e7ef9 Merge "Support configuration of custom fluentd outputs" 2017-09-21 08:07:30 +00:00
Jenkins
641a7f2790 Merge "Fix prechecks fail with docker not in deployment host" 2017-09-20 16:33:43 +00:00
Jenkins
33e567285a Merge "Fix to use . to source script files" 2017-09-20 16:33:03 +00:00
Jenkins
12c6b8bb85 Merge "Remove deprecated oslo_messaging_rabbit options" 2017-09-20 14:55:47 +00:00
Pierre Hanselmann
8298afef01 WSGI configuration missing directive
WSGI configuration is missing the directive
"WSGIApplicationGroup %{GLOBAL}" after
WSGIProcessGroup" in the horizon template.
Of all WSGI configuration templates it is
the only one that does not have the
"WSGIApplicationGroup" line.

Change-Id: I3001901abbaae842f49179b6febf844337431afc
Closes-Bug: #1717922
2017-09-20 11:40:35 +02:00
yong sheng gong
8c4862cf35 Remove unused configuration items from tacker role
New tacker has removed nova heat configure items,
but the tacker role is still using it.

In addition, the ceilometer and aodh are backend OpenStack
components, the configuration of feature in tacker does not depend
on them directly.

Change-Id: I475ff763475ed699a1e7498cc9898bd71d00ae7c
Closes-bug: 1718113
2017-09-20 00:56:05 +00:00
Jenkins
f455674245 Merge "Cleanup sfc useless doc" 2017-09-19 15:43:47 +00:00
Jenkins
3e59bffff3 Merge "Disable firewall while setup of dev env" 2017-09-19 08:24:40 +00:00
James McCarthy
d4f8b413a8 Update designate to allow use of external bind9 dns servers.
kolla designate DNSaaS makes use of containerised bind9 servers
as it's default designate_backend. These can be disabled by
setting designate_backend to "no". default: "bind9"

This commit adds two new properties:
1) designate_backend_external
 which can be enabled by setting it to 'bind9'. default: "no"
and
2) designate_backend_external_bind9_nameservers, which can
 accept a csv list of all the external server addresses.
 (default: "")

The following attributes should either be set:
'internal' (the default)
 designate_backend: "bind9"
 designate_backend_external: "no"
 (designate_backend_external_bind9_nameservers is ignored)
or
 'external'
 designate_backend: "no"
 designate_backend_external: "bind9"
 (designate_backend_external_bind9_nameservers must be populated)

Configuration override files to align with external bind9
dns servers must be supplied manually,
 /etc/kolla/config/designate/rndc.key
 /etc/kolla/config/designate/rndc.conf

Change-Id: I8dbe6fd4fe7820b9143604d89e8399b07e07c3fd
2017-09-18 13:51:39 +01:00
Jenkins
8103b90325 Merge "Add missing document start "---" to yaml files" 2017-09-18 07:05:24 +00:00
Harsh Vardhan
7769c65670 Disable firewall while setup of dev env
Firewall managers in
Ubuntu  ufw
Centos  firewalld
Closes-bug: #1716912

Change-Id: I7556fcfe4947e73f4b7f4b37c2477d9694a36c26
2017-09-14 21:09:26 +00:00
ZhongShengping
8bff46454e Remove deprecated oslo_messaging_rabbit options
It's supposed to be working now https://review.openstack.org/475273

Change-Id: I5ae4f5f8ca977f7343cb135e41eb2d0703c37024
Closes-Bug: #1713609
2017-09-14 16:04:33 +08:00
Christian Berendt
bc0f52cdc7 Add missing dot to help string in genpwd.py script
Change-Id: I87df49939f600cfa1041193808ce6bdcf4620ffc
2017-09-14 00:16:19 +02:00
Mark Goddard
fb4651461b Support configuration of custom fluentd outputs
In some scenarios it may be useful to configure custom fluentd outputs
to forward logs to a logging service other than elasticsearch.

This change supports configuration of fluentd outputs by placing
output configuration files in /etc/kolla/config/fluentd/output/*.conf.

Change-Id: I3c0b271d88dbb307ba3a23546e29c72e8baeca55
Implements: blueprint fluentd-custom-outputs
2017-09-13 17:25:12 +01:00
Dan Ardelean
58562fc0b2 Fix Pike nova.conf for HyperV
HyperV Nova needs some nova.conf changes to work properly.
More precisely: 'auth_plugin' becomes 'auth_type'.

Closes-Bug: #1716956
Change-Id: Ic2342e2303b780398f81b3024fe5b11111e34a6e
2017-09-13 18:39:30 +03:00
OpenStack Proposal Bot
9b5a01336f Updated from global requirements
Change-Id: Ia70a5296c557ec54cdb47a28b163c9365d03506e
2017-09-13 12:52:12 +00:00
Jenkins
26c8137cac Merge "Updated from global requirements" 2017-09-12 17:13:20 +00:00
Jenkins
fb8dac3b0e Merge "Remove validate-maintainer.sh script" 2017-09-12 16:04:52 +00:00
Eduardo Gonzalez
1ecd1afc3b Cleanup sfc useless doc
Showing the CLI installed does not verify SFC is working at all.
Refer to updated link with process to create a chain.

networking-sfc is already installed in neutron,not needed to
use custom  builds anymore.

Change-Id: Ib92482eba6e27ef1e856f0a54aeb4cdfc0495117
2017-09-12 16:00:25 +00:00
OpenStack Proposal Bot
0a1a6f2a1d Updated from global requirements
Change-Id: I8d097af4a75bdc4225e0df04bfbdc555d1529aae
2017-09-12 14:02:52 +00:00
Jenkins
b20182266a Merge "Fix barbican-api log filter in fluentd" 2017-09-12 08:31:01 +00:00
Jenkins
3d41e49887 Merge "Fluentd: Libvirt logs are missing" 2017-09-12 08:20:17 +00:00
Christian Berendt
06befa3c3b Add missing document start "---" to yaml files
Change-Id: I366c2124a778c5b0b22a8fe369d603adad75ebbe
2017-09-12 09:44:27 +02:00
Christian Berendt
15e2e39ba4 Remove validate-maintainer.sh script
This script is only required in the kolla repository.

Change-Id: I80109d28dc196f489f4a6a73f970a279a9070ce1
2017-09-12 09:31:00 +02:00
Eduardo Gonzalez
1d1fbcfbeb Fix barbican-api log filter in fluentd
Barbican-api log is a uswsgi process and fluentd expects as
openstack service process.
This change moves log type to uswgi group.

Change-Id: Ifaf5645d0d19e133e41de0c55a55321fccfc391f
Closes-Bug: #1716513
2017-09-11 16:29:24 -06:00
Andreas Jaeger
67cce63acd Fix quickstart links
Checking http://files.openstack.org/docs-404s/2017-09-08.txt the link
/kolla-ansible/latest/quickstart.html gives a 404 and is most wanted.

The link now is /kolla-ansible/latest/user/quickstart.html - let's
update in tree docs for this.

Fix other broken links as well - with using intra-links instead of
external links - this will make it easier to notice breakage when files
are moved.

Change-Id: I62655afd9f270fa83c07d86aa91346af6337ca32
2017-09-08 18:28:48 +02:00
Jenkins
b1b501cc08 Merge "Revert "Remove priviledged mode for nova-api"" 2017-09-08 00:52:02 +00:00
chenxing
cbd67ebdb1 Rearrange existing documentation to fit the new standard layout
For more detail, see the doc migration spec.
http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Co-Authored-By: Eduardo Gonzalez <dabarren@gmail.com>
Change-Id: I3a7c0ed204ee1e9060b5325f20622afe9a5e3040
2017-09-06 17:43:56 +02:00
Jeffrey Zhang
0163162b65 Revert "Remove priviledged mode for nova-api"
This reverts commit c18615efd54d57f89d1a81729099285ea1fca3a7.

This patch fixs nova-api failure on ubuntu binary.

Change-Id: Ie411399eccb0ef7ee004f77a9b1adceca3aa0cc5
Related-Bug: #1715404
2017-09-06 22:33:26 +08:00
Jenkins
87a4001f9b Merge "Retrieve ceph logs in gate" 2017-09-06 14:22:47 +00:00
Jenkins
b9bfe07d24 Merge "Updated from global requirements" 2017-09-06 08:18:40 +00:00
Jenkins
018ae69691 Merge "Modify the conf in skydive" 2017-09-06 03:23:44 +00:00
Jenkins
20dcf65074 Merge "Add doc note for glance-api container" 2017-09-06 03:23:36 +00:00
Jenkins
d9b9fd938b Merge "Perform bootstrap on Horizon upgrade" 2017-09-06 03:23:30 +00:00
OpenStack Proposal Bot
582e5235e0 Updated from global requirements
Change-Id: I87ab7673dd74d9275dc043eb556ce980d353b810
2017-09-06 03:22:47 +00:00
Jenkins
634b27e434 Merge "Update and replace http with https for doc links in kolla-ansible" 2017-09-06 03:20:36 +00:00
Jenkins
a070f18ca3 Merge "Clean Boolean condition check on exists check" 2017-09-06 02:23:30 +00:00
Jenkins
92295235f3 Merge "Fix warning on {failed|changed}_when statements" 2017-09-06 02:20:39 +00:00
Jenkins
e7eb1f2716 Merge "Make outward_rabbit pre-checks idempotent" 2017-09-06 02:13:25 +00:00
John Garbutt
7e9fa0cd41 Make outward_rabbit pre-checks idempotent
Copy the patterns from the rabbit checks, skip some pre-checks when the
container has already been started. Without this change the pre-checks
fail when you re-run the deploy, i.e. the port is not free because
rabbit is already running on that port.

This bug was triggered because murano is enabled, and this change has
been added to add the extra rabbitmq instance by default:
d8fe3ea780c188b6e937ab6f08a8475d2330a9fa

Closes-Bug: #1715135

Change-Id: I0eb8785e7cd4eadfa792ea14a27f54a891b2bf02
2017-09-05 15:48:13 +01:00
6155ea595a Update reno for stable/pike
Change-Id: I92fed4875a5a93c46a3e58c62e5df58180d0f0d1
2017-09-05 13:11:17 +00:00
shangxiaobj
06178749f5 Update and replace http with https for doc links in kolla-ansible
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Iedf05f9264d825ce2d4b42321fe81b93cf8f7665
2017-09-05 02:35:56 -07:00
Jenkins
cf00aa6997 Merge "Fix warning during Mongodb bootstrap task" 2017-09-05 08:39:10 +00:00