apex-tripleo-heat-templates.git
7 years agoMerge "Move AllNodesValidationDeployments into jinja template loop"
Jenkins [Sat, 10 Sep 2016 07:55:30 +0000 (07:55 +0000)]
Merge "Move AllNodesValidationDeployments into jinja template loop"

7 years agoMerge "Move AllNodesDeployments into jinja template loop"
Jenkins [Sat, 10 Sep 2016 07:55:23 +0000 (07:55 +0000)]
Merge "Move AllNodesDeployments into jinja template loop"

7 years agoMerge "Convert overcloud.yaml to support jinja2 templating"
Jenkins [Sat, 10 Sep 2016 07:34:58 +0000 (07:34 +0000)]
Merge "Convert overcloud.yaml to support jinja2 templating"

7 years agoMerge "Add support for configuring the OVS firewall driver"
Jenkins [Sat, 10 Sep 2016 02:54:07 +0000 (02:54 +0000)]
Merge "Add support for configuring the OVS firewall driver"

7 years agoMerge "add composable services for Contrail"
Jenkins [Fri, 9 Sep 2016 23:19:12 +0000 (23:19 +0000)]
Merge "add composable services for Contrail"

7 years agoMove AllNodesValidationDeployments into jinja template loop
Steven Hardy [Mon, 4 Jul 2016 17:56:19 +0000 (18:56 +0100)]
Move AllNodesValidationDeployments into jinja template loop

These are identical for all roles, so move them into the per-role
loop

Partially-Implements: blueprint custom-roles
Change-Id: Id85b830a0e225912a3ea8c8b17a11fc424f68bb0

7 years agoMove AllNodesDeployments into jinja template loop
Steven Hardy [Fri, 1 Jul 2016 16:33:07 +0000 (17:33 +0100)]
Move AllNodesDeployments into jinja template loop

These are identical for all roles, so move them into the per-role
loop

Partially-Implements: blueprint custom-roles
Change-Id: I0a9918d5a2e9a73fe3ac68a96bdee02e95799bc1

7 years agoConvert overcloud.yaml to support jinja2 templating
Steven Hardy [Fri, 1 Jul 2016 14:18:32 +0000 (15:18 +0100)]
Convert overcloud.yaml to support jinja2 templating

The first step of generating the Service chain resources via j2,
we'll then incrementally convert other resources to be created
in a similar way.

Partially-Implements: blueprint custom-roles
Depends-On: I81239991f36ed5f6453184bf9cffe930832cb68b
Change-Id: Iafa9b2afddf18a5a9833ec472a552fb256338b38

7 years agoMerge "Generate VIP info for ctlplane VIP, not management"
Jenkins [Fri, 9 Sep 2016 18:53:07 +0000 (18:53 +0000)]
Merge "Generate VIP info for ctlplane VIP, not management"

7 years agoMerge "Remove *ExtraConfig parameters from overcloud.yaml"
Jenkins [Fri, 9 Sep 2016 16:00:51 +0000 (16:00 +0000)]
Merge "Remove *ExtraConfig parameters from overcloud.yaml"

7 years agoMerge "Move role deployment steps into puppet/post.yaml"
Jenkins [Fri, 9 Sep 2016 15:59:59 +0000 (15:59 +0000)]
Merge "Move role deployment steps into puppet/post.yaml"

7 years agoMerge "Add keystone networks for the different endpoints"
Jenkins [Fri, 9 Sep 2016 11:28:14 +0000 (11:28 +0000)]
Merge "Add keystone networks for the different endpoints"

7 years agoRemove *ExtraConfig parameters from overcloud.yaml
Steven Hardy [Mon, 5 Sep 2016 21:21:22 +0000 (22:21 +0100)]
Remove *ExtraConfig parameters from overcloud.yaml

These per-role parameters are already handled inside the role templates

Change-Id: Ie71c8670ea427ea9c7d94680cff143ad9d524b7a
Partially-Implements: blueprint custom-roles

7 years agoMove role deployment steps into puppet/post.yaml
Steven Hardy [Mon, 5 Sep 2016 17:40:35 +0000 (18:40 +0100)]
Move role deployment steps into puppet/post.yaml

To enable steps to be aligned between roles, we need to define
dependencies between the steps, which is only possible if we
move the steps out of distinct nested stacks so we can use
depends_on to serialized the steps for all roles.

Note that we may be able to further refactor later to remove the
per-role -config.yaml nested stacks as well.

