6 Commits

Author SHA1 Message Date
ramishra
c9991c2e31 Use 'wallaby' heat_template_version
With I57047682cfa82ba6ca4affff54fab5216e9ba51c Heat has added
a new template version for wallaby. This would allow us to use
2-argument variant of the ``if`` function that would allow for
 e.g. conditional definition of resource properties and help
cleanup templates. If only two arguments are passed to ``if``
function, the entire enclosing item is removed when the condition
is false.

Change-Id: I25f981b60c6a66b39919adc38c02a051b6c51269
2021-03-31 17:35:12 +05:30
ramishra
7f195ff9a8 Remove DefaultPasswords interface
This was mainly there as an legacy interface which was
for internal use. Now that we pull the passwords from
the existing environment and don't use it, we can drop
this.

Reduces a number of heat resources.

Change-Id: If83d0f3d72a229d737a45b2fd37507dc11a04649
2021-02-12 11:38:44 +05:30
Shnaidman Sagi (Sergey)
ab1599765c Revert "Move CA cert injection to host_prep_tasks"
This reverts commit 8e5d5283cc466b07616a57eeeee28859300022ab.

Reason for revert: broke OVB periodic jobs
Closes-Bug: #1908976

Change-Id: I9e8c2c96706e9abf9739b8a857231f522542fa5f
2020-12-29 22:29:47 +00:00
Ade Lee
8e5d5283cc Move CA cert injection to host_prep_tasks
See https://bugzilla.redhat.com/show_bug.cgi?id=1840886

Depends-On: https://review.opendev.org/#/c/743620/
Change-Id: Id9e14913168fd57c73d36f48aa6c31ac444d7ab3
2020-11-18 11:53:15 -05:00
Takashi Kajinami
fffdcf0f30 Use absolute name to include puppet classes
Current puppet modules uses only absolute name to include classes,
so replace relative name by absolute name in template files so that
template description can be consistent with puppet implementation.

Change-Id: I7a704d113289d61ed05f7a31d65caf2908a7994a
2020-04-11 08:13:23 +09:00
Dan Prince
2e2750b72d Move auditd, ca-cert, certmonger to deployment
Change-Id: I152762c33ef31a580ce1c7fba5f5e81146b2f00b
Related-Blueprint: services-yaml-flattening
2019-05-30 20:37:25 +00:00