5014 Commits

Author SHA1 Message Date
Christian Berendt
1be052390b Remove public_router_id from tempest configuration template
This parameter is usually not used and should not be provied in the
template.

TrivialFix

Change-Id: I4faea2127b741e06e327dd3e65387678d0bb0527
2016-09-15 15:28:56 +02:00
Jenkins
d2b64b4473 Merge "Add ansible role for vmtp container" 2016-09-15 02:44:38 +00:00
Jenkins
37ec5ecb52 Merge "Add Networking-SFC role" 2016-09-14 20:03:12 +00:00
Jenkins
239cea0c48 Merge "Add common role to Ansible site file" 2016-09-14 18:27:20 +00:00
Jenkins
56da49b561 Merge "Add neutron-vpnaas-agent container" 2016-09-14 18:18:58 +00:00
Jenkins
1943da377a Merge "Check if libvirtd apparmor profiles exists before removal" 2016-09-14 18:17:51 +00:00
Jenkins
210874e500 Merge "Non-default database port documentation." 2016-09-14 18:15:56 +00:00
Jenkins
4f921da47e Merge "Add upgrade file to barbican role" 2016-09-14 18:15:41 +00:00
Jenkins
d438e1ca13 Merge "Added grafana role" 2016-09-14 18:14:58 +00:00
Jenkins
ad2d6567a6 Merge "Added telegraf role" 2016-09-14 17:14:26 +00:00
Jenkins
f6054d40a5 Merge "Remove the useless host in site.yml" 2016-09-14 16:12:28 +00:00
Jenkins
a063ecb692 Merge "Allow Neutron to be run in DVR mode" 2016-09-14 16:05:36 +00:00
zhubingbing
7306b251e6 Add upgrade file to barbican role
Change-Id: I2e2b840676456abcb0dddea05864ad69f1c6b397
2016-09-14 15:48:53 +00:00
Mathias Ewald
56af4ef202 Added telegraf role
Added ansible role to deploy telegraf

Roll out telegraf to all nodes

Introduce parameter to toggle deployment of performance monitoring

Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Change-Id: Ia09b20ce65bf557c1a1030eda99df5cc88debd01
Partially-Implements: Blueprint performance-monitoring
2016-09-14 15:43:04 +00:00
Waldemar Znoinski
aa2fcc0a73 Non-default database port documentation.
Closes-bug: #1585955

Change-Id: I4686f600e09cb690006941d8e6512c19cde57f06
2016-09-14 15:33:51 +00:00
Tin Lam
4b3d8116ce Add ansible role for vmtp container
Add vmtp ansible role to kolla.

Co-Authored-By: Larry Rensing <lr699s@att.com>
Co-Authored-By: Tin Lam <tinlam@gmail.com>
Partially implements: bp vmtp-container

Change-Id: Ib3945e0a94cca9f3a8c4f55953b40674c88ac8e4
2016-09-14 10:12:08 -05:00
Jenkins
d3302a7e69 Merge "Add Senlin Ansible role" 2016-09-14 15:01:34 +00:00
Christian Berendt
ce2a00a0e9 Add neutron-vpnaas-agent container
This implements the neutron-vpnaas-agent container for Ubuntu/Debian
with installation from source packages.

Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Implements: blueprint neutron-vpnaas-agent

Change-Id: I3e4b513fb8e1670c4df0edb4951610f777ff72e6
2016-09-14 14:03:16 +00:00
Jenkins
557c02fe77 Merge "Change Mariadb default character set to utf8" 2016-09-14 13:14:26 +00:00
Jenkins
119c41cdc4 Merge "Bind EPMD to api interface address" 2016-09-14 13:07:25 +00:00
Jenkins
a16d3a2c30 Merge "Add extras and pytz>=2013.6 into test requirements" 2016-09-14 13:01:04 +00:00
Paul Bourke
95c916aa5e Allow Neutron to be run in DVR mode
Introduces a new property "enable_neutron_dvr", along with the
appropriate service and template changes to allow DVR.

Closes-Bug: #1623463
DocImpact: dvr changes network data paths and adds requirements for NICs
Co-Authored-By: Vladislav Belogrudov <vladislav.belogrudov@oracle.com>
Change-Id: I87a26e9258228ae2ccb76be1e5f0bb44fac128df
2016-09-14 12:58:47 +01:00
gong yong sheng
8f5a42c1f0 Add extras and pytz>=2013.6 into test requirements
These two modules are seemingly installed in ubuntu 16 and Fedora
systems. Ubuntu 14 needs them to be included explicitly.

Change-Id: I3e56453c36be20b160ba61a26015ec8ed0fa02a4
Closes-bug: 1623308
2016-09-14 17:54:22 +08:00
Jenkins
afe4209bb2 Merge "Add iter function to change list into iterator" 2016-09-14 09:49:05 +00:00
Jenkins
72b36949c7 Merge "Set owner of rally.conf to rally" 2016-09-14 09:48:58 +00:00
Mathias Ewald
fe61591a7c Added grafana role
Added ansible role to deploy grafana