Change-Id: Ia2ea559e8eeb64763908f75705e3728ee90b5744
Partially-Implements: blueprint custom-roles

7 years agoMerge "Add global_config_settings to services' output"
Jenkins [Fri, 9 Sep 2016 09:20:21 +0000 (09:20 +0000)]
Merge "Add global_config_settings to services' output"

7 years agoMerge "Add service networks to hieradata"
Jenkins [Fri, 9 Sep 2016 07:46:08 +0000 (07:46 +0000)]
Merge "Add service networks to hieradata"

7 years agoMerge "Add Ceph cluster health validation on upgrade"
Jenkins [Fri, 9 Sep 2016 06:39:11 +0000 (06:39 +0000)]
Merge "Add Ceph cluster health validation on upgrade"

7 years agoGenerate VIP info for ctlplane VIP, not management
Juan Antonio Osorio Robles [Thu, 8 Sep 2016 13:11:53 +0000 (16:11 +0300)]
Generate VIP info for ctlplane VIP, not management

The management network does not have a VIP, so it's been wrong to
generate a cloud name and hieradata for this. Instead, the network
that actually needs a name and a hosts entry is the ctlplane network,
which actually has a VIP and there are services that use it.

bp tls-via-certmonger

Closes-Bug: #1621742
Change-Id: I163b2c7b5684da6dc290636f54eefe3f2b0c3e3f

7 years agoConvert SwiftDevicesAndProxyConfig to composable format
Steven Hardy [Thu, 1 Sep 2016 18:24:05 +0000 (19:24 +0100)]
Convert SwiftDevicesAndProxyConfig to composable format

Make use of the new composable per-service node_ips lists by
adding a ServiceNetMap entry for SwiftStorage, then
pass the data to construct the raw device list into puppet-tripleo
instead of mangling it in t-h-t inside the role templates.

This will allow running swift storage services on nodes other than
the Controller and ObjectStorage roles, and is required to enable
custom roles.

Depends-On: I11deed1df712ecccf85d36a75b3bd2e9d226af36
Change-Id: I1bf5f8a9d34b1a5d64ab8656b386226b54ec1a27
Partially-Implements: blueprint custom-roles

7 years agoMerge "Add base neutron service configuration"
Jenkins [Thu, 8 Sep 2016 17:44:59 +0000 (17:44 +0000)]
Merge "Add base neutron service configuration"

7 years agoAdd support for configuring the OVS firewall driver
Brent Eagles [Thu, 18 Aug 2016 21:33:30 +0000 (19:03 -0230)]
Add support for configuring the OVS firewall driver

This patch introduces a parameter to allow customizing the Neutron
OpenvSwitch agent's firewall driver configuration.

Closes-Bug: 1618507
Change-Id: I595c392f7a1afe2164bf562224d9eda9b3dfa982

7 years agoMerge "Create entries for overcloud VIPs in /etc/hosts"
Jenkins [Thu, 8 Sep 2016 09:30:00 +0000 (09:30 +0000)]
Merge "Create entries for overcloud VIPs in /etc/hosts"

7 years agoAdd keystone networks for the different endpoints
Juan Antonio Osorio Robles [Thu, 8 Sep 2016 08:12:08 +0000 (11:12 +0300)]
Add keystone networks for the different endpoints

Keystone doesn't provide different flags to indicate that both of its
endpoints are enabled. So currently we have to manually add its
network to all-nodes-config.

bp tls-via-certmogner

Change-Id: Ibecd78706e84853107f698ba411a0c05e6f5be52

7 years agoMerge "OVN heat templates"
Jenkins [Wed, 7 Sep 2016 20:46:56 +0000 (20:46 +0000)]
Merge "OVN heat templates"

7 years agoAdd base neutron service configuration
Brent Eagles [Fri, 26 Aug 2016 16:44:24 +0000 (14:14 -0230)]
Add base neutron service configuration

Include the neutron-base service definition to align pull in common
configurations. This might not be *absolutely* necessary as any required
common configuration would likely already be added by and OVS agent
service, etc. but it's better to be safe than sorry and it does keep
things consistent across the Neutron services.

Implements: blueprint tripleo-sriov
Change-Id: I10a9d9b29760475e6cd75e4057051c75a52ffbb7

7 years agoCreate entries for overcloud VIPs in /etc/hosts
Juan Antonio Osorio Robles [Fri, 19 Aug 2016 10:49:09 +0000 (13:49 +0300)]
Create entries for overcloud VIPs in /etc/hosts

