Alex Schultz [Tue, 14 Mar 2017 22:36:02 +0000 (16:36 -0600)]
Standardize example role definitions
As we create new standard roles, we should include them from a single
location for ease of use and to reduce the duplication of the role
definitions elsewhere. This change adds a roles folder to the THT that
can be used with the new roles commands in python-tripleoclient by the
end user to generate a roles_data.yaml from a standard set of roles.
Depends-On: I326bae5bdee088e03aa89128d253612ef89e5c0c
Change-Id: Iad3e9b215c6f21ba761c8360bb7ed531e34520e6
Related-Blueprint: example-custom-role-environments
Jenkins [Wed, 7 Jun 2017 17:57:44 +0000 (17:57 +0000)]
Merge "Map /etc/ssh/ssh_known_hosts to all containers"
Jenkins [Wed, 7 Jun 2017 17:57:36 +0000 (17:57 +0000)]
Merge "Ensure /etc/ssh/ssh_known_hosts exist in docker config-data."
Jenkins [Wed, 7 Jun 2017 17:56:32 +0000 (17:56 +0000)]
Merge "Ability to enable/disable debug mode per OpenStack service"
Jenkins [Wed, 7 Jun 2017 17:31:42 +0000 (17:31 +0000)]
Merge "Convert puppet and docker steps to ansible"
Jenkins [Wed, 7 Jun 2017 15:11:07 +0000 (15:11 +0000)]
Merge "Stop/disable l3 agent in docker service upgrade_tasks"
Oliver Walsh [Fri, 26 May 2017 16:19:25 +0000 (17:19 +0100)]
Map /etc/ssh/ssh_known_hosts to all containers
This allows any ssh client spawned from a container to validate ssh host key.
Change-Id: I86d95848e5f049e8af98107cd7027098d6cdee7c
Closes-bug: #
1693841
Oliver Walsh [Tue, 6 Jun 2017 20:16:38 +0000 (21:16 +0100)]
Ensure /etc/ssh/ssh_known_hosts exist in docker config-data.
Works around the issue encountered in
1696283.
Change-Id: I1947d9d1e3cabc5dfe25ee1af994d684425bdbf7
Resolves-Bug: #
1696283
Steven Hardy [Thu, 1 Jun 2017 15:30:48 +0000 (16:30 +0100)]
Stop/disable l3 agent in docker service upgrade_tasks
This service is missing the task to stop/disable the service on
the host prior to it being started in a container.
Change-Id: I33d70d32c3b55e1f2738441f57c74b007e7bd766
Closes-Bug: #
1695017
Emilien Macchi [Wed, 24 May 2017 17:42:07 +0000 (13:42 -0400)]
Ability to enable/disable debug mode per OpenStack service
Add ServiceDebug parameters for each services that will allow operators
to enable/disable Debug for specific services.
We keep the Debug parameters for backward compatibility.
Operators want to enable Debug everywhere:
Debug: true
Operators want to disable Debug everywhere:
Debug: false
Operators want to disable Debug everywhere except Glance:
GlanceDebug: true
Operators want to enable Debug everywhere except Glance:
Debug: true
GlanceDebug: false
New parameters: AodhDebug, BarbicanDebug, CeilometerDebug, CinderDebug,
CongressDebug, GlanceDebug, GnocchiDebug, HeatDebug, HorizonDebug,
IronicDebug, KeystoneDebug, ManilaDebug, MistralDebug, NeutronDebug,
NovaDebug, OctaviaDebug, PankoDebug, SaharaDebug, TackerDebug,
ZaqarDebug.
Note: for backward compatibility in Horizon, HorizonDebug is set to
false, so we maintain previous behavior.
Change-Id: Icbf4a38afcdbd8471d1afc11743df9705451db52
Implement-blueprint: composable-debug
Closes-Bug: #
1634567
Jenkins [Wed, 7 Jun 2017 09:08:56 +0000 (09:08 +0000)]
Merge "Updated from global requirements"
Jenkins [Wed, 7 Jun 2017 07:27:23 +0000 (07:27 +0000)]
Merge "Fix upgrade tasks to use correct service name"
OpenStack Proposal Bot [Tue, 6 Jun 2017 23:29:28 +0000 (23:29 +0000)]
Updated from global requirements
Change-Id: I124d7f5bb0e662585a034668cd82ef1fa6db2fa1
Jenkins [Tue, 6 Jun 2017 20:12:32 +0000 (20:12 +0000)]
Merge "Container-specific variants of scenarios 001-004"
Jenkins [Tue, 6 Jun 2017 20:04:19 +0000 (20:04 +0000)]
Merge "Fix CephPoolDefaultSize typo"
Jenkins [Tue, 6 Jun 2017 18:37:29 +0000 (18:37 +0000)]
Merge "Containerize HAProxy for the non-ha case"
Pradeep Kilambi [Tue, 6 Jun 2017 16:39:47 +0000 (12:39 -0400)]
Fix upgrade tasks to use correct service name
Change-Id: I149ca7cdd939ed7c1767a416bb9569ada163e820
Closes-bug: #
1696089
Steven Hardy [Wed, 3 May 2017 16:12:55 +0000 (17:12 +0100)]
Convert puppet and docker steps to ansible
Replace the multiple SoftwareDeployment resources with a common
playbook that runs on all roles, consuming the configuration data
written via the HostPrepAnsible tasks.
This hopefully simplifies things, and will enable re-running the
deploy steps for minor updates (we'll need some way to detect
a container should be replaced, but that will be done via a
follow-up patch).
Change-Id: I674a4d9d2c77d1f6fbdb0996f6c9321848e32662
Jenkins [Tue, 6 Jun 2017 12:57:48 +0000 (12:57 +0000)]
Merge "Update metric processing delay default"
Damien Ciabrini [Wed, 19 Apr 2017 13:46:41 +0000 (15:46 +0200)]
Containerize HAProxy for the non-ha case
This change implements an initial container for haproxy in the non-HA
case (aka when the container is not spawn by pacemaker).
We tested this using a stock kolla haproxy container image and we were
able to get haproxy running on a container with net=host correctly.
Change-Id: I90253412a5e2cd8e56e74cce3548064c06d022b1
Co-Authored-By: Michele Baldessari <michele@acksyn.org>
Depends-on: I51c482b70731f15fee4025bbce14e46a49a49938
Closes-Bug: #
1668936
Jenkins [Mon, 5 Jun 2017 19:26:22 +0000 (19:26 +0000)]
Merge "Fix the constraints for THT params NeutronDpdkCoreList and HostCpusList"
Jenkins [Mon, 5 Jun 2017 15:28:06 +0000 (15:28 +0000)]
Merge "Example environment file to use Neutron BGPVPN driver with ODL"
Jenkins [Mon, 5 Jun 2017 12:59:44 +0000 (12:59 +0000)]
Merge "Remove nova placement config for compute service node on upgrade"
Jenkins [Mon, 5 Jun 2017 10:19:13 +0000 (10:19 +0000)]
Merge "Release 7.0.0.0b2"
Emilien Macchi [Mon, 5 Jun 2017 08:16:05 +0000 (10:16 +0200)]
Release 7.0.0.0b2
Change-Id: Ie8010969443324dc76be8ade8edc1390b073345b
Pradeep Kilambi [Tue, 30 May 2017 18:48:21 +0000 (14:48 -0400)]
Update metric processing delay default
This helps with processing the backlog, so lets update
the default out of the box.
Change-Id: I06d4ca95f4a1da2864f4845ef3e7a74a1bce9e41
Jenkins [Sun, 4 Jun 2017 11:57:35 +0000 (11:57 +0000)]
Merge "Containerize Redis for HA"
Damien [Tue, 9 May 2017 09:11:21 +0000 (05:11 -0400)]
Containerize Redis for HA
This service allows configuring and deploying Redis containers
in a HA overcloud managed by pacemaker.
The containers are managed and run by pacemaker. Inside there is
pacemaker_remote which will invoke the resource agent managing galera.
The resources themselves are created via puppet-pacemaker inside a
short-lived container used for this purpose (mysql_init_bundle).
This container needs to use the 'docker_config' section to invoke
puppet (as opposed to 'docker_puppet_tasks'), because due to the HA
composability each resource creation needs to happen on the bootstrap
node of that service and 'docker_puppet_tasks' will only run on the
controller/primary role.
Co-Authored-By: Michele Baldessari <michele@acksyn.org>
Closes-Bug: #
1692924
Depends-On: Ia1131611d15670190b7b6654f72e6290bf7f8b9e
Change-Id: Ie045954fcc86ef2b3e4562b6f012853177f03948
Jenkins [Sat, 3 Jun 2017 19:55:10 +0000 (19:55 +0000)]
Merge "Containerize clustercheck galera monitor for HA deployments"
Jenkins [Sat, 3 Jun 2017 18:17:45 +0000 (18:17 +0000)]
Merge "Containerize HAProxy for HA"
Jenkins [Sat, 3 Jun 2017 18:17:38 +0000 (18:17 +0000)]
Merge "Containerize RabbitMQ for HA"
Jenkins [Sat, 3 Jun 2017 18:17:31 +0000 (18:17 +0000)]
Merge "Containerize MySQL for HA"
Jenkins [Sat, 3 Jun 2017 09:10:02 +0000 (09:10 +0000)]
Merge "Modify vhost user socket directory's default value in environment file"
Jenkins [Sat, 3 Jun 2017 01:48:27 +0000 (01:48 +0000)]
Merge "Add support for linuxbridge agent"
Jenkins [Fri, 2 Jun 2017 23:12:08 +0000 (23:12 +0000)]
Merge "Server blacklist support"
Jenkins [Fri, 2 Jun 2017 23:12:00 +0000 (23:12 +0000)]
Merge "Add sshd service to containerized compute role"
Jenkins [Fri, 2 Jun 2017 22:17:51 +0000 (22:17 +0000)]
Merge "Upgrade gnocchi without skip-storage"
Alex Schultz [Fri, 2 Jun 2017 22:04:46 +0000 (16:04 -0600)]
Fix CephPoolDefaultSize typo
Ie9bdd9b16bcb9f11107ece614b010e87d3ae98a9 improperly used
CephPoolDefaultSite for the puppet-ceph-devel environment. The correct
configuration item is CephPoolDefaultSize.
Change-Id: If3a23f8d000061da62e4a7565a7fb6cf1ac97a4a
Jenkins [Fri, 2 Jun 2017 15:33:42 +0000 (15:33 +0000)]
Merge "Handle upgrading cinder-volume under pacemaker"
Sven Anderson [Tue, 16 May 2017 15:44:55 +0000 (17:44 +0200)]
Increase default for NovaReservedHostMemory to 4096
Idle compute nodes are found to already consume ~1.5GB of memory, so
2GB is a bit tight. Increasing to 4GB to be on the safe side. Also
see https://bugzilla.redhat.com/show_bug.cgi?id=
1341178
Change-Id: Ic95984b62a748593992446271b197439fa12b376
James Slagle [Fri, 12 May 2017 19:04:23 +0000 (15:04 -0400)]
Server blacklist support
Adds the ability to blacklist servers from all SoftwareDeployment
resources. The servers are specified in a new list parameter,
DeploymentServerBlacklist by the Heat assigned name
(overcloud-compute-0, etc).
implements blueprint disable-deployments
Change-Id: I46941e54a476c7cc8645cd1aff391c9c6c5434de
Karthik S [Wed, 31 May 2017 12:31:59 +0000 (08:31 -0400)]
Fix the constraints for THT params NeutronDpdkCoreList and HostCpusList
This fix needs to be backported to ocata.
Change-Id: I5938761efa4f56e576f41929e0bc12df246ac81a
Signed-off-by: Karthik S <ksundara@redhat.com>
Closes-Bug: #
1694703
Pradeep Kilambi [Thu, 25 May 2017 21:13:17 +0000 (17:13 -0400)]
Upgrade gnocchi without skip-storage
When gnocchi-upgrade run, we need to ensure storage is upgraded so we
initialize the necessary storage sacks.
Closes-bug: #
1693621
Change-Id: I84e4fc3b6ad7fd966c4097a29678a0fd5b7a20a5
Jenkins [Wed, 31 May 2017 10:05:58 +0000 (10:05 +0000)]
Merge "Containerized nova-compute working with Deployed Server"
Jenkins [Tue, 30 May 2017 16:15:56 +0000 (16:15 +0000)]
Merge "Enable arp_accept for all interfaces"
Jenkins [Tue, 30 May 2017 14:51:48 +0000 (14:51 +0000)]
Merge "Change database sync timeout from 300 to 900 in low-memory-usage environment file."
Jenkins [Tue, 30 May 2017 13:52:28 +0000 (13:52 +0000)]
Merge "docker bootstrap service commands"
Emilien Macchi [Thu, 18 May 2017 20:17:41 +0000 (16:17 -0400)]
ceilometer-expirer: remove the crontab during upgrade
When running disabled/ceilometer-expirer.yaml, we want to remove the
crontab that used to run ceilometer-expirer binary in periodic way.
Let's use Puppet to remove this crontab.
We can't easily use Ansible tasks this time, because the Ansible cron
module can only remove Crontabs previously managed by Ansible:
https://docs.ansible.com/ansible/cron_module.html#examples
In this case, Puppet will erase the crontab in Pike. In Queens, we'll be
able to remove these environments files since we wouldn't need it
anymore.
Change-Id: Idb050c3b281d258aea52d6a3ef40441bb9c8bcbe
Jiri Stransky [Fri, 26 May 2017 11:53:30 +0000 (13:53 +0200)]
Containerized nova-compute working with Deployed Server
When using the Deployed Server feature, we rely on Puppet to install
packages. But nova-compute/libvirt puppet is running in a container, so
it cannot install anything on the host. We rely on virtlogd on the host,
so we need to install it there some way. This patch uses host_prep_tasks
for that, conditionally based on the EnablePackageInstall stack
parameter value.
Also multinode-container-upgrade.yaml env is copied as
multinode-containers.yaml, to remove the naming confusion, as the
environment file can be used for more than just upgrades. The old env
file will be removed once we make the upgrade job use the new one (catch
22 type of issue).
Change-Id: Ia9b3071daa15bc30792110e5f34cd859cc205fb8
Jenkins [Fri, 26 May 2017 16:56:32 +0000 (16:56 +0000)]
Merge "Add RoleNetHostnameMap output"
Oliver Walsh [Fri, 26 May 2017 15:53:10 +0000 (16:53 +0100)]
Add sshd service to containerized compute role
This adds the sshd puppet service to the containerized compute role
All other roles already include this service from the defaults roles data,
it is only missing from the compute role.
As the sshd service runs on the docker host, this must remain as a
traditional puppet service. NB the sshd puppet service does not enable
sshd, it just enables the management of the sshd config via t-h-t/puppet.
Closes-bug: #
1693837
Change-Id: I86ff749245ac791e870528ad4b410f3c1fd812e0
Jenkins [Fri, 26 May 2017 15:41:51 +0000 (15:41 +0000)]
Merge "Store role_data in an OS::Heat::Value resource"
Jenkins [Fri, 26 May 2017 15:32:46 +0000 (15:32 +0000)]
Merge "Add heat environment for disabling all telemetry services"
Jenkins [Fri, 26 May 2017 14:08:26 +0000 (14:08 +0000)]
Merge "Add ignore_projects to filter gnocchi events"
Jiri Stransky [Thu, 18 May 2017 12:30:43 +0000 (14:30 +0200)]
Container-specific variants of scenarios 001-004
Add container-specific variants of scenarios. These variants are
supposed to be temporary, as their only purpose is to allow us CIing the
scenarios with containers while we don't have pacemaker containerized
yet. Once we can deploy and upgrade containerized deployment with
pacemaker, these should be deleted and normal scenarios should be used.
Alternative approach would be to edit the scenarios on the fly within
the CI job, to remove the pacemaker parts, which would be more DRY, but
perhaps more surprising when trying to debug issues.
Change-Id: I36ef3f4edf83ed06a75bc82940152e60f9a0941f
Alan Bishop [Tue, 23 May 2017 14:42:24 +0000 (10:42 -0400)]
Handle upgrading cinder-volume under pacemaker
Add upgrade tasks for cinder-volume when it's controlled by pacemaker:
o Stop the service before the entire pacemaker cluster is stopped.
This ensures the service is stopped before infrastructure services
(e.g. rabbitmq) go away.
o Migrate the cinder DB prior to restarting the service. This covers
the situation when puppet-cinder (who otherwise would handle the db
sync) isn't managing the service.
o Start the service after the rest of the pacemaker cluster has been
started.
Closes-Bug: #
1691851
Change-Id: I5874ab862964fadb68320d5c4de39b20f53dc25c
Jenkins [Fri, 26 May 2017 08:49:02 +0000 (08:49 +0000)]
Merge "Align optional services with optional services-docker"
John Trowbridge [Thu, 25 May 2017 13:24:57 +0000 (09:24 -0400)]
Add heat environment for disabling all telemetry services
This will be used in our HA OVB CI job where we currently are
failing due to running out of memory. Telemetry will still be
tested via scenarios, but this will free up a large chunk of
memory in the most memory intensive job.
Closes-Bug:
1693174
Change-Id: Idefe9f0de47c5b0f29b7326642d697ed179e2eb8
Ihar Hrachyshka [Wed, 24 May 2017 01:13:28 +0000 (18:13 -0700)]
Enable arp_accept for all interfaces
OpenStack heavily relies on gratuitous ARP updates when moving floating
IP addresses between devices. When a floating IP moves, Neutron L3 agent
issues a burst of gratuitous ARP packets that should update any existing
ARP table entries on all nodes that belong to the same network segment.
Due to locktime kernel behavior, some gratuitous ARP packets may be
ignored [1], rendering ARP table entries broken for some time. Due to a
kernel bug [2], the time may be as long as hours, depending on other
traffic flowing to the node.
With the current EL7 kernel, the only way to make sure that nodes honor
all sent gratuitous ARP updates is to set arp_accept to 1; this will
disable locktime mechanism for the packets sent by Neutron L3 agent, and
will make sure ARP tables are always updated.
[1] https://patchwork.ozlabs.org/patch/762732/
[2] https://bugzilla.redhat.com/show_bug.cgi?id=
1450203
Related-Bug: #
1690165
Change-Id: I863b240e0ab4c4d5bb844f91b607fd0937d5cedf
Pradeep Kilambi [Tue, 23 May 2017 14:41:22 +0000 (10:41 -0400)]
Add ignore_projects to filter gnocchi events
Without this, ceilometer db gets hammered with gnocchi swift events.
Keystone creds are required so middleware can query for id.
Related change: I5c0f4f1a2c7fe7eb39ea6441970e9ac0946a4ec1
Change-Id: I9a7a80252703e470a69dc10352e7ece45ab23150
Bogdan Dobrelya [Thu, 25 May 2017 16:24:11 +0000 (18:24 +0200)]
Align optional services with optional services-docker
Add missing optional services for docker, if present in
non-docker optional services, and vice versa.
Fix issues with non containerized Mongo resources are
missing when deploying optional containerized zaqar service.
Add non containerized Ironix-Pxe resources to the optional
Ironic services, as it is done for the containerized Ironic.
Change-Id: I56675e015fa4bbd6d9809dbf7c21453939321410
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Jenkins [Thu, 25 May 2017 16:19:22 +0000 (16:19 +0000)]
Merge "Include mongodb in scenario002 job"
Jenkins [Thu, 25 May 2017 15:06:35 +0000 (15:06 +0000)]
Merge "Remove duplicate PreConfig definition"
Bartosz Stopa [Wed, 19 Apr 2017 07:38:11 +0000 (09:38 +0200)]
Add support for linuxbridge agent
Currently TripleO does not support LinuxBridge driver, setting
NeutronMechanismDrivers to linuxbridge will not force ml2 plugin
to use linuxbridge.
This commit adds new environment file which replaces default ovs
agent with linuxbridge on Compute and Controller nodes.
Change-Id: I433b60a551c1eeb9d956df4d0ffb6eeffe980071
Closes-Bug: #
1652211
Depends-On: Iae87dc7811bc28fe86db0c422c363eaed5e5285b
Depends-On: Ie3ac03052f341c26735b423701e1decf7233d935
Pradeep Kilambi [Tue, 23 May 2017 18:19:44 +0000 (14:19 -0400)]
Include mongodb in scenario002 job
Since we disable mongodb by default, zaqar needs it in sceanio002 job.
Lets explicitly include it so it doesnt fail with:
Error while evaluating a Function Call, Could not find data item mongodb_node_ips
in any Hiera data file and no default supplied at
/etc/puppet/modules/tripleo/manifests/profile/base/zaqar.pp
Change-Id: I8f66def467d0c0175ad76f2ba5256b6a431934a8
Jenkins [Thu, 25 May 2017 10:38:49 +0000 (10:38 +0000)]
Merge "Enable mistral to run under mod_wsgi"
Dan Prince [Mon, 3 Apr 2017 18:12:36 +0000 (14:12 -0400)]
Containerize RabbitMQ for HA
This service allows configuring and deploying RabbitMQ containers
in a HA overcloud managed by pacemaker.
The containers are managed and run by pacemaker. Inside there is
pacemaker_remote which will invoke the resource agent managing galera.
The resources themselves are created via puppet-pacemaker inside a
short-lived container used for this purpose (mysql_init_bundle).
This container needs to use the 'docker_config' section to invoke
puppet (as opposed to 'docker_puppet_tasks'), because due to the HA
composability each resource creation needs to happen on the bootstrap
node of that service and 'docker_puppet_tasks' will only run on the
controller/primary role.
Co-Authored-By: Michele Baldessari <michele@acksyn.org>
Co-Authored-By: John Eckersberg <jeckersb@redhat.com>
Closes-Bug: #
1692909
Depends-On: I0722e4a4d4716f477e8304cfa1aadd3eef7c2f31
Change-Id: I942737134385af775cade40c2d69516d4fe31a99
Damien Ciabrini [Mon, 10 Apr 2017 14:43:09 +0000 (14:43 +0000)]
Containerize MySQL for HA
This service allows configuring and deploying MySQL/galera containers
in a HA overcloud managed by pacemaker.
The containers are managed and run by pacemaker. Inside there is
pacemaker_remote which will invoke the resource agent managing galera.
The resources themselves are created via puppet-pacemaker inside a
short-lived container used for this purpose (mysql_init_bundle).
This container needs to use the 'docker_config' section to invoke
puppet (as opposed to 'docker_puppet_tasks'), because due to the HA
composability each resource creation needs to happen on the bootstrap
node of that service and 'docker_puppet_tasks' will only run on the
controller/primary role.
Co-Authored-By: Michele Baldessari <michele@acksyn.org>
Closes-Bug: #
1692842
Depends-On: I3b4d8ad2eec70080419882d5d822f78ebd3721ae
Change-Id: I790dbc30b3de1c1a3fe76d3d8f060e4d7f95e2e7
Damien Ciabrini [Tue, 25 Apr 2017 08:59:31 +0000 (10:59 +0200)]
Containerize HAProxy for HA
This service allows configuring and deploying HAProxy containers
in a HA overcloud managed by pacemaker.
The containers are managed and run by pacemaker. Pacemaker runs the
standard Kolla image but overrides the initial command so that
it explicitely calls HAProxy. This way, we shield ourselves from any
unexpected future change in Kolla.
This container needs to use the 'docker_config' section to invoke
puppet (as opposed to 'docker_puppet_tasks'), because due to the HA
composability each resource creation needs to happen on the bootstrap
node of that service and 'docker_puppet_tasks' will only run on the
controller/primary role.
Co-Authored-By: Michele Baldessari <michele@acksyn.org>
Closes-Bug: #
1692908
Depends-On: Ifcf890a88ef003d3ab754cb677cbf34ba8db9312
Change-Id: I2f679bfe195733f4507e9b9e920b678e1370bb82
Jiri Stransky [Wed, 24 May 2017 13:00:22 +0000 (15:00 +0200)]
Remove duplicate PreConfig definition
We had two exactly the same definitions of PreConfig in
docker_steps.j2.yaml. We should remove one of them.
I chose to remove the first definition, as the 2nd definition is amended
by change I674a4d9d2c77d1f6fbdb0996f6c9321848e32662, so we'll avoid a
conflict.
Change-Id: If65e30daefcf6552e085c7648c6691b7068834d4
Jiri Stransky [Wed, 24 May 2017 10:21:47 +0000 (12:21 +0200)]
Fix race condition between docker-puppet and container steps
GenerateConfigDeployment wasn't anchored with dependencies anywhere. If
it took too long to complete and step 1 of containers creation already
started executing, problems happened. This is now fixed by adding the
required dependency relationship.
Change-Id: Ie7dfd2a965e704ba278d4c2fad67f14a3a62799e
Closes-Bug: #
1692503
Jenkins [Wed, 24 May 2017 09:33:17 +0000 (09:33 +0000)]
Merge "Role Specific paramaeter support for neutron-ovs-dpdk-agent service"
Damien Ciabrini [Tue, 18 Apr 2017 21:00:58 +0000 (21:00 +0000)]
Containerize clustercheck galera monitor for HA deployments
In HA overcloud deployments, HAProxy makes use of a helper service called
"clustercheck", to check whether galera nodes are available for serving
traffic.
This change implements a dedicated service for clustercheck, which was
originally part of the pacemaker mysql service. The service is
configured by tripleo and the container's lifecycle is managed by docker,
like other containerized services.
Closes-Bug: #
1692969
Change-Id: I8a5b30429f8ec3e484256a62a29ab7dee33ab291
Co-Authored-By: Michele Baldessari <michele@acksyn.org>
Depends-on: I1aabe34fa6a9c8c705a4405f275b66502c313cf2
Jenkins [Tue, 23 May 2017 15:58:48 +0000 (15:58 +0000)]
Merge "Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default"
Jenkins [Tue, 23 May 2017 14:31:09 +0000 (14:31 +0000)]
Merge "docker/TLS-everywhere: Add metadata_settings output to templates"
Ricardo Noriega [Tue, 23 May 2017 10:49:28 +0000 (12:49 +0200)]
Example environment file to use Neutron BGPVPN driver with ODL
Service_provider is configured to point to networking-odl
Change-Id: Icdb1c1414b237a9409e8e7dc55bb3c01da41841c
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Jenkins [Tue, 23 May 2017 10:21:23 +0000 (10:21 +0000)]
Merge "Example environment file to use L2GW Neutron Driver with ODL"
Jenkins [Tue, 23 May 2017 10:01:47 +0000 (10:01 +0000)]
Merge "Disable mongodb by default"
Jenkins [Tue, 23 May 2017 00:09:56 +0000 (00:09 +0000)]
Merge "Updated from global requirements"
Jenkins [Tue, 23 May 2017 00:08:28 +0000 (00:08 +0000)]
Merge "Use disabled suffix for disabled service names"
Keith Schincke [Fri, 12 May 2017 12:12:56 +0000 (08:12 -0400)]
Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default
The default value is 0 which has the minimum number be caluclated based on the replica count
from osd_pool_defaut_size. The default replica count is 3 and the calculated min_size is 2.
If the replica count is 1 then the min_size is 1. ie: min_size = replica - (replica/2)
Add CephPoolDefaultSize parameter to ceph-mon.yaml. This parameter defaults to 3 but can
be overriden. See puppet-ceph-devel.yaml for an example
Change-Id: Ie9bdd9b16bcb9f11107ece614b010e87d3ae98a9
Dan Prince [Wed, 17 May 2017 12:58:57 +0000 (08:58 -0400)]
docker bootstrap service commands
This patch guards db syncs and initialization code from executing
on multiple nodes at the same time by using the new
bootstrap_host_exec script. This helper script checks to make
sure the container is executing on the "bootstrap host" for the
specified service (arg 0) and then if it matches runs the
specified command.
Depends-On: If25f217bbb592edab4e1dde53ca99ed93c0e146c
Depends-On: Ic1585bae27c318bd6bafc287e905f2ed250cce0f
Change-Id: I0c864ca093ea476248b619d8c88477ef0b64e2eb
Closes-Bug:
1688380
OpenStack Proposal Bot [Mon, 22 May 2017 15:58:04 +0000 (15:58 +0000)]
Updated from global requirements
Change-Id: I468f654fa75b22aef398e2cba9c3625eb8f0767c
Juan Antonio Osorio Robles [Mon, 22 May 2017 14:35:56 +0000 (17:35 +0300)]
docker/TLS-everywhere: Add metadata_settings output to templates
This is needed since it's what writes the service metadata to the nova
server in order to create the kerberos principals. It worked in a base
controller since the keystone template does have this. But if we would
deploy these services on a separate role, it would break. So this output
is needed.
bp tls-via-certmonger-containers
Change-Id: I3ee8c65d356dcd092a3fbf79041e5c69ef23b721
Ricardo Noriega [Mon, 22 May 2017 14:38:09 +0000 (16:38 +0200)]
Example environment file to use L2GW Neutron Driver with ODL
Agent service is disabled and service_provider is configured
to point to networking-odl
Change-Id: I570d15a092cff66666a74e95dee69f6531a58b22
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Jenkins [Mon, 22 May 2017 13:22:05 +0000 (13:22 +0000)]
Merge "Re-Add ceilometer expirer to roles_data"
Jenkins [Mon, 22 May 2017 12:15:30 +0000 (12:15 +0000)]
Merge "Add Neutron L2 Gateway service to scenario 004"
Juan Antonio Osorio Robles [Fri, 19 May 2017 11:35:39 +0000 (14:35 +0300)]
Disable mongodb by default
It's not used by any service that we enable by default. So instead, I
added it to the environment that enables the services that use it.
Change-Id: Id2e6550fb7c319fc52469644ea022cf35757e0ce
Juan Antonio Osorio Robles [Mon, 22 May 2017 08:32:05 +0000 (11:32 +0300)]
Use disabled suffix for disabled service names
This changes both the service names and the file names for disabled
services, adding the 'disabled' suffix to them.
This comes with the reasoning that, if a service requires a disabled
service, and checks for the name in the "service_names" hiera entry, it
will appear as if the service was enabled, when it's actually not. So
changing the name and using this convention prevents that issue.
Change-Id: I308d6680a4d9b526f22ba0d7d20e5db638aadb9a
Saravanan KR [Wed, 3 May 2017 14:19:57 +0000 (10:19 -0400)]
Modify vhost user socket directory's default value in environment file
From ocata, the vhost socket directory requires a different set of
permissions from the default directory (/var/run/openvswitch). Modifying
the directory to a new agreed directory which will be created in puppet.
Closes-Bug: #
1687993
Depends-On: I255f98c40869e7508ed01a03a96294284ecdc6a8
Change-Id: I77250ca84c9da2fb5a8381e6f60234f8a05cbf12
Jenkins [Mon, 22 May 2017 07:56:00 +0000 (07:56 +0000)]
Merge "TLS everywhere: configure mongodb's TLS settings"
Juan Antonio Osorio Robles [Mon, 22 May 2017 07:13:53 +0000 (10:13 +0300)]
Re-Add ceilometer expirer to roles_data
Even though this service was disabled by default in Pike[1], we still
want the entry in roles_data since it will actually disable the service
on upgrade.
A comment was added so we remember to remove it in Queens.
[1] Icffb7d1bb2cf7bd61026be7d2dcfbd70cd3bcbda
Change-Id: I2012d7494207bf3239f589bf80b8048abf72428f
Carlos Camacho [Fri, 12 May 2017 07:59:48 +0000 (09:59 +0200)]
Add Neutron L2 Gateway service to scenario 004
This submission installs the Neutron L2 Gateway service
in the scenario 004.
This is only to check that the service is installed correctly
no sanity check is running yet.
Change-Id: I421802e9aa1a9f192860a6d72b4bb7c729666c3a
Or Idgar [Tue, 9 May 2017 08:46:46 +0000 (08:46 +0000)]
Change database sync timeout from 300 to 900 in low-memory-usage environment file.
During a deployment on lower spec systems, the "db sync" can take longer than five minutes.
The solution is to increase the default value of DatabaseSyncTimeout from 300 to 900
by using the environment file "low-memory-usage.yaml".
Change-Id: I6463dbdd4dfe1d6f2dd283211cc496fe3a628fb0
Closes-bug: #
1689318
Jenkins [Sat, 20 May 2017 02:57:49 +0000 (02:57 +0000)]
Merge "Open ports 443 and 80 on haproxy's firewall when horizon is standalone"
Jenkins [Sat, 20 May 2017 01:15:08 +0000 (01:15 +0000)]
Merge "Comment parameters for registry in docker.yaml"
Jenkins [Sat, 20 May 2017 00:20:29 +0000 (00:20 +0000)]
Merge "Support Redfish hardware in the overcloud Ironic"
Jenkins [Sat, 20 May 2017 00:18:51 +0000 (00:18 +0000)]
Merge "Add IronicInspector settings to the network map"
Jenkins [Sat, 20 May 2017 00:18:44 +0000 (00:18 +0000)]
Merge "Dell SC: Add secondary DSM support"
Jenkins [Sat, 20 May 2017 00:08:35 +0000 (00:08 +0000)]
Merge "Consolidate writing json configs with HostPrepTasks"