-
Notifications
You must be signed in to change notification settings - Fork 75
Define PTP model for the Dell Enterprise SONiC collection #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ensure that the indentation is uniform across all the examples.
- the priority1 attribute of the local clock. | ||
- the range is from 0 to 255. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- the priority1 attribute of the local clock. | |
- the range is from 0 to 255. | |
- The priority1 attribute of the local clock. | |
- The range is from 0 to 255. |
- the priority2 attribute of the local clock. | ||
- the range is from 0 to 255. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- the priority2 attribute of the local clock. | |
- the range is from 0 to 255. | |
- The priority2 attribute of the local clock. | |
- The range is from 0 to 255. |
- Defines the type of clock configured in the PTP domain. | ||
- The possible values are (BC)|(P2P_TC)|(E2E_TC)|(disable) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Defines the type of clock configured in the PTP domain. | |
- The possible values are (BC)|(P2P_TC)|(E2E_TC)|(disable) | |
- Specifies the type of clock configured in the PTP domain. |
- The network transport used for communication | ||
- The permitted values are (L2)|(UDPv4)|(UDPv6) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The network transport used for communication | |
- The permitted values are (L2)|(UDPv4)|(UDPv6) | |
- The network transport used for communication. |
- Whether the network transport uses unicast or | ||
- multicast communication | ||
- The permitted values are (unicast)|(multicast) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Whether the network transport uses unicast or | |
- multicast communication | |
- The permitted values are (unicast)|(multicast) | |
- Specifies whether the network transport uses unicast or multicast communication. |
- interface: 'ethernet0' | ||
role: 'slave' | ||
localpriority: 100 | ||
unicasttable: ['1.1.1.1'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unicasttable: ['1.1.1.1'] | |
unicasttable: | |
- '1.1.1.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will address this like unicasttable: ["1.1.1.1" , "1.1.1.2"]
config: | ||
- interface : 'Ethernet0' | ||
role: 'slave' | ||
unicasttable: ['1.1.1.1'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unicasttable: ['1.1.1.1'] | |
unicasttable: | |
- '1.1.1.1' |
# sonic# | ||
|
||
- name: Delete specified PTP configurations | ||
dellemc.enterprise_sonic.sonic_ptp: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dellemc.enterprise_sonic.sonic_ptp: | |
dellemc.enterprise_sonic.sonic_ptp_port_ds: |
# sonic# | ||
|
||
- name: Delete specified PTP configurations | ||
dellemc.enterprise_sonic.sonic_ptp: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dellemc.enterprise_sonic.sonic_ptp: | |
dellemc.enterprise_sonic.sonic_ptp_port_ds: |
priority1 101 | ||
priority2 91 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
priority1 101 | |
priority2 91 | |
priority1: 101 | |
priority2: 91 |
Have addressed the Review comments |
Initial posting of model definition for PTP ansible changes