This will aid us in using FQDNs instead of IPs if DNS is not set. If
the deployer already has DNS set up, they can easily disable this
profile by adding the use-dns-for-vips.yaml environment file.

bp tls-via-certmonger
Change-Id: I8c1b3f253d0149d575171c208f9a1342a7b26450
Depends-On: I1bdb2701dfb3e7ef072e674c9882d3be5af7296c

7 years agoAdd VIP names to allNodesConfig
Juan Antonio Osorio Robles [Tue, 6 Sep 2016 07:03:00 +0000 (10:03 +0300)]
Add VIP names to allNodesConfig

The nodes need to be aware of the fqdn's for the specific endpoints
in the cloud. This could be either to set the entries in /etc/hosts
or to select an appropriate hostname for a certificate to be
generated.

bp tls-via-certmonger

Change-Id: I9b4645b937a344f46ec18a9a68c5afa2bc5206d0

7 years agoAdd bootstrap_node and vip_data to hierarchy for all roles
Steven Hardy [Tue, 6 Sep 2016 10:45:28 +0000 (11:45 +0100)]
Add bootstrap_node and vip_data to hierarchy for all roles

We recently made changes that add data to allNodesConfig, but
we didn't wire the files into the hierarchy on all roles.

Change-Id: I8e838b02bd982e600af54b14350106322244890a
Closes-Bug: #1620485

7 years agoMerge "Fix aodh auth url to remove suffix"
Jenkins [Wed, 7 Sep 2016 00:50:22 +0000 (00:50 +0000)]
Merge "Fix aodh auth url to remove suffix"

7 years agoMerge "Use Redis VIP when deploying with keepalived"
Jenkins [Wed, 7 Sep 2016 00:50:15 +0000 (00:50 +0000)]
Merge "Use Redis VIP when deploying with keepalived"

7 years agoMerge "Set Redis VIP on all nodes"
Jenkins [Wed, 7 Sep 2016 00:50:08 +0000 (00:50 +0000)]
Merge "Set Redis VIP on all nodes"

7 years agoMerge "Change NeutronWorkers default to result in previous behavior"
Jenkins [Tue, 6 Sep 2016 20:31:50 +0000 (20:31 +0000)]
Merge "Change NeutronWorkers default to result in previous behavior"

7 years agoMerge "Update OpenContrail loadbalancer plugin value"
Jenkins [Tue, 6 Sep 2016 18:31:16 +0000 (18:31 +0000)]
Merge "Update OpenContrail loadbalancer plugin value"

7 years agoMerge "Add constraint to prohibit balance-tcp from BondInterfaceOvsOptions"
Jenkins [Tue, 6 Sep 2016 18:31:09 +0000 (18:31 +0000)]
Merge "Add constraint to prohibit balance-tcp from BondInterfaceOvsOptions"

7 years agoMerge "Add missing reference to ExternalPort for DVR"
Jenkins [Tue, 6 Sep 2016 18:13:39 +0000 (18:13 +0000)]
Merge "Add missing reference to ExternalPort for DVR"

7 years agoUpdate OpenContrail loadbalancer plugin value
Emilien Macchi [Tue, 6 Sep 2016 15:37:25 +0000 (11:37 -0400)]
Update OpenContrail loadbalancer plugin value

Update OpenContrail loadbalancer plugin value to match with Newton
changes.

Closes-Bug: #1620657
Change-Id: I48f1884b95e590c0588c52419ec152bd08bc3992

7 years agoMerge "Cleanup haproxy service from explicit services enablement"
Jenkins [Tue, 6 Sep 2016 15:33:52 +0000 (15:33 +0000)]
Merge "Cleanup haproxy service from explicit services enablement"

7 years agoFix aodh auth url to remove suffix
Pradeep Kilambi [Fri, 2 Sep 2016 19:58:06 +0000 (15:58 -0400)]
Fix aodh auth url to remove suffix

puppet aodh auth type defaults to password type and v2
auth_url doesnt work with domain. This fixes the url to
not include suffix.

Change-Id: I46d53e748d8932ed1183bedbdeb5eefcde679f9e

7 years agoUse Redis VIP when deploying with keepalived
Jiri Stransky [Tue, 6 Sep 2016 13:21:25 +0000 (15:21 +0200)]
Use Redis VIP when deploying with keepalived

Previously we weren't creating Redis VIP in keepalived, causing Redis to
be unusable in non-HA deployments. This is now fixed.

