Commit Graph

6 Commits

Author SHA1 Message Date
Ghanshyam Mann 565e1d0c46 Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: I1a42c6119429e588a8dbb24fb8687dcc4ed2a3a5
2024-02-24 11:40:40 -08:00
Francesco Pantano 0111661102
Add chrony_config_file_location default to avoid uncontrolled failures
This patch adds a missing config that let any playbook fail if no vars
are passed. Even though it's always good overriding variables, we should
provide defaults for config files like any other first citizen parameter.

Change-Id: I953296e22a6d8310aaf401fd9b13a71c35dbaf6a
2023-05-08 18:14:45 +02:00
James Slagle 62654c88fa Sync defaults for chrony with tripleo-heat-templates
Use the same defaults in the chrony role that are set when we use the
role from tripleo-heat-templates:
https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/timesync/chrony-baremetal-ansible.yaml

Signed-off-by: James Slagle <jslagle@redhat.com>
Change-Id: I42c65495e51ecd24447341f1c1c4f02f88be5efe
2022-10-13 07:52:23 -04:00
rabi 7ccf873c82 Change chrony_role_action default to 'all'
As documented we should change the default to 'all'.
Also fixes tox-linters job.

Change-Id: I33bf616bcca62f68437a0c2520cb860194a3a203
2022-05-24 16:40:30 +05:30
Alex Schultz 9baecd0573 Move default values to defaults
The os specific variables are overriding the provided vars so we should
only define things that should not be overridable because they are OS
specific (service names, config file locations, etc)

Change-Id: I2af49137d91c34eeb68353d7438a5ee09c8166c9
Closes-Bug: #1802538
2018-11-09 18:30:05 +00:00
Alex Schultz f3352cd634 Initial commit 2018-08-01 17:58:45 -06:00