e0b5ad8fa9
Currently we are using a lot of features from yaql 1.0.0 in core-library, but we still have old version of format. Increasing of it to 1.1 demonstrates that library package can be used only with Liberty+ versions of Murano Change-Id: Ic0d0175e857d29d862a80663f6518e108343142d
73 lines
3.0 KiB
YAML
73 lines
3.0 KiB
YAML
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file 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.
|
|
|
|
Format: 1.1
|
|
|
|
Type: Library
|
|
|
|
FullName: io.murano
|
|
|
|
Name: Core library
|
|
|
|
Description: |
|
|
Core MuranoPL library
|
|
|
|
Author: 'murano.io'
|
|
|
|
Tags: [MuranoPL]
|
|
|
|
Classes:
|
|
io.murano.Object: Object.yaml
|
|
io.murano.Environment: Environment.yaml
|
|
io.murano.Application: Application.yaml
|
|
io.murano.Exception: Exception.yaml
|
|
io.murano.StackTrace: StackTrace.yaml
|
|
io.murano.SharedIp: SharedIp.yaml
|
|
io.murano.File: File.yaml
|
|
|
|
|
|
io.murano.configuration.Linux: configuration/Linux.yaml
|
|
|
|
io.murano.resources.Network: resources/Network.yaml
|
|
io.murano.resources.Instance: resources/Instance.yaml
|
|
io.murano.resources.LinuxInstance: resources/LinuxInstance.yaml
|
|
io.murano.resources.LinuxMuranoInstance: resources/LinuxMuranoInstance.yaml
|
|
io.murano.resources.ConfLangInstance: resources/ConfLangInstance.yaml
|
|
io.murano.resources.HeatSWConfigInstance: resources/HeatSWConfigInstance.yaml
|
|
io.murano.resources.HeatSWConfigLinuxInstance: resources/HeatSWConfigLinuxInstance.yaml
|
|
io.murano.resources.LinuxUDInstance: resources/LinuxUDInstance.yaml
|
|
io.murano.resources.WindowsInstance: resources/WindowsInstance.yaml
|
|
io.murano.resources.NeutronNetworkBase: resources/NeutronNetworkBase.yaml
|
|
io.murano.resources.NeutronNetwork: resources/NeutronNetwork.yaml
|
|
io.murano.resources.ExistingNeutronNetwork: resources/ExistingNeutronNetwork.yaml
|
|
io.murano.resources.NovaNetwork: resources/NovaNetwork.yaml
|
|
io.murano.resources.Volume: resources/Volume.yaml
|
|
io.murano.resources.CinderVolume: resources/CinderVolume.yaml
|
|
io.murano.resources.ExistingCinderVolume: resources/ExistingCinderVolume.yaml
|
|
io.murano.resources.CinderVolumeBackup: resources/CinderVolumeBackup.yaml
|
|
io.murano.resources.CinderVolumeSnapshot: resources/CinderVolumeSnapshot.yaml
|
|
|
|
io.murano.system.Agent: system/Agent.yaml
|
|
io.murano.system.AgentListener: system/AgentListener.yaml
|
|
io.murano.system.HeatStack: system/HeatStack.yaml
|
|
io.murano.system.Resources: system/Resources.yaml
|
|
io.murano.system.InstanceNotifier: system/InstanceNotifier.yaml
|
|
io.murano.system.Logger: system/Logger.yaml
|
|
io.murano.system.StatusReporter: system/StatusReporter.yaml
|
|
io.murano.system.NetworkExplorer: system/NetworkExplorer.yaml
|
|
io.murano.system.SecurityGroupManager: system/SecurityGroupManager.yaml
|
|
io.murano.system.NeutronSecurityGroupManager: system/NeutronSecurityGroupManager.yaml
|
|
io.murano.system.AwsSecurityGroupManager: system/AwsSecurityGroupManager.yaml
|
|
io.murano.system.MistralClient: system/MistralClient.yaml
|
|
|
|
io.murano.test.TestFixture: test/TestFixture.yaml
|