Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / contrib / components / netbox / components / netbox-app / resources / config / initializers / custom_fields.yml
1 external-key:
2   description: "The external-key uniquely identify the resources to a service within ONAP."
3   filterable: true
4   label: ONAP external key
5   on_objects:
6     - ipam.models.IPAddress
7   required: true
8   type: text
9   weight: 0
10 resource-name:
11   description: "The resource-name of the element using this IP."
12   filterable: true
13   label: ONAP resource name
14   on_objects:
15     - ipam.models.IPAddress
16   required: true
17   type: text
18   weight: 0