... so we can know how long take resources configuration in Puppet
catalogs, and more easily debug why we have timeouts.
Change-Id: If3fae8837140caae91120e46b4880146ffe22afc
These options specify the minimum and maximum poll intervals
for NTP messages, in seconds to the power of two.
The maximum poll interval defaults to 10 (1,024 s), but can be
increased by the MaxPoll option to an upper limit of 17 (36.4 h).
The minimum poll interval defaults to 6 (64 s), but can be decreased
by the MinPoll option to a lower limit of 4 (16 s).
Change-Id: Ib2929be86e8cb31c00d166abe750354188302415
Closes-bug: #1736170
This patch exposes puppet_tripleo's docker_options
in the tripleo-heat-templates.
Change-Id: I1b48b2a25dfa5afc3d2e4e4c8f0593e03ead3907
Closes-bug: #1715134
The barbican keystone listener has been added to the same pod
as the barbican api. Need to set some barbican config to enable it.
Also set a specific topic for barbican_notifications so that
we do not compete with other services.
Change-Id: I5f7e4d2367b9776a1b7e74d1727472e1f81f509a
This patch adds the ability to configure DVR in
networking-ovn setups.
Depends-On: I565a5b9918eaf9df1d315c653f76dc4136953ca9
Change-Id: I14d3411f62b411010ea4bd270746436fe3e3cd3a
Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
There are still some templates with the wrong
alias name. This patch updates them with the
correct version.
Change-Id: I43549ac98f3736029d4aaad1ead745caf40f9299
Set NetworkPluginIpv6Enabled if IPv6 networks
have been enabled. Currently this parameter and
NetworkPluginIPv4Enabled are mutually exclusive so
set the latter false as well. Default is IPv4
with NetworkPluginIPv4Enabled.
Depends-On: Ic7e5b5351e429755ba48613ab89d1b7e7d6e2d34
Change-Id: Ia895d7190f0fb8e97c87b3178461d9fc26393b9b
This reverts commit 60925faefc58d76adf3914f96c636ca2a5b8c783.
The issue still occurs with this.
Also gnocchi-upgrade should have already run in step4: a327583643/manifests/profile/base/gnocchi/api.pp (L92)
Change-Id: I8ce02ab1425e891b6608363250910bf1f57914fc
Per-node customizations were only dumped as hieradata, so the
ceph-ansible workflow could not consume them.
This change passes the structure to the mistral workflow so that it
can consume the data and populate the inventory accordingly.
Change-Id: Ie7a9f10f0c821b8c642494a4d3933b2901f39d40
Depends-On: Ia23825aea938f6f9bcf536e35cad562a1b96c93b
Closes-Bug: #1736707
Remove parameter to configure ODL DHCP services as it is recommended
to not use it and is disabled from ODL side.
Change-Id: I695b558a9a68dde92557d86967906172815623a5
We are not configuring SSH access for amphora yet so we disable it.
Depends-On: Ic6cf523809e390df0263e26d5879c06986688cfa
Change-Id: I7ec1ef980026f498a6b7adb5267ce5b7fe6cc8d1
This patch sets the auth_type to 'password' as is required by Octavia.
It also changes the auth_url endpoint to contain the suffix.
Depends-On: I712db2e7310ba32cb68a7266c6b563ab3f4ab8cf
Change-Id: I19b3d457301aa28efeff26d5513c89cbbb24d521
Contains Tripleo Heat templates to deploy Liquidio Compute nodes.
Creates a New role ComputeLiquidio, which contains Cavium SmartNIC.
Depends-On: Idfd094d344d7419557139dbcee98e42307eb465b
Change-Id: I777ae696e54da70d6bb8311d372742435638a172
This adds support for an Instance HA deployment option which evacuates
VMs after a compute node failure. To enable this feature just add
-e environments/compute-instanceha.yaml and make sure the compute nodes
have the OS::TripleO::Services::ComputeInstanceHA and the
OS::TripleO::Services::PacemakerRemote services added to it.
Testing has been done as follows:
1) Deploy an overcloud with Instance HA
2) Create a VM on the overcloud
3) Crash a compute node
4) Observe that the nova evacuate resource agent initiates the nova
evacuation:
Nov 29 10:39:49 localhost NovaEvacuate(nova-evacuate)[32253]: NOTICE: Initiating evacuation of overcloud-novacompute-0.localdomain with fence_evacuate
Nov 29 10:39:57 localhost NovaEvacuate(nova-evacuate)[32253]: NOTICE: Completed evacuation of overcloud-novacompute-0.localdomain
5) Observe the VM having been started on the functional compute node
A documentation patch will follow explaining the whole mechanism more
in detail.
blueprint instance-ha
Depends-On: I4d1908242e9513a225d2b1da06ed4ee769ee10f7
Change-Id: If6c7d6c56eca96bd64ac5936036d119bd9ec6226
Implement a mechanism to enable docker service debug logging.
If DockerDebug is unset defaults to the normal Debug parameter
setting.
Change-Id: I4f4627c7d8e90121c1262b2518b02989f5aaed18