Depends-On: I0bb37f6fb3eed022288b2dcfc7a88e8ff88a7ace
Change-Id: I0ecfda1e6ad5567f6f58d60bf418bc91761833ab
Closes-Bug: #1618510

7 years agoSet Redis VIP on all nodes
Jiri Stransky [Tue, 6 Sep 2016 13:19:13 +0000 (15:19 +0200)]
Set Redis VIP on all nodes

Move Redis VIP from controller-only to all nodes so that we don't assume
where Redis is deployed.

Change-Id: I55f8d48e3e077951fbcc88158dd6f21a2fe5f457
Related-Bug: #1618510
Partially-Implements: blueprint custom-roles

7 years agoMerge "Added environment file for SR-IOV deployment"
Jenkins [Tue, 6 Sep 2016 13:19:49 +0000 (13:19 +0000)]
Merge "Added environment file for SR-IOV deployment"

7 years agoAdd service networks to hieradata
Juan Antonio Osorio Robles [Mon, 5 Sep 2016 07:24:04 +0000 (10:24 +0300)]
Add service networks to hieradata

This adds a mapping of which service is on which network. This
information can be used to fetch a certificate depending on the
network (since they use different hostnames).

Change-Id: I176245da591bea28aeabf3d2b552f24456c98c43

7 years agoMerge "Move VIP-related data to AllNodesConfig"
Jenkins [Tue, 6 Sep 2016 08:44:17 +0000 (08:44 +0000)]
Merge "Move VIP-related data to AllNodesConfig"

7 years agoadd composable services for Contrail
michaelhenkel [Mon, 25 Jul 2016 13:01:31 +0000 (15:01 +0200)]
add composable services for Contrail

- Config
- Control
- Analytics
- Database
- Webui

For puppet modules see https://review.openstack.org/#/c/348905

Implements: blueprint contrail-services

Depends-On: I8de63b6e21f8fdf3c2fd13bf5475cce4a85311d6

Change-Id: I7325b4268c4bec5eb7b777ea2a0639d7a8553e93

7 years agoMerge "Ironic: update default enabled drivers"
Jenkins [Mon, 5 Sep 2016 15:15:45 +0000 (15:15 +0000)]
Merge "Ironic: update default enabled drivers"

7 years agoMerge "Ironic: configure disk erasing during cleaning"
Jenkins [Mon, 5 Sep 2016 15:15:38 +0000 (15:15 +0000)]
Merge "Ironic: configure disk erasing during cleaning"

7 years agoMerge "Ironic: enable iPXE by default and make it configurable"
Jenkins [Mon, 5 Sep 2016 14:42:08 +0000 (14:42 +0000)]
Merge "Ironic: enable iPXE by default and make it configurable"

7 years agoMerge "Add default for DeployIdentifier in nested templates"
Jenkins [Mon, 5 Sep 2016 12:50:48 +0000 (12:50 +0000)]
Merge "Add default for DeployIdentifier in nested templates"

7 years agoMove VIP-related data to AllNodesConfig
Juan Antonio Osorio Robles [Mon, 5 Sep 2016 08:56:57 +0000 (11:56 +0300)]
Move VIP-related data to AllNodesConfig

This makes it easier to access the VIP data for other node types and
de-ties this from the controller role.

Change-Id: I71125576ec93889fed134b92fb59f7e7dc9920c4

7 years agoIronic: update default enabled drivers
Dmitry Tantsur [Sun, 4 Sep 2016 15:46:49 +0000 (17:46 +0200)]
Ironic: update default enabled drivers

The goal is to have only production drivers available out of box.

Remove agent_ipmitool as it required additional configuration of
swift temporary URLs. Add pxe_ilo and pxe_drac as they work out of box.

This brings the default enabled drivers list closer to one of undercloud.
Note that pxe_ssh is not enabled as it's not a production driver.

Change-Id: Ic7d2190e2d39a795b024c2999e22ee47b3045cf1
Partially-Implements: blueprint ironic-integration

7 years agoRemove mangling swift memcached list (now in puppet-tripleo)
Steven Hardy [Thu, 1 Sep 2016 14:52:25 +0000 (15:52 +0100)]
Remove mangling swift memcached list (now in puppet-tripleo)

Moved this list manipulation to puppet-tripleo where it can easily
reference the memcached_node_ips array instead of hard-coded output
from the Controller.

