5185 Commits

Author SHA1 Message Date
Jeffrey Zhang
7555054e72 Fix the failure of ceilometer-api container
* ceilometer-api script is removed and run ceilometer-api by using apache
* fix connection url in ceilometer.conf

Closes-Bug: #1624905
Change-Id: Iffb00ca418bab6521d61b16de4f5760aa1ae1ac7
2016-09-25 14:01:43 +00:00
Jenkins
898d438051 Merge "Update the order of release note page" 2016-09-22 13:49:01 +00:00
Lu lei
b2ad476a86 Update the order of release note page
In order to support automatically updating the release notes when we
create stable branches, we want the pages to be in a standard order.
This patch updates the order to be reverse chronological, so the most
recent notes appear at the top.

TrivialFix.

Change-Id: I8eca97a75f8c6ee1f41712678b12b7e9dac655dd
2016-09-22 17:38:05 +08:00
Jenkins
b5630840dd Merge "Fix permission for /var/log/kolla folder" 2016-09-22 09:33:06 +00:00
Jenkins
9d7ba661f3 Merge "Create the heat_stack_user/owner role in the heat role" 2016-09-22 09:28:50 +00:00
Jenkins
040b07fbc5 Merge "Deprecate nova-network container" 2016-09-22 09:28:43 +00:00
Jenkins
f0d8b12930 Merge "Only enabled services log files" 2016-09-22 08:16:24 +00:00
Jenkins
ea7b268242 Merge "Remove ansible serial: option for haproxy and rabbitmq." 2016-09-22 08:01:06 +00:00
Jenkins
62c3643f4a Merge "Allow a custom haproxy configuration file" 2016-09-22 07:48:16 +00:00
Jenkins
76ff764522 Merge "Add support to use pdb with tox" 2016-09-22 07:08:58 +00:00
Jenkins
eca14f6469 Merge "Add fwaas_driver.ini file to neutron-vpnaas-agent container" 2016-09-22 07:05:39 +00:00
Jenkins
9f1f735b4e Merge "Mark include-footer and include-header deprecated for removal" 2016-09-22 07:01:41 +00:00
Jenkins
57adbe73a7 Merge "Remove all bytcode & objectcode before running tox" 2016-09-22 06:59:01 +00:00
Jenkins
ce3abeb0eb Merge "Allow use of database for Horizon sessions" 2016-09-22 04:00:28 +00:00
Jenkins
a2c6eefdde Merge "Document that YAML data files should start with three dashes" 2016-09-22 02:53:28 +00:00
Jenkins
200ac2140e Merge "Fix senlin api bind host" 2016-09-22 02:53:21 +00:00
Jenkins
bd4d31fd34 Merge "missing space breaks haproxy from starting" 2016-09-22 02:52:04 +00:00
Jeffrey Zhang
73a39db326 Fix permission for /var/log/kolla folder
Docker will change the name volume folder permission to image already
set. /var/log/kolla is not created and well configured in image.

This patch set creates and configures proper permission /var/log/kolla
in base image.
This patch set also fixed the ceph image by adding ceph user to kolla
group.

TrivialFix

Change-Id: Ib5ef0187e90de2699b3cda31e819b4babb07e0af
2016-09-22 01:33:47 +00:00
Jenkins
ba75f514bc Merge "Point to boostrap-servers playbook in quickstart" 2016-09-21 21:35:20 +00:00
Jenkins
bb617a67ff Merge "Allow operators to provision multiple physical networks" 2016-09-21 20:05:45 +00:00
bjolo
419454c6b6 missing space breaks haproxy from starting
TrivialFix

Change-Id: I11efb23a51d424710cdb3bab520b572486b16be6
2016-09-21 21:43:10 +02:00
Christian Berendt
cd59e9207b Document that YAML data files should start with three dashes
Change-Id: I1ecf4d4198652ff5ad6b542b2e3b9cbf4afd20de
2016-09-21 20:07:47 +02:00
Jenkins
b32d7ce802 Merge "Document that new services have to be listed in the README file" 2016-09-21 16:47:39 +00:00
Jenkins
ccb3ced1fb Merge "Fix base CentOS repository keys" 2016-09-21 16:44:35 +00:00
Jenkins
c8329d884f Merge "Fix murano auth issue" 2016-09-21 16:41:39 +00:00
Jenkins
717429bb22 Merge "Allow a custom keepalived configuration file" 2016-09-21 16:38:17 +00:00
Jenkins
90946af865 Merge "Cinder cannot use external non-LVM iSCSI storage" 2016-09-21 16:38:09 +00:00
Jeffrey Zhang
ae54ae8ef0 Mark include-footer and include-header deprecated for removal
As we talked in mail list, these two options should be marked for
deprecated and removed in future[0]. Customization footer/header block
are recommended to use.

[0] http://lists.openstack.org/pipermail/openstack-dev/2016-September/102793.html

TrivialFix

Change-Id: I9d0b83b31b3680cf5083eafc2ae491348d3b084b
2016-09-22 00:24:51 +08:00
Jenkins
5e0fe095b0 Merge "Add "---" into some files of yaml" 2016-09-21 15:11:32 +00:00
Michal (inc0) Jastrzebski
fa2b96297c Point to boostrap-servers playbook in quickstart
Since initial setup is arguably the hardest part of kolla deployment,
let's show people our new plabybook to lower the barrier of entry.

