Feature 10966 Prometheus recording rules for VNF and NS status

The new file ng-prometheus.yaml controls the deployment
of OSM Prometheus when using the new monitoring pipeline
architecture.

This file includes the recording rules necessary to obtain
VNF status and NS status, derived from VM status. Those rules
are stored in file `osm_rules.yml`, as part of configmap prom.

Change-Id: Ibc3aa25e741ef4e680e5775e1d52fa171af0813b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh
index 9f9fb05..84249a5 100755
--- a/installers/full_install_osm.sh
+++ b/installers/full_install_osm.sh
@@ -310,6 +310,7 @@
     [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
     #Kubernetes resources
     sudo cp -bR ${OSM_DEVOPS}/installers/docker/osm_pods $OSM_DOCKER_WORK_DIR
+    sudo rm -f ${OSM_DOCKER_WORK_DIR}/osm_pods/ng-prometheus.yaml
     [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
 }