K8s manifest files updated to use docker tag 7 instead of latest 52/8352/4
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 9 Dec 2019 00:37:51 +0000 (01:37 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 11 Dec 2019 10:42:21 +0000 (11:42 +0100)
Change-Id: I5cbec8d6c4aed6612121391254f9f7e4d8fa0e6c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/docker/osm_pods/keystone.yaml
installers/docker/osm_pods/lcm.yaml
installers/docker/osm_pods/light-ui.yaml
installers/docker/osm_pods/mon.yaml
installers/docker/osm_pods/nbi.yaml
installers/docker/osm_pods/pol.yaml
installers/docker/osm_pods/ro.yaml

index 8a976cf..7152059 100644 (file)
@@ -45,7 +45,7 @@ spec:
     spec:
       containers:
       - name: keystone
-        image: opensourcemano/keystone:latest
+        image: opensourcemano/keystone:7
         ports:
         - containerPort: 5000
           protocol: TCP
index f69fba3..c74143f 100644 (file)
@@ -36,7 +36,7 @@ spec:
          command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 ro 9090 && nc -zvw1 mongo 27017 ); do sleep 3; done; exit 0"]
       containers:
       - name: lcm
-        image: opensourcemano/lcm:latest
+        image: opensourcemano/lcm:7
         env:
         - name: OSMLCM_RO_HOST
           value: ro
index 20cb5af..e4c6284 100644 (file)
@@ -46,7 +46,7 @@ spec:
     spec:
       containers:
       - name: light-ui
-        image: opensourcemano/light-ui:latest
+        image: opensourcemano/light-ui:7
         envFrom:
         - secretRef:
             name: lwui-secret
index 541f6c3..4dd10d4 100644 (file)
@@ -50,7 +50,7 @@ spec:
         command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongo 27017); do sleep 3; done; exit 0"]
       containers:
       - name: mon
-        image: opensourcemano/mon:latest
+        image: opensourcemano/mon:7
         ports:
         - containerPort: 8662
           protocol: TCP
index f842dd0..0b8a84b 100644 (file)
@@ -50,7 +50,7 @@ spec:
         command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongo 27017); do sleep 3; done; exit 0"]
       containers:
       - name: nbi
-        image: opensourcemano/nbi:latest
+        image: opensourcemano/nbi:7
         ports:
         - containerPort: 9999
           protocol: TCP
index d6ca7cd..f6ba437 100644 (file)
@@ -36,7 +36,7 @@ spec:
         command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongo 27017); do sleep 3; done; exit 0"]
       containers:
       - name: pol
-        image: opensourcemano/pol:latest
+        image: opensourcemano/pol:7
         env:
          - name: OSMPOL_MESSAGE_HOST
            value: kafka
index d63ed58..f98f69b 100644 (file)
@@ -50,7 +50,7 @@ spec:
         command: ["sh", "-c", "until nc -zvw1 mysql 3306; do  sleep 3 ; done; exit 0"]
       containers:
       - name: ro
-        image: opensourcemano/ro:latest
+        image: opensourcemano/ro:7
         ports:
         - containerPort: 9090
           protocol: TCP