Depends-On: Ic8872e5e51732874ca5b93bff5efd3e7ed75bc31
Change-Id: I523a802c8d22be7602728ebe8966d9e2ee109cde
Partially-Implements: blueprint custom-roles

7 years agoComposable per-service VIP hieradata
Steven Hardy [Sun, 28 Aug 2016 22:39:32 +0000 (23:39 +0100)]
Composable per-service VIP hieradata

Change-Id: Iaf78a5eac223aeb50133fcc6fab043ee746d73fd
Partially-Implements: blueprint custom-roles

7 years agoCreate NetIpListMap for all roles
Steven Hardy [Sun, 28 Aug 2016 12:47:56 +0000 (13:47 +0100)]
Create NetIpListMap for all roles

This allows us to create $service_node_ips and $service_node_names
hiera entries for services not deployed on the Controller role.

Co-Authored-By: Thomas Herve <therve@redhat.com>
Change-Id: I688618dda05ff908293c32b9d8518697d57e9eb0
Partially-Implements: blueprint custom-roles

7 years agoRemove hard-coded per-service rabbitmq hieradata
Steven Hardy [Sun, 28 Aug 2016 11:39:16 +0000 (12:39 +0100)]
Remove hard-coded per-service rabbitmq hieradata

To avoid the hard-coded references which won't work with
composable roles, we instead default to the rabbitmq_node_ips
list in the per-service puppet-tripleo profiles.

Change-Id: I76b7e06781fdd5d969503b6d73423bb3f5f7a41f
Depends-On: Ie53c93456529420588eb1927703ea91b54095d87
Partially-Implements: blueprint custom-roles

7 years agoMerge "Generate composable service node_names lists"
Jenkins [Sat, 3 Sep 2016 16:03:51 +0000 (16:03 +0000)]
Merge "Generate composable service node_names lists"

7 years agoMerge "Set NeutronL3HA to false when deploying DVR"
Jenkins [Sat, 3 Sep 2016 16:01:09 +0000 (16:01 +0000)]
Merge "Set NeutronL3HA to false when deploying DVR"

7 years agoMerge "Mv pacemaker and firewall out of controller"
Jenkins [Sat, 3 Sep 2016 12:35:17 +0000 (12:35 +0000)]
Merge "Mv pacemaker and firewall out of controller"

7 years agoMerge "Change CloudName default value to include domain"
Jenkins [Sat, 3 Sep 2016 08:30:10 +0000 (08:30 +0000)]
Merge "Change CloudName default value to include domain"

7 years agoMerge "Drop overcloud-without-mergepy.yaml (again!)"
Jenkins [Fri, 2 Sep 2016 23:11:40 +0000 (23:11 +0000)]
Merge "Drop overcloud-without-mergepy.yaml (again!)"

7 years agoMv pacemaker and firewall out of controller
Dan Prince [Fri, 26 Aug 2016 17:48:39 +0000 (13:48 -0400)]
Mv pacemaker and firewall out of controller

This patch moves settings for pacemaker and the tripleo firewall
out of controller.yaml.

Related bug: #1604414

Change-Id: I0164717bfd79cdea3de8eb7a64771028bea201ac

7 years agoDrop overcloud-without-mergepy.yaml (again!)
Dan Prince [Fri, 2 Sep 2016 20:27:15 +0000 (16:27 -0400)]
Drop overcloud-without-mergepy.yaml (again!)

This file was mistakenly re-added in
25ad7b8e1eeeb0e1f5f83b9f7560502717b44536.

It is breaking subsequent refactoring and preventing us
from landing the last few composable services patches.

Change-Id: I41b951d769f4545ee8e30afdf40fe8c7638b4b12
Closes-bug: #1619786

7 years agoMerge "Ironic: enabled_services moved from ironic to ironic::conductor manifest"
Jenkins [Fri, 2 Sep 2016 16:50:38 +0000 (16:50 +0000)]
Merge "Ironic: enabled_services moved from ironic to ironic::conductor manifest"

7 years agoMerge "Move snmp settings into composable services"
Jenkins [Fri, 2 Sep 2016 14:20:11 +0000 (14:20 +0000)]
Merge "Move snmp settings into composable services"

7 years agoGenerate composable service node_names lists
Steven Hardy [Fri, 12 Aug 2016 16:44:24 +0000 (17:44 +0100)]
Generate composable service node_names lists

Some puppet interfaces require a comma separated list of hostnames
where a service is running, so generate it in a similar way to th
service ips.

