diff options
Diffstat (limited to 'heat/ONAP/onap_openstack.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack.yaml | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 1f4fb91c..7aba53ec 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -222,59 +222,59 @@ parameters: dcaeos_keystone_url: type: string - description: the keystone URL of the OpenStack instance where DACE is deployed + description: the keystone URL of the OpenStack instance where DCAE is deployed dcaeos_openstack_region: type: string - description: the region of the OpenStack instance where DACE is deployed + description: the region of the OpenStack instance where DCAE is deployed dcaeos_openstack_tenant_id: type: string - description: the keystone URL of the OpenStack instance where DACE is deployed + description: the keystone URL of the OpenStack instance where DCAE is deployed dcaeos_openstack_username: type: string - description: the username of the identity API of the OpenStack instance where DACE is deployed + description: the username of the identity API of the OpenStack instance where DCAE is deployed dcaeos_openstack_password: type: string - description: the password of the identity API of the OpenStack instance where DACE is deployed + description: the password of the identity API of the OpenStack instance where DCAE is deployed dcaeos_dcae_key_name: type: string - description: the key-pair name uploaded to the OpenStack instance where DACE is deployed + description: the key-pair name uploaded to the OpenStack instance where DCAE is deployed dcaeos_dcae_pub_key: type: string - description: the public key of the key-pair uploaded to the OpenStack instance where DACE is deployed + description: the public key of the key-pair uploaded to the OpenStack instance where DCAE is deployed dcaeos_private_key: type: string - description: the private key of the key-pair uploaded to the OpenStack instance where DACE is deployed + description: the private key of the key-pair uploaded to the OpenStack instance where DCAE is deployed dcaeos_openstack_private_network_name: type: string - description: the name/id of the network used as DCAE internal network in the OpenStack instance where DACE is deployed + description: the name/id of the network used as DCAE internal network in the OpenStack instance where DCAE is deployed dcaeos_public_net_id: type: string - description: the name/id of the network where DCAE gets floating IPs from in the OpenStack instance where DACE is deployed + description: the name/id of the network where DCAE gets floating IPs from in the OpenStack instance where DCAE is deployed dcaeos_ubuntu_1604_image: type: string - description: the name/id of the Ubuntu1604 VM image in the OpenStack instance where DACE is deployed + description: the name/id of the Ubuntu1604 VM image in the OpenStack instance where DCAE is deployed dcaeos_centos_7_image: type: string - description: the name/id of the CentOS7 VM image in the OpenStack instance where DACE is deployed + description: the name/id of the CentOS7 VM image in the OpenStack instance where DCAE is deployed dcaeos_security_group: type: string - description: the name/id of the security group to be used by DACE VMs in the OpenStack instance where DACE is deployed + description: the name/id of the security group to be used by DCAE VMs in the OpenStack instance where DCAE is deployed dcaeos_flavor_id: type: string - description: the name/id of the VM flavor to be used by DACE VMs in the OpenStack instance where DACE is deployed + description: the name/id of the VM flavor to be used by DCAE VMs in the OpenStack instance where DCAE is deployed # dcae_base_environment: # type: string @@ -1756,27 +1756,27 @@ resources: __sdc_ip_addr__: { get_param: sdc_ip_addr } # floating IPs __dns_floating_ip_addr__: { get_attr: [dns_floating_ip, floating_ip_address] } - __aai1_floating_ip_addr___: { get_attr: [aai1_floating_ip, floating_ip_address] } - __aai2_floating_ip_addr___: { get_attr: [aai2_floating_ip, floating_ip_address] } - __so_floating_ip_addr___: { get_attr: [so_floating_ip, floating_ip_address] } - __mrouter_floating_ip_addr___: { get_attr: [mrouter_floating_ip, floating_ip_address] } - __robot_floating_ip_addr___: { get_attr: [robot_floating_ip, floating_ip_address] } - __vid_floating_ip_addr___: { get_attr: [vid_floating_ip, floating_ip_address] } - __sdnc_floating_ip_addr___: { get_attr: [sdnc_floating_ip, floating_ip_address] } - __sdc_floating_ip_addr___: { get_attr: [sdc_floating_ip, floating_ip_address] } - __portal_floating_ip_addr___: { get_attr: [portal_floating_ip, floating_ip_address] } - __policy_floating_ip_addr___: { get_attr: [policy_floating_ip, floating_ip_address] } - __appc_floating_ip_addr___: { get_attr: [appc_floating_ip, floating_ip_address] } - __clamp_floating_ip_addr___: { get_attr: [clamp_floating_ip, floating_ip_address] } - __openo_floating_ip_addr___: { get_attr: [openo_floating_ip, floating_ip_address] } - __dcae_c_floating_ip_addr___: { get_attr: [dcae_c_floating_ip, floating_ip_address] } + __aai1_floating_ip_addr__: { get_attr: [aai1_floating_ip, floating_ip_address] } + __aai2_floating_ip_addr__: { get_attr: [aai2_floating_ip, floating_ip_address] } + __so_floating_ip_addr__: { get_attr: [so_floating_ip, floating_ip_address] } + __mrouter_floating_ip_addr__: { get_attr: [mrouter_floating_ip, floating_ip_address] } + __robot_floating_ip_addr__: { get_attr: [robot_floating_ip, floating_ip_address] } + __vid_floating_ip_addr__: { get_attr: [vid_floating_ip, floating_ip_address] } + __sdnc_floating_ip_addr__: { get_attr: [sdnc_floating_ip, floating_ip_address] } + __sdc_floating_ip_addr__: { get_attr: [sdc_floating_ip, floating_ip_address] } + __portal_floating_ip_addr__: { get_attr: [portal_floating_ip, floating_ip_address] } + __policy_floating_ip_addr__: { get_attr: [policy_floating_ip, floating_ip_address] } + __appc_floating_ip_addr__: { get_attr: [appc_floating_ip, floating_ip_address] } + __clamp_floating_ip_addr__: { get_attr: [clamp_floating_ip, floating_ip_address] } + __openo_floating_ip_addr__: { get_attr: [openo_floating_ip, floating_ip_address] } + __dcae_c_floating_ip_addr__: { get_attr: [dcae_c_floating_ip, floating_ip_address] } template: | #!/bin/bash # Create configuration files mkdir -p /opt/config - echo "__dcae_zone__" > /opt/config/dcae_zone.txt + echo "__rand_str__" > /opt/config/dcae_zone.txt echo "__rand_str__" > /opt/config/rand_str.txt # repo related echo "__docker_version__" > /opt/config/docker_version.txt |