diff options
author | andreasgeissler <andreas-geissler@telekom.de> | 2020-09-02 16:09:17 +0200 |
---|---|---|
committer | andreasgeissler <andreas-geissler@telekom.de> | 2020-09-03 14:42:39 +0200 |
commit | 27db04b176e4f9657603528c06e1febb04b5dd4d (patch) | |
tree | ec43572a2796f399e38a51cef34b6aa0a9e8f365 /templates/vnf-services/ubuntu16test-service.yaml | |
parent | 7664059073dd0691428864deb37c3861521e2cd8 (diff) |
Updated onboarding steps and customer creation and added HEAT files
Updated README to comply styleguide - hopefully now
Issue-ID: TEST-260
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I29b9709452ab7cccc1bca54e8e3f8a187c560d14
Diffstat (limited to 'templates/vnf-services/ubuntu16test-service.yaml')
-rw-r--r-- | templates/vnf-services/ubuntu16test-service.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vnf-services/ubuntu16test-service.yaml b/templates/vnf-services/ubuntu16test-service.yaml index bc09df8..c088313 100644 --- a/templates/vnf-services/ubuntu16test-service.yaml +++ b/templates/vnf-services/ubuntu16test-service.yaml @@ -5,7 +5,7 @@ ubuntu16test: subscription_type: "ubuntu16test" vnfs: - vnf_name: ubuntu16test - heat_files_to_upload: ubuntu16/ubuntu16.zip + heat_files_to_upload: templates/heat_files/ubuntu16/ubuntu16.zip vnf_parameters: [ {"name": "ubuntu16_image_name", "value": "ubuntu-16.04-daily" |