diff --git a/ztp/gitops-subscriptions/argocd/example/acmpolicygenerator/acm-group-du-standard-ranGen.yaml b/ztp/gitops-subscriptions/argocd/example/acmpolicygenerator/acm-group-du-standard-ranGen.yaml index 044d87e34..8dceca647 100644 --- a/ztp/gitops-subscriptions/argocd/example/acmpolicygenerator/acm-group-du-standard-ranGen.yaml +++ b/ztp/gitops-subscriptions/argocd/example/acmpolicygenerator/acm-group-du-standard-ranGen.yaml @@ -41,9 +41,9 @@ policies: name: du-ptp-slave spec: profile: - - interface: ens6f0 + - interface: ens5f0 name: slave - phc2sysOpts: -a -r -n 25 + phc2sysOpts: -a -r -n 24 ptp4lOpts: -2 -s --summary_interval -4 openapi: path: schema.openapi diff --git a/ztp/gitops-subscriptions/argocd/example/policygentemplates/group-du-standard-ranGen.yaml b/ztp/gitops-subscriptions/argocd/example/policygentemplates/group-du-standard-ranGen.yaml index 5140c21c2..012569343 100644 --- a/ztp/gitops-subscriptions/argocd/example/policygentemplates/group-du-standard-ranGen.yaml +++ b/ztp/gitops-subscriptions/argocd/example/policygentemplates/group-du-standard-ranGen.yaml @@ -21,9 +21,9 @@ spec: profile: - name: "slave" # This interface must match the hardware in this group - interface: "ens6f0" + interface: "ens5f0" ptp4lOpts: "-2 -s --summary_interval -4" - phc2sysOpts: "-a -r -n 25" + phc2sysOpts: "-a -r -n 24" - fileName: SriovOperatorConfig.yaml policyName: "config-policy" - fileName: PerformanceProfile.yaml