diff options
author | 2019-06-21 15:35:18 -0700 | |
---|---|---|
committer | 2019-06-21 22:54:41 +0000 | |
commit | d95bf2b91a8fc696fb3f002df589e90c460393df (patch) | |
tree | 8cde123f09cbe89a6d687782e91efd4b2db5ffe7 /deployment/heat/onap-rke/parts/onap-oom-1.yaml | |
parent | 6385045eff1596eb86a5d08c3746b2294f49928a (diff) |
Rename rancher VM to nfs
Issue-ID: INT-1117
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: I97b333d61c2f12036f5a2e864fab160eacfb8b69
Diffstat (limited to 'deployment/heat/onap-rke/parts/onap-oom-1.yaml')
-rw-r--r-- | deployment/heat/onap-rke/parts/onap-oom-1.yaml | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/deployment/heat/onap-rke/parts/onap-oom-1.yaml b/deployment/heat/onap-rke/parts/onap-oom-1.yaml index 0e0cb0fcd..d210f985d 100644 --- a/deployment/heat/onap-rke/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-rke/parts/onap-oom-1.yaml @@ -24,18 +24,14 @@ parameters: type: string description: Name of the Ubuntu 18.04 image - rancher_vm_flavor: + nfs_vm_flavor: type: string - description: VM flavor for Rancher + description: VM flavor for Nfs k8s_vm_flavor: type: string description: VM flavor for k8s hosts - etcd_vm_flavor: - type: string - description: VM flavor for etcd hosts - orch_vm_flavor: type: string description: VM flavor for orch hosts @@ -84,11 +80,6 @@ parameters: type: string default: "3m" - use_ramdisk: - type: string - description: Set to "true" if you want to use a RAM disk for /dockerdata-nfs/. - default: "false" - mtu: type: number default: 1500 @@ -191,7 +182,7 @@ resources: router_id: { get_resource: router } subnet_id: { get_resource: oam_ext_subnet } - rancher_private_port: + nfs_private_port: type: OS::Neutron::Port properties: network: { get_resource: oam_network } @@ -199,9 +190,8 @@ resources: security_groups: - { get_resource: onap_sg } - rancher_floating_ip: + nfs_floating_ip: type: OS::Neutron::FloatingIP properties: floating_network_id: { get_param: public_net_id } - port_id: { get_resource: rancher_private_port } - + port_id: { get_resource: nfs_private_port } |