From 87ff9f85c1c270a9b8533918701fa920a181d750 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 16 Apr 2018 14:44:15 -0400 Subject: Update AAF installation with Heat Change-Id: I169e2b6530b5515879c6ebdcf6b1ebf2b3f83aa1 Issue-ID: INT-444 Signed-off-by: Marco Platania --- heat/ONAP/onap_openstack_light.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'heat/ONAP/onap_openstack_light.yaml') diff --git a/heat/ONAP/onap_openstack_light.yaml b/heat/ONAP/onap_openstack_light.yaml index 17266b25..79fffad9 100644 --- a/heat/ONAP/onap_openstack_light.yaml +++ b/heat/ONAP/onap_openstack_light.yaml @@ -294,6 +294,8 @@ parameters: type: string nbi_repo: type: string + aaf_repo: + type: string ################################ # # @@ -416,6 +418,8 @@ parameters: type: string nbi_branch: type: string + aaf_branch: + type: string ############# # # @@ -1985,7 +1989,7 @@ resources: aaf_vm: type: OS::Nova::Server properties: - image: { get_param: ubuntu_1404_image } + image: { get_param: ubuntu_1604_image } flavor: { get_param: flavor_medium } name: str_replace: -- cgit 1.2.3-korg