image:
type: string
description: OCI image
- default: opensourcemano/lcm:7
+ default: opensourcemano/lcm:8
image:
type: string
description: OCI image
- default: opensourcemano/mon:7
+ default: opensourcemano/mon:8
image:
type: string
description: OCI image
- default: opensourcemano/nbi:7
+ default: opensourcemano/nbi:8
auth-backend:
type: string
description: Authentication backend ('internal' or 'keystone')
image:
type: string
description: OCI image
- default: opensourcemano/pol:7
+ default: opensourcemano/pol:8
image:
type: string
description: OCI image
- default: opensourcemano/ro:7
+ default: opensourcemano/ro:8
image:
type: string
description: OCI image
- default: opensourcemano/light-ui:7
+ default: opensourcemano/light-ui:8
networks:
- netOSM
keystone:
- image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-8}
networks:
- netOSM
environment:
max-size: "100m"
max-file: "2"
nbi:
- image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-8}
networks:
- netOSM
volumes:
# - kafka
# - mongo
lcm:
- image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-8}
networks:
- netOSM
volumes:
# ports:
# - "3306:3306"
ro:
- image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-8}
networks:
- netOSM
environment:
max-size: "100m"
max-file: "2"
mon:
- image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-8}
networks:
- netOSM
volumes:
max-file: 5
max-size: 10m
pol:
- image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-8}
networks:
- netOSM
volumes:
max-file: 5
max-size: 10m
ng-ui:
- image: ${DOCKER_USER:-opensourcemano}/ng-ui:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/ng-ui:${TAG:-8}
networks:
- netOSM
#depends_on:
networks:
- netOSM
keystone:
- image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-8}
networks:
- netOSM
environment:
max-size: "100m"
max-file: "2"
nbi:
- image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-8}
networks:
- netOSM
volumes:
# - kafka
# - mongo
lcm:
- image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-8}
networks:
- netOSM
volumes:
# ports:
# - "3306:3306"
ro:
- image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-8}
networks:
- netOSM
environment:
max-size: "100m"
max-file: "2"
mon:
- image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-8}
networks:
- netOSM
volumes:
max-file: 5
max-size: 10m
pol:
- image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-8}
networks:
- netOSM
volumes:
max-file: 5
max-size: 10m
light-ui:
- image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-7}
+ image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-8}
networks:
- netOSM
environment:
spec:
containers:
- name: keystone
- image: opensourcemano/keystone:7
+ image: opensourcemano/keystone:8
ports:
- containerPort: 5000
protocol: TCP
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:7
+ image: opensourcemano/lcm:8
env:
- name: OSMLCM_RO_HOST
value: ro
spec:
containers:
- name: light-ui
- image: opensourcemano/light-ui:7
+ image: opensourcemano/light-ui:8
envFrom:
- secretRef:
name: lwui-secret
command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongo 27017); do sleep 3; done; exit 0"]
containers:
- name: mon
- image: opensourcemano/mon:7
+ image: opensourcemano/mon:8
ports:
- containerPort: 8662
protocol: TCP
command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongo 27017); do sleep 3; done; exit 0"]
containers:
- name: nbi
- image: opensourcemano/nbi:7
+ image: opensourcemano/nbi:8
ports:
- containerPort: 9999
protocol: TCP
spec:
containers:
- name: ng-ui
- image: opensourcemano/ng-ui:7
+ image: opensourcemano/ng-ui:8
ports:
- containerPort: 80
protocol: TCP
command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongo 27017); do sleep 3; done; exit 0"]
containers:
- name: pol
- image: opensourcemano/pol:7
+ image: opensourcemano/pol:8
env:
- name: OSMPOL_MESSAGE_HOST
value: kafka
command: ["sh", "-c", "until nc -zvw1 mysql 3306; do sleep 3 ; done; exit 0"]
containers:
- name: ro
- image: opensourcemano/ro:7
+ image: opensourcemano/ro:8
ports:
- containerPort: 9090
protocol: TCP
[ -z "$INSTALL_NOHOSTCLIENT" ] && install_osmclient
track osmclient
- wget -q -O- https://osm-download.etsi.org/ftp/osm-7.0-seven/README2.txt &> /dev/null
+ wget -q -O- https://osm-download.etsi.org/ftp/osm-8.0-eight/README2.txt &> /dev/null
track end
return 0
}
COMMIT_ID=""
ASSUME_YES=""
INSTALL_FROM_SOURCE=""
-RELEASE="ReleaseSEVEN"
+RELEASE="ReleaseEIGHT"
REPOSITORY="stable"
INSTALL_VIMEMU=""
INSTALL_PLA=""
[ -n "$INSTALL_ONLY" ] && echo -e "\nDONE" && exit 0
#Installation starts here
-wget -q -O- https://osm-download.etsi.org/ftp/osm-7.0-seven/README.txt &> /dev/null
+wget -q -O- https://osm-download.etsi.org/ftp/osm-8.0-eight/README.txt &> /dev/null
track start
[ -n "$INSTALL_LIGHTWEIGHT" ] && install_lightweight && echo -e "\nDONE" && exit 0
#Install vim-emu (optional)
[ -n "$INSTALL_VIMEMU" ] && install_docker_ce && install_vimemu
-wget -q -O- https://osm-download.etsi.org/ftp/osm-7.0-seven/README2.txt &> /dev/null
+wget -q -O- https://osm-download.etsi.org/ftp/osm-8.0-eight/README2.txt &> /dev/null
track end
echo -e "\nDONE"
# limitations under the License.
#
REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian
-RELEASE=ReleaseSEVEN
+RELEASE=ReleaseEIGHT
REPOSITORY=stable
-DOCKER_TAG=7
+DOCKER_TAG=8
function usage(){
echo -e "usage: $0 [OPTIONS]"
## Install procedure
-There are two ways to install the monitoring component based on the OSM global installer (<https://osm-download.etsi.org/ftp/osm-7.0-seven/install_osm.sh>)
+There are two ways to install the monitoring component based on the OSM global installer (<https://osm-download.etsi.org/ftp/osm-8.0-eight/install_osm.sh>)
* Using the --k8s_monitor switch in the OSM installation: