Merge "Fix ansible-server for parsing ouput of executing Ansible playbooks"
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-pci-patch.json
1 {
2         "ietf-yang-patch:yang-patch": {
3                 "patch-id": "Patch 1",
4                 "comment": "patch for phy-cell-id-in-use for a cell",
5                 "edit": [{
6                         "edit-id": "edit",
7                         "operation": "merge",
8                         "target": ${prop.oofpcipoc.patch.pci.target},
9                         "value": {
10                                         "phy-cell-id-in-use": ${tmp.phy-cell-id-in-use}
11                                 }
12                 }]
13         }
14 }