Name alignment, agent to a1pms, in test env
[nonrtric.git] / test / simulator-group / a1pms / pv.yaml
similarity index 57%
rename from test/simulator-group/policy_agent/pv.yaml
rename to test/simulator-group/a1pms/pv.yaml
index eeed4a0..89c5b6e 100644 (file)
@@ -1,18 +1,18 @@
 apiVersion: v1
 kind: PersistentVolume
 metadata:
-  name: $POLICY_AGENT_DATA_PV_NAME
+  name: $A1PMS_DATA_PV_NAME
   annotations:
     pv.beta.kubernetes.io/gid: "999"
   labels:
-    run: $POLICY_AGENT_APP_NAME
-    autotest: PA
+    run: $A1PMS_APP_NAME
+    autotest: A1PMS
 spec:
-  storageClassName: pa-standard
+  storageClassName: a1pms-standard
   capacity:
     storage: 1Mi
   accessModes:
     - ReadWriteOnce
   persistentVolumeReclaimPolicy: Delete
   hostPath:
-    path: "$HOST_PATH_BASE_DIR/$POLICY_AGENT_PV_PATH"
+    path: "$HOST_PATH_BASE_DIR/$A1PMS_PV_PATH"