TrivialFix

Change-Id: I6edf355772b5705207cdecfbe8c45672a63badf0
2016-09-21 15:08:57 +00:00
Michal (inc0) Jastrzebski
43307904dd Add architecture guide back to index.rst
It was removed in some of patches (probably bad rebase?)

TrivialFix
Change-Id: Ie9542012c1c6cb0252284196389eb6618862a148
2016-09-21 14:34:14 +00:00
Jenkins
47894bfaec Merge "Delete extra spaces in baremetal install.yml" 2016-09-21 13:54:10 +00:00
Jenkins
389f31e9e5 Merge "Use ansible_version when available for precheck" 2016-09-21 13:44:51 +00:00
James McCarthy
d5e5700fab Remove ansible serial: option for haproxy and rabbitmq.
By having serial in site.yml for these roles will mean (particularly
during an upgrade) that tasks can be executed out of the intended
order across hosts, leading to unexpected results.

Change-Id: I44f0c66c445d853a2e4af69119562f13b4424936
Closes-Bug: #1626096
2016-09-21 14:34:37 +01:00
Jenkins
5b4d9fb247 Merge "Updated from global requirements" 2016-09-21 13:20:04 +00:00
Vladislav Belogrudov
b1f986c349 Cinder cannot use external non-LVM iSCSI storage
Currently Cinder enables iscsid service only when LVM is choosen as
backend. This fix will allow to specify external iSCSI storage via
configuration add-on and to run iscsid independently of LVM settings.

Change-Id: Iaae0f8025534e5ab1c5f9d5e812a7d41129915ef
Closes-Bug: 1614125
2016-09-21 12:28:07 +00:00
Jenkins
c57642f649 Merge "Remove no-cache option in build.py" 2016-09-21 12:06:43 +00:00
caoyuan
a071bce07b Add "---" into some files of yaml
TrivialFix

Change-Id: Id2cd736f136068514f26977b434b15a8b1ffc8be
2016-09-21 11:52:20 +00:00
OpenStack Proposal Bot
1baffca152 Updated from global requirements
Change-Id: I279a3ec4ff1d7c16622921d9354b0a0b408b9b0a
2016-09-21 11:50:42 +00:00
Jenkins
aa7a338f2e Merge "Fix tempest missing spaces" 2016-09-21 11:44:18 +00:00
Jenkins
06c2eb43bf Merge "Delete the unnecessary space" 2016-09-21 11:25:57 +00:00
Paul Bourke
d1673ad173 Allow operators to provision multiple physical networks
Currently Kolla operators are restricted to configuring one physical
network (physnet1).

This change along with ml2_conf.ini augmentation can be used to setup
multiple physical networks in openvswitch.

E.g. To configure two physical networks, physnet1 and physnet2, with
ports eth1 and eth2 associated respectively:

In /etc/kolla/globals.yml, set

neutron_bridge_name: "br-ex,br-ex2"
neutron_external_interface: "eth1,eth2"

In /etc/kolla/config/neutron/ml2_conf.ini

[ovs]
bridge_mappings = physnet1:br-ex,physnet2:br-ex2

Co-Authored-By: Mick Thompson <michael.a.thompson@oracle.com>
Closes-Bug: #1625700
DocImpact

Change-Id: I9454ca98d9b058368129123109ccc56f95519874
2016-09-21 09:14:47 +00:00
Eduardo Gonzalez
9e324268d0 Fix senlin api bind host
Change-Id: I4f24bcc69e02eaa961b5791b3986e969368c50a8
Closes-Bug: #1625691
2016-09-21 07:23:14 +02:00
MD NADEEM
3bf571da06 Add support to use pdb with tox
TrivialFix

Change-Id: I6f32ce7033fe5a8b8f628a8f52dde67b9540083d
2016-09-21 03:25:42 +00:00
caoyuan
ef401e356e Delete the unnecessary space
TrivialFix

Change-Id: I2d068b22c34caa81a7a6b72e066435632dc14f41
2016-09-21 01:37:15 +00:00
Eduardo Gonzalez
6f58b12d46 Fix tempest missing spaces
Apply a clear syntax adding missing spaces

TrivialFix
Change-Id: I4046ffc43d58db0b667e661aec83714bc67d8dbb
2016-09-20 17:37:03 +02:00
Christian Berendt
1116ae3f66 Add fwaas_driver.ini file to neutron-vpnaas-agent container
This solves the following issue:

oslo_config.cfg.ConfigFilesNotFoundError: Failed to find some config
files: /etc/neutron/fwaas_driver.ini

Change-Id: I606e591057574ca113f2cba18618f455f7c36bc6
Closes-bug: #1625672
2016-09-20 16:57:48 +02:00
Christian Berendt
4e30d0f405 Allow a custom keepalived configuration file
TrivialFix

Change-Id: If63053d707e0e6642883745c702d13b63093131a
2016-09-20 16:43:47 +02:00
Christian Berendt
19ed74d638 Allow a custom haproxy configuration file
TrivialFix

Change-Id: I5ebb8bc42fa9483adfb397ba1856c750a3b70a7b
2016-09-20 16:41:52 +02:00
Jenkins
d10015dbea Merge "Install cinder related package for glance" 2016-09-20 12:27:03 +00:00