Skip to content

Commit

Permalink
Merge pull request #363 from openstack-k8s-operators/no-exp-clk
Browse files Browse the repository at this point in the history
Changing ntp to ci-framework default

This parameter is excepted to be overriden with
cifmw_ci_gen_kustomize_values_ntp_srv to your own
clock infra.

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 12, 2024
2 parents 2971694 + 5dab798 commit 710ac6c
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion examples/dt/bgp/bgp_dt01/edpm/computes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data:
- nic3
- nic4
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# conntrack is necessary for some tobiko tests
edpm_bootstrap_command: |
dnf -y install conntrack-tools
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/bgp/bgp_dt01/edpm/networkers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data:
- nic3
- nic4
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# conntrack is necessary for some tobiko tests
edpm_bootstrap_command: |
dnf -y install conntrack-tools
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/bgp/edpm/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data:
- nic3
- nic4
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/osasinfra/edpm-pre-ceph/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/pidone/edpm/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/pidone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni01alpha/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_template: |
---
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni01alpha/networker/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org

gather_facts: false

Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni02beta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_template: |
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni04delta-ipv6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org

edpm_iscsid_image: '{{ registry_url }}/openstack-iscsid:{{ image_tag }}'
edpm_logrotate_crond_image: '{{ registry_url }}/openstack-cron:{{ image_tag }}'
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni04delta/edpm-pre-ceph/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni04delta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org

edpm_iscsid_image: '{{ registry_url }}/openstack-iscsid:{{ image_tag }}'
edpm_logrotate_crond_image: '{{ registry_url }}/openstack-cron:{{ image_tag }}'
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni05epsilon/edpm-pre-ceph/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_template: |
---
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni06zeta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_template: |
---
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni07eta/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
edpm_network_config_hide_sensitive_logs: false
edpm_network_config_template: |
---
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni07eta/networker/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org

gather_facts: false

Expand Down
2 changes: 1 addition & 1 deletion examples/va/hci/edpm-pre-ceph/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
ansiblePort: 22
ansibleVars:
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CHANGEME -- see https://access.redhat.com/solutions/253273
# edpm_bootstrap_command: |
# subscription-manager register --username <subscription_manager_username> \
Expand Down
2 changes: 1 addition & 1 deletion examples/va/nfv/ovs-dpdk-sriov/edpm/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data:
# --password <subscription_manager_password>
# podman login -u <registry_username> -p <registry_password> registry.redhat.io
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CPU pinning settings
# edpm nfv ovs dpdk config
# CHANGEME
Expand Down
2 changes: 1 addition & 1 deletion examples/va/nfv/ovs-dpdk/edpm/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
# --password <subscription_manager_password>
# podman login -u <registry_username> -p <registry_password> registry.redhat.io
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CPU pinning settings
# edpm nfv ovs dpdk config
# CHANGEME
Expand Down
2 changes: 1 addition & 1 deletion examples/va/nfv/sriov/edpm/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data:
# subscription-manager register --username <subscription_manager_username> --password <subscription_manager_password>
# podman login -u <registry_username> -p <registry_password> registry.redhat.io
timesync_ntp_servers:
- hostname: clock.redhat.com
- hostname: pool.ntp.org
# CPU pinning settings
edpm_kernel_args: "default_hugepagesz=1GB hugepagesz=1G hugepages=16 intel_iommu=on iommu=pt isolcpus=4-23,28-47"
edpm_tuned_profile: "cpu-partitioning-powersave"
Expand Down

0 comments on commit 710ac6c

Please sign in to comment.