diff options
Diffstat (limited to 'heat/vLBMS')
-rw-r--r-- | heat/vLBMS/base_vlb.env | 7 | ||||
-rw-r--r-- | heat/vLBMS/base_vlb.yaml | 6 | ||||
-rw-r--r-- | heat/vLBMS/dnsscaling.env | 3 | ||||
-rw-r--r-- | heat/vLBMS/dnsscaling.yaml | 4 |
4 files changed, 4 insertions, 16 deletions
diff --git a/heat/vLBMS/base_vlb.env b/heat/vLBMS/base_vlb.env index 596d483a..624c4159 100644 --- a/heat/vLBMS/base_vlb.env +++ b/heat/vLBMS/base_vlb.env @@ -47,12 +47,11 @@ parameters: vip: 192.168.9.112 gre_ipaddr: 192.168.10.112 pg_int: 192.168.9.109 - #dns_enabled: true dcae_collector_ip: 10.0.4.1 - dcae_collector_port: 8081 + dcae_collector_port: 30235 nb_api_version: 1.2.0 - demo_artifacts_version: 1.3.0-SNAPSHOT - install_script_version: 1.3.0-SNAPSHOT + demo_artifacts_version: 1.4.0-SNAPSHOT + install_script_version: 1.4.0-SNAPSHOT cloud_env: PUT openstack OR rackspace HERE sec_group: PUT THE ONAP SECURITY GROUP HERE nexus_artifact_repo: https://nexus.onap.org diff --git a/heat/vLBMS/base_vlb.yaml b/heat/vLBMS/base_vlb.yaml index cf4fce1a..980a3be4 100644 --- a/heat/vLBMS/base_vlb.yaml +++ b/heat/vLBMS/base_vlb.yaml @@ -188,15 +188,9 @@ parameters: nexus_artifact_repo: type: string description: Root URL for the Nexus repository for Maven artifacts. - # Default parameters prohibited - # default: "https://nexus.onap.org" sec_group: type: string description: ONAP Security Group - # all params must be used - #dns_enabled: - # type: string - # description: Enable/disable DNS (by default use true) ############# # # diff --git a/heat/vLBMS/dnsscaling.env b/heat/vLBMS/dnsscaling.env index 4d68239b..2741ac59 100644 --- a/heat/vLBMS/dnsscaling.env +++ b/heat/vLBMS/dnsscaling.env @@ -33,8 +33,7 @@ parameters: # APP/USER_DATA nb_api_version: 1.2.0 - install_script_version: 1.3.0-SNAPSHOT + install_script_version: 1.4.0-SNAPSHOT cloud_env: PUT openstack OR rackspace HERE sec_group: PUT THE ONAP SECURITY GROUP HERE - #dns_enabled: true nexus_artifact_repo: https://nexus.onap.org diff --git a/heat/vLBMS/dnsscaling.yaml b/heat/vLBMS/dnsscaling.yaml index 214058b9..60391d17 100644 --- a/heat/vLBMS/dnsscaling.yaml +++ b/heat/vLBMS/dnsscaling.yaml @@ -128,13 +128,9 @@ parameters: nexus_artifact_repo: type: string description: Root URL for the Nexus repository for Maven artifacts. - #default: "https://nexus.onap.org" sec_group: type: string description: ONAP Security Group - #dns_enabled: - # type: string - # description: Enable/disable DNS (by default use true) ############# # # |