Change-Id: Icdf5d993d089dc94035194bdbd52299fcbc793be
Partially-Implements: blueprint custom-roles

7 years agoMerge "Remove repeated apache-related hieradata"
Jenkins [Fri, 2 Sep 2016 12:19:45 +0000 (12:19 +0000)]
Merge "Remove repeated apache-related hieradata"

7 years agoMerge "Upgrade ceph-osd"
Jenkins [Fri, 2 Sep 2016 11:38:17 +0000 (11:38 +0000)]
Merge "Upgrade ceph-osd"

7 years agoMove snmp settings into composable services
Dan Prince [Fri, 26 Aug 2016 17:13:09 +0000 (13:13 -0400)]
Move snmp settings into composable services

Provides snmp_readonly_user_* parameters to the base::snmp class
and removes them from the role templates.

Related-bug: #1604414

Co-Authored-By: Giulio Fidente <gfidente@redhat.com>
Change-Id: I35b1ff23baff0c25e742562e1103a3882f7bf767

7 years agoIronic: configure disk erasing during cleaning
Dmitry Tantsur [Thu, 1 Sep 2016 13:17:33 +0000 (15:17 +0200)]
Ironic: configure disk erasing during cleaning

Cleaning is run before the first and between every deployments to ensure
that the node is in a clean state (hence its name). The most important
part of it is wiping the hard drive.

This change allows tuning this action. A new option IronicCleaningDiskErase
accepts the following options:
* full - for full cleaning with removing the data via ATA secure erase or shred
* metadata - for cleaning only partitioning table.
The third option "none" is suppored by Puppet but is not advertised here as
disabling disk wiping completely is known to cause bugs.

Note that the upstream Ironic default is a bit unfortunate: it enabled both
processes. We set the default to "full" which has the same effect, but is faster.

Change-Id: I46632f71f7ab63daac243acefa5166c58ca05da0
Partially-Implements: blueprint ironic-integration

7 years agoIronic: enable iPXE by default and make it configurable
Dmitry Tantsur [Mon, 29 Aug 2016 14:17:16 +0000 (16:17 +0200)]
Ironic: enable iPXE by default and make it configurable

Introduce two new options: IronicIPXEEnabled (true by default) and
IronicIPXEPort (8088 by default).

Also copy UEFI configuration from instack-undercloud.

Change-Id: I4e037c1ea9c8663efb4d472469d0d2640e265710
Depends-On: Icb9633134114041bbd497e7652482dd5d34c9327
Partially-Implements: blueprint ironic-integration

7 years agoIronic: enabled_services moved from ironic to ironic::conductor manifest
Dmitry Tantsur [Wed, 31 Aug 2016 09:22:47 +0000 (11:22 +0200)]
Ironic: enabled_services moved from ironic to ironic::conductor manifest

Change-Id: I30003e4500ccf681121bca7f0a8ffddb05f61660
Partially-Implements: blueprint ironic-integration

7 years agoMerge "Availability monitoring agents support"
Jenkins [Fri, 2 Sep 2016 10:00:14 +0000 (10:00 +0000)]
Merge "Availability monitoring agents support"

7 years agoOVN heat templates
Babu Shanmugam [Fri, 1 Apr 2016 08:03:41 +0000 (08:03 +0000)]
OVN heat templates

Installs and configures OVN databases and process and also configures
the neutron plugin for OVN.

Implements: blueprint tripleo-ovn
Change-Id: Ic3e415bb0587dd85b71f6c14a96f6b2c86a7b30f

7 years agoChange NeutronWorkers default to result in previous behavior
Brent Eagles [Thu, 1 Sep 2016 17:28:59 +0000 (14:58 -0230)]
Change NeutronWorkers default to result in previous behavior

Neutron's behavior changed in Newton with respect to the default value
of 0 for NeutronWorkers. Instead of effectively treating it as
"processorcount", it now assumes we mean what we say and doesn't spawn
any workers, resulting in only a single process for handling API
requests. This change alters the default value to regain the previous
behavior.

This change also extends the worker count to the RPC worker setting -
which was possibly an oversight in previous releases. The default
behavior will have no result for most systems.

Closes-Bug: 1619383

Change-Id: Id6e3ee544160372c806905e77348150a1a1eec1b

7 years agoMerge "Restart only services that need it"
Jenkins [Thu, 1 Sep 2016 18:00:03 +0000 (18:00 +0000)]
Merge "Restart only services that need it"

