Bump helm/kubectl versions to match OOM 68/86168/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 24 Apr 2019 16:22:14 +0000 (09:22 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 24 Apr 2019 16:22:14 +0000 (09:22 -0700)
Bump helm to 2.12.5 and kubectl to 1.13.5.

Change-Id: I5f6fe2b814dc55bf42e6807c2e6f17ae6319f064
Issue-ID: OOM-1598
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-rke/env/windriver/onap-oom-light.env [deleted file]
deployment/heat/onap-rke/onap-oom.yaml
deployment/heat/onap-rke/parts/onap-oom-1.yaml
deployment/heat/onap-rke/rancher_vm_entrypoint.sh

diff --git a/deployment/heat/onap-rke/env/windriver/onap-oom-light.env b/deployment/heat/onap-rke/env/windriver/onap-oom-light.env
deleted file mode 100644 (file)
index dd9cd57..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-parameters:
-
-  ubuntu_1604_image: ubuntu-16-04-cloud-amd64
-
-  apt_proxy: 10.12.5.2:8000
-  docker_proxy: 10.12.5.2:5000
-
-  rancher_vm_flavor: m1.large
-  # use a smaller image for k8 hosts
-  k8s_vm_flavor: m1.xlarge
-
-  public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4
-
-  oam_network_cidr: 10.0.0.0/16
-
-  integration_override_yaml: >
-    global:
-      repository: __docker_proxy__
-      pullPolicy: IfNotPresent
-    robot:
-      enabled: true
-      openStackKeyStoneUrl: "http://10.12.25.2:5000"
-      openStackPublicNetId: "__public_net_id__"
-      openStackTenantId: "${OS_PROJECT_ID}"
-      openStackUserName: "${OS_USERNAME}"
-      ubuntu14Image: "ubuntu-14-04-cloud-amd64"
-      ubuntu16Image: "ubuntu-16-04-cloud-amd64"
-      openStackPrivateNetId: "__oam_network_id__"
-      openStackPrivateSubnetId: "__oam_subnet_id__"
-      openStackPrivateNetCidr: "__oam_network_cidr__"
-      openStackOamNetworkCidrPrefix: "10.0"
-      dcaeCollectorIp: "__k8s_01_vm_ip__"
-      vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
-      demoArtifactsVersion: "1.2.2"
-      scriptVersion: "1.2.1"
-      rancherIpAddress: "__rancher_ip_addr__"
-      config:
-        openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
-    so:
-      enabled: true
-      so-catalog-db-adapter:
-        config:
-          openStackUserName: "${OS_USERNAME}"
-          openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
-          openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
-    appc:
-      enabled: true
-      replicaCount: 1
-      config:
-        enableClustering: false
-    sdnc:
-      enabled: true
-      replicaCount: 1
-      config:
-        enableClustering: false
-    clamp:
-      enabled: false
-    pomba:
-      enabled: false
-    cli:
-      enabled: false
-    consul:
-      enabled: false
-    dcaegen2:
-      enabled: false
-    esr:
-      enabled: false
-    log:
-      enabled: false
-    mock:
-      enabled: false
-    mariadb-galera:
-      enabled: true
-    msb:
-      enabled: false
-    multicloud:
-      enabled: false
-    nbi:
-      enabled: false
-    oof:
-      enabled: false
-    policy:
-      enabled: false
-    uui:
-      enabled: false
-    vfc:
-      enabled: false
-    vnfsdk:
-      enabled: false
index af26bfe..55b39be 100644 (file)
@@ -71,21 +71,13 @@ parameters:
     type: string
     default: "18.09.5"
 
-  rancher_version:
-    type: string
-    default: "1.6.26"
-
-  rancher_agent_version:
-    type: string
-    default: "1.2.11"
-
   kubectl_version:
     type: string
-    default: "1.13.4"
+    default: "1.13.5"
 
   helm_version:
     type: string
-    default: "2.9.1"
+    default: "2.12.5"
 
   helm_deploy_delay:
     type: string
index 4654859..886e1be 100644 (file)
@@ -68,21 +68,13 @@ parameters:
     type: string
     default: "18.09.5"
 
-  rancher_version:
-    type: string
-    default: "1.6.26"
-
-  rancher_agent_version:
-    type: string
-    default: "1.2.11"
-
   kubectl_version:
     type: string
-    default: "1.13.4"
+    default: "1.13.5"
 
   helm_version:
     type: string
-    default: "2.9.1"
+    default: "2.12.5"
 
   helm_deploy_delay:
     type: string
index 42a8fe0..3314a07 100644 (file)
@@ -35,8 +35,6 @@ echo "__oom_gerrit_refspec__" > /opt/config/oom_gerrit_refspec.txt
 echo "__docker_manifest__" > /opt/config/docker_manifest.txt
 echo "__docker_proxy__" > /opt/config/docker_proxy.txt
 echo "__docker_version__" > /opt/config/docker_version.txt
-echo "__rancher_version__" > /opt/config/rancher_version.txt
-echo "__rancher_agent_version__" > /opt/config/rancher_agent_version.txt
 echo "__kubectl_version__" > /opt/config/kubectl_version.txt
 echo "__helm_version__" > /opt/config/helm_version.txt
 echo "__helm_deploy_delay__" > /opt/config/helm_deploy_delay.txt