diff options
author | Marco Platania <platania@research.att.com> | 2018-04-05 15:29:51 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-04-05 15:29:51 -0400 |
commit | b176d223dc4100e8189277b7eeb18811d51bddb5 (patch) | |
tree | 3dd34896f4072923aae5e13eba210e812d53fa37 /heat/ONAP/onap_openstack.yaml | |
parent | f629942716821374d8c7d17567a89ee3896770ad (diff) |
Fix issues in ONAP install scripts
- Rename container in AAI script
- Rename container in VID script
- Update VM flavor for OOF
- Update OOF install script
Change-Id: I5ea91b99e840c35cae8ad876c8b4f7d14ff50128
Issue-ID: INT-444
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/ONAP/onap_openstack.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index d9561625..98d850bb 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -1919,8 +1919,8 @@ resources: oof_vm: type: OS::Nova::Server properties: - image: { get_param: ubuntu_1404_image } - flavor: { get_param: flavor_medium } + image: { get_param: ubuntu_1604_image } + flavor: { get_param: flavor_large } name: str_replace: template: base-oof |