7 years agoMerge "Ironic: service catalog entries should not have a suffix"
Jenkins [Thu, 1 Sep 2016 16:07:02 +0000 (16:07 +0000)]
Merge "Ironic: service catalog entries should not have a suffix"

7 years agoMerge "Pass cinder_iscsi_address without brackets"
Jenkins [Thu, 1 Sep 2016 16:06:08 +0000 (16:06 +0000)]
Merge "Pass cinder_iscsi_address without brackets"

7 years agoAdd default for DeployIdentifier in nested templates
Steven Hardy [Thu, 1 Sep 2016 15:29:47 +0000 (16:29 +0100)]
Add default for DeployIdentifier in nested templates

Until we fix the bug where at validation time heat doesn't know
if a parent passes a value into the nested template, this may
be a workaround for validation failing where no default is found.

Change-Id: I02b0764ac29700cd29584e356ac0cfebcda09a36
Closes-Bug: #1619352

7 years agoIronic: service catalog entries should not have a suffix
Dmitry Tantsur [Thu, 1 Sep 2016 10:15:06 +0000 (12:15 +0200)]
Ironic: service catalog entries should not have a suffix

Our OSC plugin does not play well with it - see bug 1619229.
This also matches undercloud configuration.

Change-Id: I5db441d321e7628a1f3f9a5bbd75a872d0719e26
Partially-Implements: blueprint ironic-integration

7 years agoMerge "Modify sriov_numvfs config from puppet-neutron to tripleo"
Jenkins [Thu, 1 Sep 2016 06:21:54 +0000 (06:21 +0000)]
Merge "Modify sriov_numvfs config from puppet-neutron to tripleo"

7 years agoAdded environment file for SR-IOV deployment
karthik s [Wed, 31 Aug 2016 12:22:33 +0000 (17:52 +0530)]
Added environment file for SR-IOV deployment

Change-Id: I9afb1d57d08504346f669239ab3d9cce100c7655
Implements: blueprint tripleo-sriov
Signed-off-by: karthik s <ksundara@redhat.com>
7 years agoMerge "Last round of modern authtoken update"
Jenkins [Thu, 1 Sep 2016 01:42:15 +0000 (01:42 +0000)]
Merge "Last round of modern authtoken update"

7 years agoPass cinder_iscsi_address without brackets
Giulio Fidente [Wed, 31 Aug 2016 18:39:19 +0000 (20:39 +0200)]
Pass cinder_iscsi_address without brackets

We shoult never emit in hieradata:

  key: [ipv6]

as it will cause hiera parsing errors. This can only be addressed
in the puppet module.

Change-Id: I0b13b6691647769e41d9af8be4112e6341827e6c
Depends-On: I787becce343b38e6c27c9a1b937b47c0aefb034d
Closes-Bug: 1618930

7 years agoAdd missing reference to ExternalPort for DVR
Brent Eagles [Tue, 30 Aug 2016 20:19:17 +0000 (17:49 -0230)]
Add missing reference to ExternalPort for DVR

Neutron DVR requires the OS::TripleO::Compute::Ports::ExternalPort to be
set to a valid port on the external network.

Change-Id: I46b96dba3e264e0e79f7f0cea83b0f66775d6d2a
Closes-Bug: 1618611

7 years agoMerge "apache: Remove product informations"
Jenkins [Wed, 31 Aug 2016 19:30:11 +0000 (19:30 +0000)]
Merge "apache: Remove product informations"

7 years agoLast round of modern authtoken update
Emilien Macchi [Tue, 30 Aug 2016 20:04:31 +0000 (16:04 -0400)]
Last round of modern authtoken update

It updates Glance, Neutron and Swift to deploy authtoken with modern
pattern.

Change-Id: Icfaf011ea4a23bc47d2fb45e8768f8238532dab3

7 years agoMerge "Skip warning for required parameters"
Jenkins [Wed, 31 Aug 2016 16:13:14 +0000 (16:13 +0000)]
Merge "Skip warning for required parameters"

7 years agoRemove repeated apache-related hieradata
Juan Antonio Osorio Robles [Wed, 31 Aug 2016 14:05:05 +0000 (17:05 +0300)]
Remove repeated apache-related hieradata

This is already set in the apache profile, so we shouldn't be setting
it in horizon.

Change-Id: I21bd2c6770f871b2940c03d4a2b1cff7d4616346

7 years agoRestart only services that need it
Jiri Stransky [Mon, 22 Aug 2016 09:29:17 +0000 (11:29 +0200)]
Restart only services that need it

