OSM_HELM_OPTS="${OSM_HELM_OPTS} --set vca.secret=${OSM_VCA_SECRET}"
OSM_HELM_OPTS="${OSM_HELM_OPTS} --set vca.cacert=${OSM_VCA_CACERT}"
[ -n "$OSM_VCA_APIPROXY" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set lcm.config.OSMLCM_VCA_APIPROXY=${OSM_VCA_APIPROXY}"
- [ ! "$OSM_DOCKER_TAG" == "13" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.image.tag=${OSM_DOCKER_TAG}"
+ [ ! "$OSM_DOCKER_TAG" == "14" ] && OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.image.tag=${OSM_DOCKER_TAG}"
[ -n "${INSTALL_NGSA}" ] || OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.oldServiceAssurance=true"
if [ -n "${OSM_BEHIND_PROXY}" ]; then
OSM_HELM_OPTS="${OSM_HELM_OPTS} --set global.behindHttpProxy=true"
arrange_docker_default_network_policy
- wget -q -O- https://osm-download.etsi.org/ftp/osm-13.0-thirteen/README2.txt &> /dev/null
+ wget -q -O- https://osm-download.etsi.org/ftp/osm-14.0-fourteen/README2.txt &> /dev/null
track end
sudo find /etc/osm
[ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
# Installation starts here
# Get README and create OSM_TRACK_INSTALLATION_ID
-wget -q -O- https://osm-download.etsi.org/ftp/osm-13.0-thirteen/README.txt &> /dev/null
+wget -q -O- https://osm-download.etsi.org/ftp/osm-14.0-fourteen/README.txt &> /dev/null
export OSM_TRACK_INSTALLATION_ID="$(date +%s)-$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16)"
# Get OS info to be tracked
sudo snap install jq || FATAL "Could not install jq (snap package). Make sure that snap works"
${OSM_DEVOPS}/installers/charmed_install.sh --tag $OSM_DOCKER_TAG "$@" || \
FATAL_TRACK charmed_install "charmed_install.sh failed"
- wget -q -O- https://osm-download.etsi.org/ftp/osm-13.0-thirteen/README2.txt &> /dev/null
+ wget -q -O- https://osm-download.etsi.org/ftp/osm-14.0-fourteen/README2.txt &> /dev/null
echo -e "\nDONE"
exit 0
fi
repositoryBase: docker.io/opensourcemano
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
- tag: "testing-daily"
+ tag: "14"
imagePullSecrets: []
nameOverride: ""
port: 5000
image: {}
# repository: opensourcemano/keystone
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
useOsmSecret: true
# secretName: "keystone-secret"
logLevel: DEBUG
image: {}
# repository: opensourcemano/lcm
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
useOsmSecret: true
# secretName: "lcm-secret"
# logLevel: DEBUG
image: {}
# repository: opensourcemano/mon
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
useOsmSecret: true
# secretName: "mon-secret"
nodePort: 9999
image: {}
# repository: opensourcemano/nbi
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
useOsmSecret: true
# secretName: "nbi-secret"
nodePort: 80
image: {}
# repository: opensourcemano/ng-ui
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
# pla module is disabled by default unless global.oldServiceAssurance and pla.enabled are set to true
# logLevel: DEBUG
image: {}
# repository: opensourcemano/pla
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
# pol module is disabled by default unless global.oldServiceAssurance and pol.enabled are set to true
# logLevel: DEBUG
image: {}
# repository: opensourcemano/pol
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
useOsmSecret: true
# secretName: "pol-secret"
# replicaCount: 1
sidecarImage: {}
# repository: opensourcemano/ro
- # tag: "testing-daily"
+ # tag: "14"
ro:
enabled: true
port: 9090
image: {}
# repository: opensourcemano/ro
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
useOsmSecret: true
# secretName: "ro-secret"
port: 9998
image: {}
# repository: opensourcemano/webhook
- # tag: "testing-daily"
+ # tag: "14"
# replicaCount: 1
zookeeper:
#
---
defaultAirflowRepository: opensourcemano/airflow
-defaultAirflowTag: "testing-daily"
+defaultAirflowTag: "14"
webserverSecretKeySecretName: airflow-webserver-secret
webserver:
service:
DOCKER_REGISTRY_URL=
DOCKER_USER="opensourcemano"
OSM_DEVOPS="/usr/share/osm-devops"
-OSM_DOCKER_TAG="13"
+OSM_DOCKER_TAG="14"
OSM_HELM_WORK_DIR="/etc/osm/helm"
while getopts ":D:d:t:r:U:-: " o; do
# limitations under the License.
#
REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian
-RELEASE=ReleaseTHIRTEEN
+RELEASE=ReleaseFOURTEEN
REPOSITORY=stable
-DOCKER_TAG=13
+DOCKER_TAG=14
DEVOPS_PATH=/usr/share/osm-devops
function usage(){
]
sshCommand remote: remote, command: '''
- wget https://osm-download.etsi.org/ftp/osm-13.0-thirteen/install_osm.sh
+ wget https://osm-download.etsi.org/ftp/osm-14.0-fourteen/install_osm.sh
chmod +x ./install_osm.sh
sed -i '1 i\\export PATH=/snap/bin:\$PATH' ~/.bashrc
'''
#######################################################################################
SERVER="ftp://osm-download.etsi.org"
-FOLDER="osm-13.0-thirteen"
+FOLDER="osm-14.0-fourteen"
FTP_OPTS=""
# Define your FTP credentials in a separate (private file)