Added host group for grafana deployment

Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Change-Id: I3dec4e8586b6f65fa7de66a48506d1c79de2fe1e
Partially-Implements: Blueprint performance-monitoring
2016-09-14 09:36:34 +00:00
Christian Berendt
0f30134ebd Set owner of rally.conf to rally
This will solve the following issue when running the rally bootstrap
container:

oslo_config.cfg.ConfigFilesPermissionDeniedError: Failed to open some
config files: /etc/rally/rally.conf

TrivialFix

Change-Id: I90c840850ea0579e375a7c75f3192fe0387f4270
2016-09-14 10:34:54 +02:00
Jenkins
3aea4eb59e Merge "Call filter_images before save dependencies" 2016-09-14 08:05:47 +00:00
prithiv
8a01ed3270 Add Networking-SFC role
Networking-SFC is a neutron big-tent project support Service Function
Chaining in Neutron.

* Rename the image from neutron-networking-sfc-agent to
  neutron-sfc-agent.
* Add networking-sfc role in playbooks.

Co-Authored-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
Change-Id: I1f99650eed85f59929d4ab6b2226603c54f29577
Implements: blueprint enable-networking-sfc-support
2016-09-14 15:41:03 +08:00
Jenkins
1109c25b60 Merge "Fix missing cloudkitty config file for cron container" 2016-09-14 07:20:43 +00:00
Eduardo Gonzalez
abf83650a1 Add Senlin Ansible role
Change-Id: Ic941a396b5cd9abfb5e9941218e91b784f8bba0a
Implements: bp senlin-container
2016-09-14 07:20:22 +02:00
Jenkins
c960d44b74 Merge "Fix transport for kolla-kubernetes" 2016-09-14 05:16:31 +00:00
Jenkins
ba32530fac Merge "Add header blocks to all Dockerfiles" 2016-09-14 05:16:11 +00:00
Jenkins
ae9c246315 Merge "fix the common upgrade" 2016-09-14 05:12:57 +00:00
Hui Kang
a14d8e6a24 Fix missing cloudkitty config file for cron container
Change-Id: I6a2c158ae9bad9a824d04056b70a2d0cbe765a55
closes-bug: #1623314
2016-09-14 03:36:22 +00:00
Jeffrey Zhang
5480bd9b1d
Bind EPMD to api interface address
Closes-Bug: #1562701
Change-Id: Ica68bdee81223232995bc21ad5e5d5fbf9e8b05f
2016-09-14 11:35:10 +08:00
Jeffrey Zhang
de0c780100 Change Mariadb default character set to utf8
Closes-Bug: #1623307
Change-Id: I364a8345872ae3b0a7ff684edfe9ff0e22f2c26c
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-14 02:57:19 +00:00
Jeffrey Zhang
bd08f55989 fix the common upgrade
Closes-Bug: #1623305
Change-Id: I21ca191cb5a45b0beb97dfe67a209999b9033cb0
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-14 02:54:29 +00:00
gong yong sheng
2660bbee8f Call filter_images before save dependencies
save_dependency function needs the image status which is set
by filter_images.

Change-Id: I7aa097c94d59de9389d8a53babe63d8b991a6e23
Closes-bug: 1623291
2016-09-14 10:46:04 +08:00
Jeffrey Zhang
36794a66c5 Remove the useless host in site.yml
We use hosts detective in wrong. No need add the other hosts we do not
need in the role.

TrivialFix

Change-Id: I2d228704cd76fc59f590497e33e1b89f397c0e3c
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-14 10:41:10 +08:00
Jenkins
233c433557 Merge "Fix formatting in CONTRIBUTING.rst" 2016-09-14 02:37:07 +00:00
gong yong sheng
dd57e1df5a Add iter function to change list into iterator
Change-Id: Ia141a54b1bc0b1742a396b7029ee0b56ead648db
Closes-bug: 1623288
2016-09-14 10:04:10 +08:00
Kevin Fox
5e3f392d5b Fix transport for kolla-kubernetes
TrivialFix

Change-Id: I1b6aafaa462b9585f351b627277aa1f2c516bfa2
2016-09-13 22:10:04 +00:00
Jenkins
16e79775ed Merge "Allow customizations of pip packages" 2016-09-13 20:07:01 +00:00
Jenkins
292baae4ff Merge "Add logrotate configuration for cloudkitty" 2016-09-13 19:50:30 +00:00
Jenkins
78f1564ed8 Merge "Check volume group exists for Cinder in prechecks" 2016-09-13 18:35:00 +00:00
Jenkins
671e7f1eb6 Merge "Use "node" take place of "nodes"" 2016-09-13 18:26:31 +00:00
Jenkins
1a3437af59 Merge "Copy mongodb_bootstrap_replication_set.js to /tmp on the deployment host" 2016-09-13 18:25:43 +00:00
Michal (inc0) Jastrzebski
3eff4bc0d1 Allow customizations of pip packages
Customizations of packages for source builds

Closes-Bug: #1623083
Change-Id: I99263af53c8f9830bcf0c6fec78194c8f7cd88c5
2016-09-13 16:54:30 +00:00
Paul Bourke
36c0501cc6 Fix formatting in CONTRIBUTING.rst
Change-Id: I38a1fc5f476dca97952160eb2c2fbb25a19bcc64
2016-09-13 17:49:36 +01:00