With new pacemaker architecture, Puppet handles restarts of most of the
services. There are several still managed by pacemaker which need
special restart handling utilizing pacemaker and its resource
agents.

The counterpart in puppet-tripleo requests restarts for individual
pacemaker-managed services by writing out "restart flag" files, and the
pacemaker_resource_restart.sh script then performs the restarts.

Change-Id: Ia4e6a9f88181f1981993f046cf415dbbcdc9570e
Closes-Bug: #1614967
Closes-Bug: #1587015
Depends-On: I6369ab0c82dbf3c8f21043f8aa9ab810744ddc12

7 years agoAvailability monitoring agents support
Martin Mágr [Thu, 9 Jun 2016 13:39:22 +0000 (15:39 +0200)]
Availability monitoring agents support

- adds possibility to install sensu-client on all nodes
- each composable service has it's own subscription

Co-Authored-By: Emilien Macchi <emilien@redhat.com>
Co-Authored-By: Michele Baldessari <michele@redhat.com>
Implements: blueprint tripleo-opstools-availability-monitoring
Change-Id: I6a215763fd0f0015285b3573305d18d0f56c7770

7 years agoMerge "Fix Ironic service bind IPs"
Jenkins [Wed, 31 Aug 2016 10:03:47 +0000 (10:03 +0000)]
Merge "Fix Ironic service bind IPs"

7 years agoMerge "configure Heat with new authtoken parameters"
Jenkins [Wed, 31 Aug 2016 01:47:51 +0000 (01:47 +0000)]
Merge "configure Heat with new authtoken parameters"

7 years agoMerge "Move ceph cluster config out of allNodesConfig"
Jenkins [Tue, 30 Aug 2016 22:45:35 +0000 (22:45 +0000)]
Merge "Move ceph cluster config out of allNodesConfig"

7 years agoMerge "Added DPDK environment file and nic configs samples"
Jenkins [Tue, 30 Aug 2016 20:32:00 +0000 (20:32 +0000)]
Merge "Added DPDK environment file and nic configs samples"

7 years agoapache: Remove product informations
Dimitri Savineau [Tue, 30 Aug 2016 18:13:57 +0000 (14:13 -0400)]
apache: Remove product informations

By default, the httpd version and the OS type is described in the
HTTP header 'Server'.

Server: Apache/2.4.6 (Red Hat Enterprise Linux)

This patch allows to remove the specific informations related to the
httpd server and the OS.

Change-Id: Ib608919102bc6b2c7619a522ae1262729dc7a91e

7 years agoMerge "Add NeutronGlobalPhysnetMtu to neutron-base.yaml"
Jenkins [Tue, 30 Aug 2016 18:11:48 +0000 (18:11 +0000)]
Merge "Add NeutronGlobalPhysnetMtu to neutron-base.yaml"

7 years agoMerge "Mv Nova, Neutron, Horizon out of controller.yaml"
Jenkins [Tue, 30 Aug 2016 17:35:18 +0000 (17:35 +0000)]
Merge "Mv Nova, Neutron, Horizon out of controller.yaml"

7 years agoMerge "M/N upgrade fix galera restart."
Jenkins [Tue, 30 Aug 2016 17:26:35 +0000 (17:26 +0000)]
Merge "M/N upgrade fix galera restart."

7 years agoMerge "Customize the reservation of memory for host processes"
Jenkins [Tue, 30 Aug 2016 16:41:37 +0000 (16:41 +0000)]
Merge "Customize the reservation of memory for host processes"

7 years agoAdd Ceph cluster health validation on upgrade
Giulio Fidente [Tue, 23 Aug 2016 20:24:57 +0000 (22:24 +0200)]
Add Ceph cluster health validation on upgrade

This will prevent the Ceph Mon upgrade script from starting if the
Ceph cluster is in error state.

It also adds a parameter to ignore warning states, useful when
performing an upgrade of a cluster where the number of healthy
OSDs does not guarantee the desired replica size.

Closes-Bug: 1618533
Change-Id: I1beb8ad0812f19b1018ba19b5a9fc85fa132d7f7

7 years agoUpgrade ceph-osd
Giulio Fidente [Thu, 18 Aug 2016 15:17:29 +0000 (17:17 +0200)]
Upgrade ceph-osd

Upgrades the ceph-osd daemon from Hammer to Jewel

Change-Id: Idfa90fdc0052c53f448401c85c5d13a2ba68acd1