X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ffixtures%2Ftest_volume_module_naming%2Fpass%2Fmodule2_base.yaml;fp=ice_validator%2Ftests%2Ffixtures%2Ftest_volume_module_naming%2Fpass%2Fmodule2_base.yaml;h=1c80888392294969e396ceee0c643e1f7bd274ec;hb=1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1;hp=0000000000000000000000000000000000000000;hpb=ca9085f0f77d442d3741a8c754e65cc45b6a318d;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml new file mode 100644 index 0000000..1c80888 --- /dev/null +++ b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml @@ -0,0 +1,55 @@ +# -*- coding: utf8 -*- +# ============LICENSE_START======================================================= +# org.onap.vvp/validation-scripts +# =================================================================== +# Copyright © 2018 AT&T Intellectual Property. All rights reserved. +# =================================================================== +# +# Unless otherwise specified, all software contained herein is licensed +# under the Apache License, Version 2.0 (the "License"); +# you may not use this software except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +# +# Unless otherwise specified, all documentation contained herein is licensed +# under the Creative Commons License, Attribution 4.0 Intl. (the "License"); +# you may not use this documentation except in compliance with the License. +# You may obtain a copy of the License at +# +# https://creativecommons.org/licenses/by/4.0/ +# +# Unless required by applicable law or agreed to in writing, documentation +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ============LICENSE_END============================================ +resources: + + vm_type_volume_0: + type: OS::Cinder::Volume + + vm_type_volume_1: + type: OS::Cinder::Volume + + vm_type_volume_0_RSG: + type: OS::Heat::ResourceGroup + properties: + resource_def: + type: nested_volume1.yaml + + vm_type_volume_0_nested: + type: nested_volume2.yaml + + vmtype_server_0: + type: OS::Nova::Server \ No newline at end of file