diff options
Diffstat (limited to 'heat/ONAP/onap_openstack_float.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack_float.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/heat/ONAP/onap_openstack_float.yaml b/heat/ONAP/onap_openstack_float.yaml index 010d44cd..46c49033 100644 --- a/heat/ONAP/onap_openstack_float.yaml +++ b/heat/ONAP/onap_openstack_float.yaml @@ -374,6 +374,8 @@ parameters: type: string uui_docker: type: string + esr_docker: + type: string dgbuilder_docker: type: string cli_docker: @@ -1661,6 +1663,7 @@ resources: __mvim_docker__: { get_param: mvim_docker } __vfc_docker__: { get_param: vfc_docker } __uui_docker__: { get_param: uui_docker } + __esr_docker__: { get_param: esr_docker } __vnfsdk_repo__: { get_param: vnfsdk_repo } template: | #!/bin/bash @@ -1681,6 +1684,7 @@ resources: echo "__mvim_docker__" > /opt/config/mvim_docker.txt echo "__vfc_docker__" > /opt/config/vfc_docker.txt echo "__uui_docker__" > /opt/config/uui_docker.txt + echo "__esr_docker__" > /opt/config/esr_docker.txt echo "__vnfsdk_repo__" > /opt/config/vnfsdk_repo.txt # Create env file with the IP address of all ONAP components |