availability-monitoring

How to programatically reconfigure Availability Monitoring in DevOps stage for Blue-Green deployment?

牧云@^-^@ 提交于 2019-12-11 17:30:46
问题 I'm using an IBM devops pipeline based on the Cloud Foundry template. The template gives you Blue-Green deployments. My stage deploy script looks like this: #!/bin/bash cat << EOF > ${WORKSPACE}/manifest.yml declared-services: my_cloudant: label: cloudantNoSQLDB plan: Lite my_messagehub: label: messagehub plan: standard my_autoscaling: label: Auto-Scaling plan: free my_availability_monitoring: label: AvailabilityMonitoring plan: Lite applications: - name: movie-recommend-demo host: movie