Skip to content

Commit

Permalink
Merge pull request #199 from fao89/chronyrm
Browse files Browse the repository at this point in the history
Replacing edpm_chrony_ntp_servers with timesync_ntp_servers
  • Loading branch information
fao89 authored Nov 27, 2023
2 parents 814b637 + 02408e2 commit 45b3836
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test suite:

* `edpm_privatekey_path`

* `edpm_chrony_ntp_servers`
* `timesync_ntp_servers`


## Running the tests
Expand Down
6 changes: 3 additions & 3 deletions docs/openstack/edpm_adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ EOF
edpm_nodes_validation_validate_controllers_icmp: false
edpm_nodes_validation_validate_gateway_icmp: false
edpm_chrony_ntp_servers:
- clock.redhat.com
- clock2.redhat.com
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: clock2.redhat.com
edpm_ovn_controller_agent_image: quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified
edpm_iscsid_image: quay.io/podified-antelope-centos9/openstack-iscsid:current-podified
Expand Down
4 changes: 2 additions & 2 deletions tests/roles/dataplane_adoption/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ registry_name: "quay.io"
registry_namespace: "podified-antelope-centos9"
image_tag: "current-podified"
ansible_ssh_private_key_secret: dataplane-adoption-secret
default_edpm_chrony_ntp_servers:
- pool.ntp.org
default_timesync_ntp_servers:
- hostname: pool.ntp.org
2 changes: 1 addition & 1 deletion tests/roles/dataplane_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
edpm_nodes_validation_validate_controllers_icmp: false
edpm_nodes_validation_validate_gateway_icmp: false
edpm_chrony_ntp_servers: {{ edpm_chrony_ntp_servers | default(default_edpm_chrony_ntp_servers) }}
timesync_ntp_servers: {{ timesync_ntp_servers | default(default_timesync_ntp_servers) }}
edpm_ovn_controller_agent_image: "{{ registry_name }}/{{ registry_namespace }}/openstack-ovn-controller:{{ image_tag }}"
edpm_iscsid_image: "{{ registry_name }}/{{ registry_namespace }}/openstack-iscsid:{{ image_tag }}"
Expand Down
4 changes: 2 additions & 2 deletions tests/vars.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ source_ovndb_ip: 192.168.122.100 #CUSTOMIZE_THIS
edpm_node_ip: 192.168.122.100 #CUSTOMIZE_THIS

# NTP servers list
edpm_chrony_ntp_servers:
timesync_ntp_servers:
# - clock.redhat.com # Will not work outside of RH intranet
- pool.ntp.org
- hostname: pool.ntp.org

# Auth URL to use for adopted Keystone.
auth_url: http://keystone-public-openstack.apps-crc.testing

0 comments on commit 45b3836

Please sign in to comment.