Various SD-Fabric fixes

- Upgrade sdfabric-onos to master-2022-03-01
  - Included fix: Allow building UpfApplication matching only on slice_id
- Upgrade stratum-bfrt to 22.03.01-9.7.0
  - Included fix: Allow zero burst sizes in P4 MeterConfig
- Upgrade upf-epc-pfcpiface to master-ff7a737
  - Revert: Use Set for tunnelPeerIDs and applicationIds
- Introduce new PFCP default value
  - Set default hostname to pfcp-agent
- Disable measure_flow in BESS UPF

Change-Id: I41d40c501d7946995358466c459b61abcf3e1229
diff --git a/pfcp-agent/values.yaml b/pfcp-agent/values.yaml
index acb41f9..4053c86 100644
--- a/pfcp-agent/values.yaml
+++ b/pfcp-agent/values.yaml
@@ -5,8 +5,7 @@
 images:
   tags:
     init: registry.aetherproject.org/tools/busybox:stable
-    pfcpiface: omecproject/upf-epc-pfcpiface:master-f506bf2
-  pullPolicy: Always
+    pfcpiface: omecproject/upf-epc-pfcpiface:master-7b55e69
 
 nodeSelectors:
   enabled: false
@@ -39,6 +38,8 @@
           # Do not change unless you are deploying ONOS in a custom way.
           p4rtc_server: "sdfabric-onos-classic-hs"
           p4rtc_port: "51001"
+        cpiface:
+          hostname: "pfcp-agent"
 
 service:
   type: ClusterIP