Jenkins [Fri, 5 Aug 2016 12:40:23 +0000 (12:40 +0000)]
Merge "Configure Ceph/OSD after Ceph/Mon when on same node"
Jenkins [Thu, 4 Aug 2016 22:11:32 +0000 (22:11 +0000)]
Merge "Next generation HA architecture work"
Jenkins [Thu, 4 Aug 2016 12:30:46 +0000 (12:30 +0000)]
Merge "Add base nova-ironic profile"
Jenkins [Thu, 4 Aug 2016 12:29:25 +0000 (12:29 +0000)]
Merge "Fix Ironic dbsync ordering"
Jenkins [Thu, 4 Aug 2016 12:18:40 +0000 (12:18 +0000)]
Merge "Remove unnecessary certmonger manifest"
Carlos Camacho [Wed, 3 Aug 2016 15:33:10 +0000 (17:33 +0200)]
Remove unused parameter in sahara
Remove unused parameter in sahara
Change-Id: I46c033b410ab850289b798ee93990b6fb10c80ea
Jenkins [Wed, 3 Aug 2016 11:01:30 +0000 (11:01 +0000)]
Merge "Fixup nit in manila pacemaker profile, duplicate variable"
Jenkins [Wed, 3 Aug 2016 05:11:13 +0000 (05:11 +0000)]
Merge "Run local CA trust before haproxy deployment"
marios [Tue, 2 Aug 2016 14:04:03 +0000 (17:04 +0300)]
Fixup nit in manila pacemaker profile, duplicate variable
See discussion at https://review.openstack.org/#/c/342961/8
Change-Id: I571b65a5402c1028418476a573ebeb9450ed00c9
Juan Antonio Osorio Robles [Tue, 2 Aug 2016 06:04:31 +0000 (09:04 +0300)]
Remove unnecessary certmonger manifest
The original intent of this manifest was to set the defaults for the
CA and some other values when requesting certificates via certmonger.
However, this approach doesn't work and in the undercloud we ended up
doing this via hieradata instead. So this file is not used.
Change-Id: I552d504091acc0d5588e30d14bc2fc85d7b7ecea
Michele Baldessari [Wed, 27 Jul 2016 20:51:22 +0000 (22:51 +0200)]
Next generation HA architecture work
This change moves the cinder-volume/cinder-scheduler constraints in the
cinder-scheduler profile as these can't be applied by the cinder-volume
service when cinder-scheduler isn't managed by Pacemaker.
Blueprint:
https://blueprints.launchpad.net/tripleo/+spec/ha-lightweight-architecture
Change-Id: I5e7585c08675d8a4bd071523b94210d325d79b59
Implements: blueprint ha-lightweight-architecture
Co-Author: cmsj@tenshu.net
Martin Mágr [Mon, 18 Jul 2016 10:04:04 +0000 (12:04 +0200)]
New composable service: FluentD
Change-Id: I278dfee01ed24713dec29aae55d2c7bdcb7e74bc
Juan Antonio Osorio Robles [Mon, 1 Aug 2016 08:45:33 +0000 (11:45 +0300)]
Run local CA trust before haproxy deployment
Before haproxy tries to use the TLS certificates it should already
trust the CA. So it's necessary for the local CA-related manifest to
notify the ::tripleo::haproxy class.
This works for newly set deployments. deployments that have already
ran the ca-trust section will already trust the CA and thus won't
need that part.
Change-Id: I32ded4e33abffd51f220fb8a7dc6263aace72acd
Michele Baldessari [Fri, 29 Jul 2016 10:06:29 +0000 (12:06 +0200)]
Move constraints to their respective services
The openstack-core-then-httpd constraint needs to live in the apache
pacemaker manifest and not in the main controller manifest file.
The same goes for those specific vsm/cisco neutron resources.
Change-Id: I2041d4d163f051427b62eec07b8345ad7006cc1d
Jenkins [Fri, 29 Jul 2016 08:39:56 +0000 (08:39 +0000)]
Merge "Move nova constraints from controller manifest to each service"
Jenkins [Thu, 28 Jul 2016 13:14:30 +0000 (13:14 +0000)]
Merge "Remove global openstack-core resource"
Jenkins [Thu, 28 Jul 2016 13:14:01 +0000 (13:14 +0000)]
Merge "Create role for the fake openstack-core resource"
Michele Baldessari [Tue, 26 Jul 2016 12:21:49 +0000 (14:21 +0200)]
Move nova constraints from controller manifest to each service
Currently we are still creating all the pacemaker constraints for nova
in the main overcloud_controller_pacemaker.pp manifest file.
Let's move those to each role where they belong. Note that given
that a constraint depends on two separate pacemaker resources it is
a bit arbitrary in which file they end up being (the one of the first
resource or the second one).
Change-Id: I96a3a313d15fac820b020feae0568437c2cbade3
Giulio Fidente [Tue, 26 Jul 2016 16:16:26 +0000 (18:16 +0200)]
Remove global openstack-core resource
The openstack-core resource is not needed by the NG Pacemaker
architecture. It was moved into an isolated role by [1] so that
it could optionally be enabled when wanting the older architecture.
This submission removes the old openstack-core global resource.
1. I74a62973146c0261385ecf5fd3d06db51e079caa
Change-Id: I16a786ce167c57848551c7245f4344c382c55b3d
Giulio Fidente [Tue, 26 Jul 2016 12:09:59 +0000 (14:09 +0200)]
Create role for the fake openstack-core resource
Change-Id: I74a62973146c0261385ecf5fd3d06db51e079caa
Emilien Macchi [Fri, 10 Jun 2016 15:28:39 +0000 (11:28 -0400)]
profile/base/nova: declare nova class and configure cache correctly.
Nova {} workaround is not working correctly, we need to merge this patch
so we can move out ::nova from THT completely.
Also we need to use nova::cache to configure memcached parameters.
Co-Authorized-By: Giulio Fidente <gfidente@redhat.com>
Co-Authorized-By: Sven Anderson <sven@redhat.com>
Co-Authorized-By: Emilien Macchi <emilien@redhat.com>
Depends-On: I52d5badb9960124bb8fcb54983db2853c4185e77
Depends-On: I3e400a5f64b85f0d374fc02cc5e4080d19d0f2e4
Depends-On: Iee5f8015cbf40ca0e9a435a7de919ebdb74cf93f
Change-Id: Ie4e72e765f6a8ade48d4b2b766f067872554d1a2
Emilien Macchi [Mon, 25 Jul 2016 17:28:12 +0000 (13:28 -0400)]
Unit tests for HAproxy dual stack
Change-Id: I6a959609523bd7fa681cd86522a56fff7c92352b
Jenkins [Mon, 25 Jul 2016 16:37:32 +0000 (16:37 +0000)]
Merge "Implement tripleo::network::os_net_config class"
Jenkins [Mon, 25 Jul 2016 13:51:30 +0000 (13:51 +0000)]
Merge "Add firewall::service_rules define"
Jenkins [Mon, 25 Jul 2016 13:51:01 +0000 (13:51 +0000)]
Merge "Add base constraint so gnocchi metricd is tied to core-clone"
Jenkins [Mon, 25 Jul 2016 10:43:15 +0000 (10:43 +0000)]
Merge "Add swift ringbuilder profile"
Emilien Macchi [Fri, 22 Jul 2016 16:33:31 +0000 (12:33 -0400)]
Implement tripleo::network::os_net_config class
This class will be used on the undercloud to deploy os_net_config.
Change-Id: I507c237a35250b660b37ea8cfc4e8e7f97ae21e2
Jenkins [Fri, 22 Jul 2016 16:11:21 +0000 (16:11 +0000)]
Merge "use parameter to lookup the step instead of hiera again"
Jenkins [Fri, 22 Jul 2016 16:00:27 +0000 (16:00 +0000)]
Merge "Remove unused redis_vip parameter"
Emilien Macchi [Thu, 21 Jul 2016 13:50:56 +0000 (09:50 -0400)]
use parameter to lookup the step instead of hiera again
In some profiles, we were looking up the $step by using Hiera
again, while we already do it in the parameter definition.
When using this class outside THT, it will fail but with this patch, we
could use just set the $step parameter and the rest of the manifest will
work.
Change-Id: I7082f47204fb4e529b164e4c4f1032e7bdd88f02
Juan Antonio Osorio Robles [Fri, 22 Jul 2016 08:24:31 +0000 (11:24 +0300)]
Generate HAProxy certificates in base profile
This gives the option to generate the service certificate(s) that
HAProxy will use. This will be used for both the overcloud and the
undercloud.
bp tls-via-certmonger
Change-Id: I3d0b729d0bad5252c1ae8852109c3a70c0c6ba7d
Jenkins [Thu, 21 Jul 2016 20:44:43 +0000 (20:44 +0000)]
Merge "Deploy Keystone and Gnocchi API with new Apache profile"
Jenkins [Thu, 21 Jul 2016 20:02:06 +0000 (20:02 +0000)]
Merge "Include gnocchi config on non-bootstrap nodes"
Dan Prince [Wed, 20 Jul 2016 14:05:47 +0000 (10:05 -0400)]
Add firewall::service_rules define
This patch updates the tripleo::firewall class so that it will
support loading firewall rules defined in composable services
via the following hiera keys (for nova-api for example):
tripleo.nova_api.firewall_rules
This patch relies on a new 'service_names' hiera array that should be
provided on all TripleO overcloud nodes.
Depends-On: I60861c5aa760534db3e314bba16a13b90ea72f0c
Change-Id: Id370362ab57347b75b1ab25afda877885b047263
Jenkins [Thu, 21 Jul 2016 17:06:21 +0000 (17:06 +0000)]
Merge "deploy composable firewall rules for HAproxy"
Jenkins [Thu, 21 Jul 2016 14:01:19 +0000 (14:01 +0000)]
Merge "Ensure the Heat Domain parameters before starting heat-engine pcmk service"
Jenkins [Thu, 21 Jul 2016 13:59:07 +0000 (13:59 +0000)]
Merge "Add class to use certmonger's local CA"
Emilien Macchi [Wed, 20 Jul 2016 20:08:05 +0000 (16:08 -0400)]
Deploy Keystone and Gnocchi API with new Apache profile
Deploy Keystone and Gnocchi API with the new Apache/Pacemaker profile.
Change-Id: Id28c618133e53e28dfac7e3e9cf9f5f5a6b2421a
Giulio Fidente [Thu, 21 Jul 2016 09:36:58 +0000 (11:36 +0200)]
Remove unused redis_vip parameter
Change-Id: I6ba962c682dc2ab8c6ee5238e0c176d9ae05d696
Jenkins [Thu, 21 Jul 2016 09:32:36 +0000 (09:32 +0000)]
Merge "nova/api: purge archive_deleted_rows via cron"
Jenkins [Thu, 21 Jul 2016 09:29:38 +0000 (09:29 +0000)]
Merge "Implement Apache pacemaker profile"
Juan Antonio Osorio Robles [Wed, 20 Jul 2016 13:54:30 +0000 (16:54 +0300)]
Add class to use certmonger's local CA
This class extracts the certificate and adds it to the trusted certs.
bp tls-via-certmonger
Change-Id: I6dc1e0469cd7dbbb51659c8f29975d25b2941ec3
Ben Nemec [Wed, 20 Jul 2016 20:22:47 +0000 (20:22 +0000)]
Include gnocchi config on non-bootstrap nodes
Change I67a15dc83a754fb6f5fe25c64ae9e7d29c58fcec removed the
gnocchi configuration completely from non-bootstrap nodes. This
changes it so the configuration is included on all nodes, but the
db sync is only included on bootstrap.
Change-Id: If402becc900c175f5b3bb95c3413276e5a04b4f7
Closes-Bug:
1604708
Emilien Macchi [Wed, 20 Jul 2016 19:52:10 +0000 (15:52 -0400)]
Implement Apache pacemaker profile
Deploy Apache with Pacemaker in a new profile.
Change-Id: I9ae6cee2bfb0f8974d41d700454cfde2df06c2d1
Emilien Macchi [Wed, 20 Jul 2016 19:13:07 +0000 (15:13 -0400)]
Remove templates/database
Not used anymore anywhere.
Change-Id: Iae0709cca8faa62698bed977e0e364eb8f88f4f7
Pradeep Kilambi [Wed, 20 Jul 2016 13:06:20 +0000 (09:06 -0400)]
Add base constraint so gnocchi metricd is tied to core-clone
Currently if we manually restart the cluster saometimes gnocchi statsd
doesnt comeup as galera is not up yet. This should tie the metrics to
core and follow the order.
Closes-bug: #
1604860
Change-Id: I5ec29622938336410b91785ca49b410bcdd30cdd
marios [Thu, 14 Jul 2016 08:12:06 +0000 (11:12 +0300)]
Ensure the Heat Domain parameters before starting heat-engine pcmk service
Heat needs stack_user_domain_id or stack_user_domain_name config
options set in the heat.conf before starting. The domain itself
doesn't need to exist until a stack is actually created, but the
value needs to be there. This patch ensures that the heat domain
parameters are configured before starting the heat-engine service
with Pacemaker at step3 and 4, and at step5, Pacemaker will start
the services and Puppet will create the domains.
(note: commit message copied from
https://review.openstack.org/#/c/331652/ to mitaka tht, which came
first)
Change-Id: I58fa53357265c1607d2df1b04cc2296083212ab7
Closes-Bug:
1599232
Jenkins [Wed, 20 Jul 2016 13:13:56 +0000 (13:13 +0000)]
Merge "Make ::tripleo::profile::base classes work with multiple nodes"
Jenkins [Wed, 20 Jul 2016 12:46:51 +0000 (12:46 +0000)]
Merge "make sure we start nova-compute after nova-conductor"
Dmitry Tantsur [Wed, 13 Jul 2016 10:45:01 +0000 (12:45 +0200)]
Add base nova-ironic profile
Configures a nova-compute instance to use Ironic.
Change-Id: I4f817aba542cfaa386b3c0617feae90c61579b43
Partially-Implements: blueprint ironic-integration
Dmitry Tantsur [Wed, 20 Jul 2016 10:05:51 +0000 (12:05 +0200)]
Fix Ironic dbsync ordering
Including ::ironic runs ironic-dbsync by default, so we end up with
ironic-dbsync run before the database is created. This patch fixes it.
Change-Id: I6fef1de18e52b68caaf4cbd55c0408b98b5c26e0
Partially-Implements: blueprint ironic-integration
Jenkins [Wed, 20 Jul 2016 08:34:42 +0000 (08:34 +0000)]
Merge "openstack-core resource does not have interleave=true"
James Slagle [Wed, 20 Jul 2016 00:08:08 +0000 (20:08 -0400)]
Only sync the gnocchi db on the pacemaker master
The gnocchi db sync is being run from multiple controllers causing errors in
CI. See the bug for more details.
Change-Id: I67a15dc83a754fb6f5fe25c64ae9e7d29c58fcec
Closes-Bug: #
1604624
Michele Baldessari [Wed, 13 Jul 2016 20:30:45 +0000 (16:30 -0400)]
Make ::tripleo::profile::base classes work with multiple nodes
In the Next Generation HA architecture a number of active/active services
will be run via systemd. In order for this to work we need to make sure that
the sync_db operation only takes place on the bootstrap node, just like it is
done today for the pacemaker profiles.
We do this by removing sync_db as a parameter and instead set it to true
or false depending if the hostname matches the bootstrap_node as it is done
today in the pacemaker role.
Note that we call hiera('bootstrap_nodeid', undef) because if a profile
is included on a non controller node that variable will be undefined.
The following testing was done:
- HA puppet-pacemaker.yaml scenario with three computes
- NonHA with one controller
- NonHA with three controllers
Fixes-Bug:
1600149
Co-Author: cmsj@tenshu.net
Change-Id: I04a7b9e3c18627ea512000a34357acb7f27d6e0e
Implements: blueprint ha-lightweight-architecture
Juan Antonio Osorio Robles [Mon, 18 Jul 2016 15:00:14 +0000 (18:00 +0300)]
Add principal to certmonger's haproxy helper
The principal is needed for kerberos-based solutions like FreeIPA.
bp tls-via-certmonger
Change-Id: Ie27848f522d11135b061aef766de2b696c77fcb9
Emilien Macchi [Mon, 18 Jul 2016 14:23:34 +0000 (10:23 -0400)]
nova/api: purge archive_deleted_rows via cron
The code was in THT before but now in the Nova API profile.
Change-Id: I7035f7998c11dc5508dae8c1a750b93c2944b2d4
Jenkins [Fri, 15 Jul 2016 15:00:52 +0000 (15:00 +0000)]
Merge "Add MySQL profiles"
Jenkins [Fri, 15 Jul 2016 14:38:54 +0000 (14:38 +0000)]
Merge "Add resource for requesting certificates for HAProxy"
Michele Baldessari [Fri, 15 Jul 2016 10:14:52 +0000 (12:14 +0200)]
openstack-core resource does not have interleave=true
The dummy openstack-core resource was meant to replace keystone so that
restarting keystone would not restart the whole cloud. When this
resource was introduced the paramter interleave=true was mistakenly left
out.
This causes a simple promote operation on the galera resource to restart
openstack-core and its children.
Change-Id: Ic590005a9419be87e6e6ea131b0ac0630c5afc19
Closes-Bug:
1603381
Jenkins [Thu, 14 Jul 2016 22:23:31 +0000 (22:23 +0000)]
Merge "Add Mistral profiles"
Brad P. Crochet [Tue, 31 May 2016 14:25:52 +0000 (10:25 -0400)]
Add Mistral profiles
Add Mistral profiles for non-ha and ha scenarios
Change-Id: I1a072326091fd3b0c21d2f78041e3532b67c60eb
Implements: blueprint refactor-puppet-manifests
Depends-On: I6ce61054384c15876c498ba8cf582f88d9f7f54c
Steven Hardy [Tue, 5 Jul 2016 17:23:28 +0000 (18:23 +0100)]
Add swift ringbuilder profile
I think this will need refinement in future, but for now this is
just a copy of what we have in t-h-t
Change-Id: I427f0b5ee93a0870d43419009178e0690ac66bd6
Partially-Implements: blueprint refactor-puppet-manifests
Jenkins [Thu, 14 Jul 2016 13:38:26 +0000 (13:38 +0000)]
Merge "Add base certmonger class"
Jenkins [Thu, 14 Jul 2016 12:39:33 +0000 (12:39 +0000)]
Merge "Implement Pacemaker service profile"
Jenkins [Wed, 13 Jul 2016 19:11:32 +0000 (19:11 +0000)]
Merge "Fix retrieval of hostname fact based on network."
Emilien Macchi [Mon, 11 Jul 2016 15:02:36 +0000 (11:02 -0400)]
Add MySQL profiles
Add MySQL profiles, for non-ha and ha scenarios.
Change-Id: I7ddae28a6affd55c5bffc15d72226a18c708850e
Closes-Bug: #
1601853
Juan Antonio Osorio Robles [Wed, 13 Jul 2016 10:10:21 +0000 (13:10 +0300)]
Add resource for requesting certificates for HAProxy
This resource will be used in both the overcloud and the undercloud,
and can be called in several instances (for public-facing or
internal-facing certificates).
bp tls-via-certmonger
Change-Id: I0410fe0dbbed97d16909e911f7318d78a5bd7d7b
Juan Antonio Osorio Robles [Wed, 13 Jul 2016 09:21:23 +0000 (12:21 +0300)]
Add base certmonger class
This base class just executes the main certmonger include (which gets
the package and starts the service) and configures the global CA, as
well as some options for the certificates that it will be issuing.
bp tls-via-certmonger
Change-Id: Ib748946130209bf9ccf6670b6f3fbbe0424400ec
Jenkins [Wed, 13 Jul 2016 08:07:55 +0000 (08:07 +0000)]
Merge "Drop the neutron dnsmasq config file options"
Jenkins [Tue, 12 Jul 2016 20:11:26 +0000 (20:11 +0000)]
Merge "Move gnocchi clustercheck to step 2"
Jenkins [Tue, 12 Jul 2016 18:08:02 +0000 (18:08 +0000)]
Merge "profile/nova/compute: add iscsi bits"
Emilien Macchi [Mon, 11 Jul 2016 19:45:43 +0000 (15:45 -0400)]
Implement Pacemaker service profile
Change-Id: I46215f82480854b5e04aef1ac1609dd99455181b
Closes-Bug: #
1601970
Carlos Camacho [Mon, 11 Jul 2016 11:02:19 +0000 (13:02 +0200)]
Move gnocchi clustercheck to step 2
As not having guarantee of being installed on same node, the dbsync
will be on step 3 and the clustercheck on 2.
Change-Id: Id728aae79442c45ab48fe0914c065f1807e8890d
Jenkins [Tue, 12 Jul 2016 11:56:55 +0000 (11:56 +0000)]
Merge "Composable Horizon service - puppet-tripleo"
Jenkins [Mon, 11 Jul 2016 21:23:50 +0000 (21:23 +0000)]
Merge "Add ironic inspector as a terminated HAProxy endpoint"
Carlos Camacho [Wed, 29 Jun 2016 13:48:08 +0000 (15:48 +0200)]
Composable Horizon service - puppet-tripleo
Change-Id: Iff6508972edfd5f330b239719bc5eb14d3f71944
Implements: blueprint refactor-puppet-manifests
Giulio Fidente [Mon, 11 Jul 2016 10:12:34 +0000 (12:12 +0200)]
Configure Ceph/OSD after Ceph/Mon when on same node
When both the Ceph Monitor and OSD roles are deployed on the same
node, we need the OSD configuration to happen *after* the Monitor
configuration is finished.
Change-Id: Id2ea099a0aaba344004870e82108da288cba2cb7
Sofer Athlan-Guyot [Wed, 22 Jun 2016 10:23:10 +0000 (12:23 +0200)]
Fix retrieval of hostname fact based on network.
When Facter.value(:domain) is nil the facts fqdn_<network> are failing
with :
Could not retrieve fact='fqdn_external', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Change-Id: I3e7fa983d4cf91c6ab25f9aa4c353b364f44826e
Closes-bug:
1595125
Jenkins [Sat, 9 Jul 2016 04:45:23 +0000 (04:45 +0000)]
Merge "Split Sahara pacemaker roles into separate services"
Jenkins [Fri, 8 Jul 2016 21:02:38 +0000 (21:02 +0000)]
Merge "Add new nuage agent profile."
Jenkins [Fri, 8 Jul 2016 19:30:45 +0000 (19:30 +0000)]
Merge "Fix Ceilometer profiles"
Dan Prince [Wed, 6 Jul 2016 13:42:22 +0000 (09:42 -0400)]
Add new nuage agent profile.
The Nuage agent will also get used on compute nodes.
Change-Id: Ic842ebdc183918ec9a24f83ae39adfba27bc799c
Dan Prince [Thu, 23 Jun 2016 12:48:45 +0000 (08:48 -0400)]
Add new midonet_agent profile.
We include this from the midonet profile (which is for the controller).
Agent will also get used on compute nodes as well.
Change-Id: I2393fc3c360f5f5786411f64dbcd06f380376093
Dan Prince [Fri, 8 Jul 2016 13:07:27 +0000 (09:07 -0400)]
Use include for base neutron profile
Simplify the base neutron profile so that we always include
the neutron and neutron::config classes at step 3. In doing so
we can now simplify the pacemaker version to use a simple include
which will avoid duplicate class errors.
Change-Id: I95b9188607ab6c599ad4cde6faa1deb081618f3e
Brad P. Crochet [Thu, 9 Jun 2016 14:34:21 +0000 (10:34 -0400)]
Split Sahara pacemaker roles into separate services
In order for each service to operate independently when used with Pacemaker,
the roles needed to be separated.
This also drops all pacemaker constraints, as they do not make much sense
in the composable realm.
Change-Id: Id61eb15b1e2366f5b73c6e7d47941651e40651b1
Partial-Bug: #
1592284
Pradeep Kilambi [Fri, 1 Jul 2016 18:16:52 +0000 (14:16 -0400)]
Fix Ceilometer profiles
* Configure ceilometer to default mongodb backend.
* remove useless sync_db parameter in pacemaker class.
* Remove duplicated resource for ceilometer central agent service with
pcmk.
* Remove pacemaker delay resource dependency, the resource does not
exist anymore.
Change-Id: Ie337bfe770c5b22158dc307eb36e39c2b93b95a9
Emilien Macchi [Tue, 5 Jul 2016 19:26:30 +0000 (15:26 -0400)]
make sure we start nova-compute after nova-conductor
When nova-compute and nova-conductor are collocated, we need to make
sure nova-conductor starts before nova-compute otherwise nova-compute
will just fail to start.
Change-Id: Icc3ed768af2a08e2db78d9c9278d309a62d26850
Emilien Macchi [Thu, 16 Jun 2016 21:03:27 +0000 (17:03 -0400)]
deploy composable firewall rules for HAproxy
Deploy composable iptables rules for HAproxy.
Note: we can't use Hiera here because we have some logic in
puppet-tripelo that select the services that we actually deploy.
Using this code in the Define will easily create IPtables rules that we
actually need. Some other services will be able to create IPtables rules
in Hiera (in THT), but not HAproxy now.
Change-Id: If03b18992c68461e97789c0318078a0b243c84fe
Jenkins [Wed, 6 Jul 2016 18:40:28 +0000 (18:40 +0000)]
Merge "Add non-pcmk Trove API/Conductor/Taskmanager profiles"
Jenkins [Wed, 6 Jul 2016 18:20:58 +0000 (18:20 +0000)]
Merge "Create kernel profile"
Jenkins [Wed, 6 Jul 2016 15:48:55 +0000 (15:48 +0000)]
Merge "Add gnocchi profiles"
Jenkins [Wed, 6 Jul 2016 15:41:23 +0000 (15:41 +0000)]
Merge "neutron/plugins/ml2/bigswitch: do not require agent"
Jenkins [Wed, 6 Jul 2016 08:45:35 +0000 (08:45 +0000)]
Merge "nova: do not manage nova-compute with pacemaker"
Jenkins [Tue, 5 Jul 2016 20:27:03 +0000 (20:27 +0000)]
Merge "Split Heat pacemaker roles into separate services"
Pradeep Kilambi [Thu, 12 May 2016 12:04:37 +0000 (08:04 -0400)]
Add gnocchi profiles
Implements: blueprint refactor-puppet-manifests
Co-Authored-By: Carlos Camacho <ccamacho@redhat.com>
Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com>
Change-Id: I38f218da118c45f3af1938eb17298017f4c70e24
Emilien Macchi [Mon, 4 Jul 2016 19:06:13 +0000 (15:06 -0400)]
Create kernel profile
It will load and configure kernel modules.
Change-Id: If4f1047ff8c193a14b821d8b826f637872cf62bd
Emilien Macchi [Sat, 2 Jul 2016 01:10:22 +0000 (21:10 -0400)]
nova: do not manage nova-compute with pacemaker
In the case where all services are installed on the same node
(All-In-One), we don't want Pacemaker to manage nova-compute. This patch
makes the Nova service more specific for overriding start/stop/restart
actions, to be applied only for services that usually run on
controllers.
Change-Id: I81a86331cff4e7988e035ada82834a45a6bb99c1
Jenkins [Mon, 4 Jul 2016 13:56:11 +0000 (13:56 +0000)]
Merge "nova/compute: add NFS bits"
Jenkins [Mon, 4 Jul 2016 13:45:21 +0000 (13:45 +0000)]
Merge "Set bootstrap_nodeid to undef by default"
Jenkins [Mon, 4 Jul 2016 10:07:26 +0000 (10:07 +0000)]
Merge "Replace reference to cinder:: parameter with nova:: parameter"