upload openstack queens conf
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
This directory contains predefined namespaces for Glance Metadata Definitions
|
||||
Catalog. Files from this directory can be loaded into the database using
|
||||
db_load_metadefs command for glance-manage. Similarly you can unload the
|
||||
definitions using db_unload_metadefs command.
|
||||
+154
@@ -0,0 +1,154 @@
|
||||
{
|
||||
"namespace": "CIM::ProcessorAllocationSettingData",
|
||||
"display_name": "CIM Processor Allocation Setting",
|
||||
"description": "Properties related to the resource allocation settings of a processor (CPU) from Common Information Model (CIM) schema (http://www.dmtf.org/standards/cim). These are properties that identify processor setting data and may be specified to volume, image, host aggregate, flavor and Nova server as scheduler hint. For each property details, please refer to http://schemas.dmtf.org/wbem/cim-html/2/CIM_ProcessorAllocationSettingData.html.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"prefix": "CIM_PASD_",
|
||||
"properties_target": "image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Glance::Image",
|
||||
"prefix": "CIM_PASD_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Aggregate",
|
||||
"prefix": "CIM_PASD_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "CIM_PASD_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Server",
|
||||
"properties_target": "scheduler_hint"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"InstructionSet": {
|
||||
"title": "Instruction Set",
|
||||
"description": "Identifies the instruction set of the processor within a processor architecture.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"x86:i386",
|
||||
"x86:i486",
|
||||
"x86:i586",
|
||||
"x86:i686",
|
||||
"x86:64",
|
||||
"IA-64:IA-64",
|
||||
"AS/400:TIMI",
|
||||
"Power:Power_2.03",
|
||||
"Power:Power_2.04",
|
||||
"Power:Power_2.05",
|
||||
"Power:Power_2.06",
|
||||
"S/390:ESA/390",
|
||||
"S/390:z/Architecture",
|
||||
"S/390:z/Architecture_2",
|
||||
"PA-RISC:PA-RISC_1.0",
|
||||
"PA-RISC:PA-RISC_2.0",
|
||||
"ARM:A32",
|
||||
"ARM:A64",
|
||||
"MIPS:MIPS_I",
|
||||
"MIPS:MIPS_II",
|
||||
"MIPS:MIPS_III",
|
||||
"MIPS:MIPS_IV",
|
||||
"MIPS:MIPS_V",
|
||||
"MIPS:MIPS32",
|
||||
"MIPS64:MIPS64",
|
||||
"Alpha:Alpha",
|
||||
"SPARC:SPARC_V7",
|
||||
"SPARC:SPARC_V8",
|
||||
"SPARC:SPARC_V9",
|
||||
"SPARC:SPARC_JPS1",
|
||||
"SPARC:UltraSPARC2005",
|
||||
"SPARC:UltraSPARC2007",
|
||||
"68k:68000",
|
||||
"68k:68010",
|
||||
"68k:68020",
|
||||
"68k:68030",
|
||||
"68k:68040",
|
||||
"68k:68060"
|
||||
]
|
||||
},
|
||||
"ProcessorArchitecture": {
|
||||
"title": "Processor Architecture",
|
||||
"description": "Identifies the processor architecture of the processor.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"x86",
|
||||
"IA-64",
|
||||
"AS/400",
|
||||
"Power",
|
||||
"S/390",
|
||||
"PA-RISC",
|
||||
"ARM",
|
||||
"MIPS",
|
||||
"Alpha",
|
||||
"SPARC",
|
||||
"68k"
|
||||
]
|
||||
},
|
||||
"InstructionSetExtensionName": {
|
||||
"title": "Instruction Set Extension",
|
||||
"description": "Identifies the instruction set extensions of the processor within a processor architecture.",
|
||||
"operators": ["<or>", "<all-in>"],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"x86:3DNow",
|
||||
"x86:3DNowExt",
|
||||
"x86:ABM",
|
||||
"x86:AES",
|
||||
"x86:AVX",
|
||||
"x86:AVX2",
|
||||
"x86:BMI",
|
||||
"x86:CX16",
|
||||
"x86:F16C",
|
||||
"x86:FSGSBASE",
|
||||
"x86:LWP",
|
||||
"x86:MMX",
|
||||
"x86:PCLMUL",
|
||||
"x86:RDRND",
|
||||
"x86:SSE2",
|
||||
"x86:SSE3",
|
||||
"x86:SSSE3",
|
||||
"x86:SSE4A",
|
||||
"x86:SSE41",
|
||||
"x86:SSE42",
|
||||
"x86:FMA3",
|
||||
"x86:FMA4",
|
||||
"x86:XOP",
|
||||
"x86:TBM",
|
||||
"x86:VT-d",
|
||||
"x86:VT-x",
|
||||
"x86:EPT",
|
||||
"x86:SVM",
|
||||
"PA-RISC:MAX",
|
||||
"PA-RISC:MAX2",
|
||||
"ARM:DSP",
|
||||
"ARM:Jazelle-DBX",
|
||||
"ARM:Thumb",
|
||||
"ARM:Thumb-2",
|
||||
"ARM:ThumbEE)",
|
||||
"ARM:VFP",
|
||||
"ARM:NEON",
|
||||
"ARM:TrustZone",
|
||||
"MIPS:MDMX",
|
||||
"MIPS:MIPS-3D",
|
||||
"Alpha:BWX",
|
||||
"Alpha:FIX",
|
||||
"Alpha:CIX",
|
||||
"Alpha:MVI"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
|
||||
+178
@@ -0,0 +1,178 @@
|
||||
{
|
||||
"namespace": "CIM::ResourceAllocationSettingData",
|
||||
"display_name": "CIM Resource Allocation Setting Data",
|
||||
"description": "Properties from Common Information Model (CIM) schema (http://www.dmtf.org/standards/cim) that represent settings specifically related to an allocated resource that are outside the scope of the CIM class typically used to represent the resource itself. These properties may be specified to volume, host aggregate and flavor. For each property details, please refer to http://schemas.dmtf.org/wbem/cim-html/2/CIM_ResourceAllocationSettingData.html.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"prefix": "CIM_RASD_",
|
||||
"properties_target": "image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Aggregate",
|
||||
"prefix": "CIM_RASD_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "CIM_RASD_"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"Address": {
|
||||
"title": "Address",
|
||||
"description": "The address of the resource.",
|
||||
"type": "string"
|
||||
},
|
||||
"AddressOnParent": {
|
||||
"title": "Address On Parent",
|
||||
"description": "Describes the address of this resource in the context of the Parent.",
|
||||
"type": "string"
|
||||
},
|
||||
"AllocationUnits": {
|
||||
"title": "Allocation Units",
|
||||
"description": "This property specifies the units of allocation used by the Reservation and Limit properties.",
|
||||
"type": "string"
|
||||
},
|
||||
"AutomaticAllocation": {
|
||||
"title": "Automatic Allocation",
|
||||
"description": "This property specifies if the resource will be automatically allocated.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"AutomaticDeallocation": {
|
||||
"title": "Automatic Deallocation",
|
||||
"description": "This property specifies if the resource will be automatically de-allocated.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"ConsumerVisibility": {
|
||||
"title": "Consumer Visibility",
|
||||
"description": "Describes the consumers visibility to the allocated resource.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Unknown",
|
||||
"Passed-Through",
|
||||
"Virtualized",
|
||||
"Not represented",
|
||||
"DMTF reserved",
|
||||
"Vendor Reserved"
|
||||
]
|
||||
},
|
||||
"Limit": {
|
||||
"title": "Limit",
|
||||
"description": "This property specifies the upper bound, or maximum amount of resource that will be granted for this allocation.",
|
||||
"type": "string"
|
||||
},
|
||||
"MappingBehavior": {
|
||||
"title": "Mapping Behavior",
|
||||
"description": "Specifies how this resource maps to underlying resources. If the HostResource array contains any entries, this property reflects how the resource maps to those specific resources.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Unknown",
|
||||
"Not Supported",
|
||||
"Dedicated",
|
||||
"Soft Affinity",
|
||||
"Hard Affinity",
|
||||
"DMTF Reserved",
|
||||
"Vendor Reserved"
|
||||
]
|
||||
},
|
||||
"OtherResourceType": {
|
||||
"title": "Other Resource Type",
|
||||
"description": "A string that describes the resource type when a well defined value is not available and ResourceType has the value 'Other'.",
|
||||
"type": "string"
|
||||
},
|
||||
"Parent": {
|
||||
"title": "Parent",
|
||||
"description": "The Parent of the resource.",
|
||||
"type": "string"
|
||||
},
|
||||
"PoolID": {
|
||||
"title": "Pool ID",
|
||||
"description": "This property specifies which ResourcePool the resource is currently allocated from, or which ResourcePool the resource will be allocated from when the allocation occurs.",
|
||||
"type": "string"
|
||||
},
|
||||
"Reservation": {
|
||||
"title": "Reservation",
|
||||
"description": "This property specifies the amount of resource guaranteed to be available for this allocation.",
|
||||
"type": "string"
|
||||
},
|
||||
"ResourceSubType": {
|
||||
"title": "Resource Sub Type",
|
||||
"description": "A string describing an implementation specific sub-type for this resource.",
|
||||
"type": "string"
|
||||
},
|
||||
"ResourceType": {
|
||||
"title": "Resource Type",
|
||||
"description": "The type of resource this allocation setting represents.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Other",
|
||||
"Computer System",
|
||||
"Processor",
|
||||
"Memory",
|
||||
"IDE Controller",
|
||||
"Parallel SCSI HBA",
|
||||
"FC HBA",
|
||||
"iSCSI HBA",
|
||||
"IB HCA",
|
||||
"Ethernet Adapter",
|
||||
"Other Network Adapter",
|
||||
"I/O Slot",
|
||||
"I/O Device",
|
||||
"Floppy Drive",
|
||||
"CD Drive",
|
||||
"DVD drive",
|
||||
"Disk Drive",
|
||||
"Tape Drive",
|
||||
"Storage Extent",
|
||||
"Other storage device",
|
||||
"Serial port",
|
||||
"Parallel port",
|
||||
"USB Controller",
|
||||
"Graphics controller",
|
||||
"IEEE 1394 Controller",
|
||||
"Partitionable Unit",
|
||||
"Base Partitionable Unit",
|
||||
"Power",
|
||||
"Cooling Capacity",
|
||||
"Ethernet Switch Port",
|
||||
"Logical Disk",
|
||||
"Storage Volume",
|
||||
"Ethernet Connection",
|
||||
"DMTF reserved",
|
||||
"Vendor Reserved"
|
||||
]
|
||||
},
|
||||
"VirtualQuantity": {
|
||||
"title": "Virtual Quantity",
|
||||
"description": "This property specifies the quantity of resources presented to the consumer.",
|
||||
"type": "string"
|
||||
},
|
||||
"VirtualQuantityUnits": {
|
||||
"title": "Virtual Quantity Units",
|
||||
"description": "This property specifies the units used by the VirtualQuantity property.",
|
||||
"type": "string"
|
||||
},
|
||||
"Weight": {
|
||||
"title": "Weight",
|
||||
"description": "This property specifies a relative priority for this allocation in relation to other allocations from the same ResourcePool.",
|
||||
"type": "string"
|
||||
},
|
||||
"Connection": {
|
||||
"title": "Connection",
|
||||
"description": "The thing to which this resource is connected.",
|
||||
"type": "string"
|
||||
},
|
||||
"HostResource": {
|
||||
"title": "Host Resource",
|
||||
"description": "This property exposes specific assignment of resources.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
|
||||
+122
@@ -0,0 +1,122 @@
|
||||
{
|
||||
"namespace": "CIM::StorageAllocationSettingData",
|
||||
"display_name": "CIM Storage Allocation Setting Data",
|
||||
"description": "Properties related to the allocation of virtual storage from Common Information Model (CIM) schema (http://www.dmtf.org/standards/cim). These properties may be specified to volume, host aggregate and flavor. For each property details, please refer to http://schemas.dmtf.org/wbem/cim-html/2/CIM_StorageAllocationSettingData.html.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"prefix": "CIM_SASD_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Aggregate",
|
||||
"prefix": "CIM_SASD_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "CIM_SASD_"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"Access": {
|
||||
"title": "Access",
|
||||
"description": "Access describes whether the allocated storage extent is 1 (readable), 2 (writeable), or 3 (both).",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Unknown",
|
||||
"Readable",
|
||||
"Writeable",
|
||||
"Read/Write Supported",
|
||||
"DMTF Reserved"
|
||||
]
|
||||
},
|
||||
"HostExtentName": {
|
||||
"title": "Host Extent Name",
|
||||
"description": "A unique identifier for the host extent.",
|
||||
"type": "string"
|
||||
},
|
||||
"HostExtentNameFormat": {
|
||||
"title": "Host Extent Name Format",
|
||||
"description": "The HostExtentNameFormat property identifies the format that is used for the value of the HostExtentName property.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Unknown",
|
||||
"Other",
|
||||
"SNVM",
|
||||
"NAA",
|
||||
"EUI64",
|
||||
"T10VID",
|
||||
"OS Device Name",
|
||||
"DMTF Reserved"
|
||||
]
|
||||
},
|
||||
"HostExtentNameNamespace": {
|
||||
"title": "Host Extent Name Namespace",
|
||||
"description": "If the host extent is a SCSI volume, then the preferred source for SCSI volume names is SCSI VPD Page 83 responses.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Unknown",
|
||||
"Other",
|
||||
"VPD83Type3",
|
||||
"VPD83Type2",
|
||||
"VPD83Type1",
|
||||
"VPD80",
|
||||
"NodeWWN",
|
||||
"SNVM",
|
||||
"OS Device Namespace",
|
||||
"DMTF Reserved"
|
||||
]
|
||||
},
|
||||
"HostExtentStartingAddress": {
|
||||
"title": "Host Extent Starting Address",
|
||||
"description": "The HostExtentStartingAddress property identifies the starting address on the host storage extent identified by the value of the HostExtentName property that is used for the allocation of the virtual storage extent.",
|
||||
"type": "string"
|
||||
},
|
||||
"HostResourceBlockSize": {
|
||||
"title": "Host Resource Block Size",
|
||||
"description": "Size in bytes of the blocks that are allocated at the host as the result of this storage resource allocation or storage resource allocation request.",
|
||||
"type": "string"
|
||||
},
|
||||
"Limit": {
|
||||
"title": "Limit",
|
||||
"description": "The maximum amount of blocks that will be granted for this storage resource allocation at the host.",
|
||||
"type": "string"
|
||||
},
|
||||
"OtherHostExtentNameFormat": {
|
||||
"title": "Other Host Extent Name Format",
|
||||
"description": "A string describing the format of the HostExtentName property if the value of the HostExtentNameFormat property is 1 (Other).",
|
||||
"type": "string"
|
||||
},
|
||||
"OtherHostExtentNameNamespace": {
|
||||
"title": "Other Host Extent Name Namespace",
|
||||
"description": "A string describing the namespace of the HostExtentName property if the value of the HostExtentNameNamespace matches 1 (Other).",
|
||||
"type": "string"
|
||||
},
|
||||
"Reservation": {
|
||||
"title": "Reservation",
|
||||
"description": "The amount of blocks that are guaranteed to be available for this storage resource allocation at the host.",
|
||||
"type": "string"
|
||||
},
|
||||
"VirtualQuantity": {
|
||||
"title": "Virtual Quantity",
|
||||
"description": "Number of blocks that are presented to the consumer.",
|
||||
"type": "string"
|
||||
},
|
||||
"VirtualQuantityUnits": {
|
||||
"title": "Virtual Quantity Units",
|
||||
"description": "This property specifies the units used by the VirtualQuantity property.",
|
||||
"type": "string"
|
||||
},
|
||||
"VirtualResourceBlockSize": {
|
||||
"title": "Virtual Resource Block Size",
|
||||
"description": "Size in bytes of the blocks that are presented to the consumer as the result of this storage resource allocation or storage resource allocation request.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
|
||||
+127
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"namespace": "CIM::VirtualSystemSettingData",
|
||||
"display_name": "CIM Virtual System Setting Data",
|
||||
"description": "A set of virtualization specific properties from Common Information Model (CIM) schema (http://www.dmtf.org/standards/cim), which define the virtual aspects of a virtual system. These properties may be specified to host aggregate and flavor. For each property details, please refer to http://schemas.dmtf.org/wbem/cim-html/2/CIM_VirtualSystemSettingData.html.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Aggregate",
|
||||
"prefix": "CIM_VSSD_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "CIM_VSSD_"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"AutomaticRecoveryAction": {
|
||||
"title": "Automatic Recovery Action",
|
||||
"description": "Action to take for the virtual system when the software executed by the virtual system fails.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"None",
|
||||
"Restart",
|
||||
"Revert to snapshot",
|
||||
"DMTF Reserved"
|
||||
]
|
||||
},
|
||||
"AutomaticShutdownAction": {
|
||||
"title": "Automatic Shutdown Action",
|
||||
"description": "Action to take for the virtual system when the host is shut down.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Turn Off",
|
||||
"Save state",
|
||||
"Shutdown",
|
||||
"DMTF Reserved"
|
||||
]
|
||||
},
|
||||
"AutomaticStartupAction": {
|
||||
"title": "Automatic Startup Action",
|
||||
"description": "Action to take for the virtual system when the host is started.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"None",
|
||||
"Restart if previously active",
|
||||
"Always startup",
|
||||
"DMTF Reserved"
|
||||
]
|
||||
},
|
||||
"AutomaticStartupActionDelay": {
|
||||
"title": "Automatic Startup Action Delay",
|
||||
"description": "Delay applicable to startup action.",
|
||||
"type": "string"
|
||||
},
|
||||
"AutomaticStartupActionSequenceNumber": {
|
||||
"title": "Automatic Startup Action Sequence Number",
|
||||
"description": "Number indicating the relative sequence of virtual system activation when the host system is started.",
|
||||
"type": "string"
|
||||
},
|
||||
"ConfigurationDataRoot": {
|
||||
"title": "Configuration Data Root",
|
||||
"description": "Filepath of a directory where information about the virtual system configuration is stored.",
|
||||
"type": "string"
|
||||
},
|
||||
"ConfigurationFile": {
|
||||
"title": "Configuration File",
|
||||
"description": "Filepath of a file where information about the virtual system configuration is stored.",
|
||||
"type": "string"
|
||||
},
|
||||
"ConfigurationID": {
|
||||
"title": "Configuration ID",
|
||||
"description": "Unique id of the virtual system configuration.",
|
||||
"type": "string"
|
||||
},
|
||||
"CreationTime": {
|
||||
"title": "Creation Time",
|
||||
"description": "Time when the virtual system configuration was created.",
|
||||
"type": "string"
|
||||
},
|
||||
"LogDataRoot": {
|
||||
"title": "Log Data Root",
|
||||
"description": "Filepath of a directory where log information about the virtual system is stored.",
|
||||
"type": "string"
|
||||
},
|
||||
"RecoveryFile": {
|
||||
"title": "Recovery File",
|
||||
"description": "Filepath of a file where recovery relateded information of the virtual system is stored.",
|
||||
"type": "string"
|
||||
},
|
||||
"SnapshotDataRoot": {
|
||||
"title": "Snapshot Data Root",
|
||||
"description": "Filepath of a directory where information about virtual system snapshots is stored.",
|
||||
"type": "string"
|
||||
},
|
||||
"SuspendDataRoot": {
|
||||
"title": "Suspend Data Root",
|
||||
"description": "Filepath of a directory where suspend related information about the virtual system is stored.",
|
||||
"type": "string"
|
||||
},
|
||||
"SwapFileDataRoot": {
|
||||
"title": "Swap File Data Root",
|
||||
"description": "Filepath of a directory where swapfiles of the virtual system are stored.",
|
||||
"type": "string"
|
||||
},
|
||||
"VirtualSystemIdentifier": {
|
||||
"title": "Virtual System Identifier",
|
||||
"description": "VirtualSystemIdentifier shall reflect a unique name for the system as it is used within the virtualization platform.",
|
||||
"type": "string"
|
||||
},
|
||||
"VirtualSystemType": {
|
||||
"title": "Virtual System Type",
|
||||
"description": "VirtualSystemType shall reflect a particular type of virtual system.",
|
||||
"type": "string"
|
||||
},
|
||||
"Notes": {
|
||||
"title": "Notes",
|
||||
"description": "End-user supplied notes that are related to the virtual system.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"namespace": "OS::Compute::AggregateDiskFilter",
|
||||
"display_name": "Disk Allocation per Host",
|
||||
"description": "Properties related to the Nova scheduler filter AggregateDiskFilter. Filters aggregate hosts based on the available disk space compared to the requested disk space. Hosts in the aggregate with not enough usable disk will be filtered out. The filter must be enabled in the Nova scheduler to use these properties.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Aggregate"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"disk_allocation_ratio": {
|
||||
"title": "Disk Subscription Ratio",
|
||||
"description": "Allows the host to be under and over subscribed for the amount of disk space requested for an instance. A ratio greater than 1.0 allows for over subscription (hosts may have less usable disk space than requested). A ratio less than 1.0 allows for under subscription.",
|
||||
"type": "number",
|
||||
"readonly": false
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"namespace": "OS::Compute::AggregateIoOpsFilter",
|
||||
"display_name": "IO Ops per Host",
|
||||
"description": "Properties related to the Nova scheduler filter AggregateIoOpsFilter. Filters aggregate hosts based on the number of instances currently changing state. Hosts in the aggregate with too many instances changing state will be filtered out. The filter must be enabled in the Nova scheduler to use these properties.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Aggregate"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"max_io_ops_per_host": {
|
||||
"title": "Maximum IO Operations per Host",
|
||||
"description": "Prevents hosts in the aggregate that have this many or more instances currently in build, resize, snapshot, migrate, rescue or unshelve to be scheduled for new instances.",
|
||||
"type": "integer",
|
||||
"readonly": false,
|
||||
"default": 8,
|
||||
"minimum": 1
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"namespace": "OS::Compute::AggregateNumInstancesFilter",
|
||||
"display_name": "Instances per Host",
|
||||
"description": "Properties related to the Nova scheduler filter AggregateNumInstancesFilter. Filters aggregate hosts by the number of running instances on it. Hosts in the aggregate with too many instances will be filtered out. The filter must be enabled in the Nova scheduler to use these properties.", "visibility": "public",
|
||||
"protected": false,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Aggregate"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"max_instances_per_host": {
|
||||
"title": "Max Instances Per Host",
|
||||
"description": "Maximum number of instances allowed to run on a host in the aggregate.",
|
||||
"type": "integer",
|
||||
"readonly": false,
|
||||
"minimum": 0
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"namespace": "OS::Compute::CPUPinning",
|
||||
"display_name": "CPU Pinning",
|
||||
"description": "This provides the preferred CPU pinning and CPU thread pinning policy to be used when pinning vCPU of the guest to pCPU of the host. See http://docs.openstack.org/admin-guide/compute-numa-cpu-pinning.html",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image",
|
||||
"prefix": "hw_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"prefix": "hw_",
|
||||
"properties_target": "image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "hw:"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"cpu_policy": {
|
||||
"title": "CPU Pinning policy",
|
||||
"description": "Type of CPU pinning policy.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"shared",
|
||||
"dedicated"
|
||||
]
|
||||
},
|
||||
"cpu_thread_policy": {
|
||||
"title": "CPU Thread Pinning Policy.",
|
||||
"description": "Type of CPU thread pinning policy.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"isolate",
|
||||
"prefer",
|
||||
"require"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"namespace": "OS::Compute::GuestMemoryBacking",
|
||||
"display_name": "Guest Memory Backing",
|
||||
"description": "This provides the preferred backing option for guest RAM. Guest's memory can be backed by hugepages to limit TLB lookups. See also: https://wiki.openstack.org/wiki/VirtDriverGuestCPUMemoryPlacement",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "hw:"
|
||||
},
|
||||
{
|
||||
"name": "OS::Glance::Image",
|
||||
"prefix": "hw_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"prefix": "hw_",
|
||||
"properties_target": "image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"mem_page_size": {
|
||||
"title": "Size of memory page",
|
||||
"description": "Page size to be used for Guest memory backing. Value can be specified as <number><unit> (i.e.: 2MB, 1GB) or 'any', 'small', 'large'. If this property is set in Image metadata then only 'any' and 'large' values are accepted in Flavor metadata by Nova API.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"namespace": "OS::Compute::GuestShutdownBehavior",
|
||||
"display_name": "Shutdown Behavior",
|
||||
"description": "These properties allow modifying the shutdown behavior for stop, rescue, resize, and shelve operations.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"os_shutdown_timeout": {
|
||||
"title": "Shutdown timeout",
|
||||
"description": "By default, guests will be given 60 seconds to perform a graceful shutdown. After that, the VM is powered off. This property allows overriding the amount of time (unit: seconds) to allow a guest OS to cleanly shut down before power off. A value of 0 (zero) means the guest will be powered off immediately with no opportunity for guest OS clean-up.",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,293 @@
|
||||
{
|
||||
"namespace": "OS::Compute::HostCapabilities",
|
||||
"display_name": "Compute Host Capabilities",
|
||||
"description": "Hardware capabilities provided by the compute host. This provides the ability to fine tune the hardware specification required when an instance is requested. The ComputeCapabilitiesFilter should be enabled in the Nova scheduler to use these properties. When enabled, this filter checks that the capabilities provided by the compute host satisfy any extra specifications requested. Only hosts that can provide the requested capabilities will be eligible for hosting the instance.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "capabilities:"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Aggregate",
|
||||
"prefix": "aggregate_instance_extra_specs:"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"cpu_info:vendor": {
|
||||
"title": "Vendor",
|
||||
"description": "Specifies the CPU manufacturer.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Intel",
|
||||
"AMD"
|
||||
]
|
||||
},
|
||||
"cpu_info:model": {
|
||||
"title": "Model",
|
||||
"description": "Specifies the CPU model. Use this property to ensure that your vm runs on a a specific cpu model.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Conroe",
|
||||
"Core2Duo",
|
||||
"Penryn",
|
||||
"Nehalem",
|
||||
"Westmere",
|
||||
"SandyBridge",
|
||||
"IvyBridge",
|
||||
"Haswell",
|
||||
"Broadwell",
|
||||
"Delhi",
|
||||
"Seoul",
|
||||
"Abu Dhabi",
|
||||
"Interlagos",
|
||||
"Kabini",
|
||||
"Valencia",
|
||||
"Zurich",
|
||||
"Budapest",
|
||||
"Barcelona",
|
||||
"Suzuka",
|
||||
"Shanghai",
|
||||
"Istanbul",
|
||||
"Lisbon",
|
||||
"Magny-Cours",
|
||||
"Valencia",
|
||||
"Cortex-A57",
|
||||
"Cortex-A53",
|
||||
"Cortex-A12",
|
||||
"Cortex-A17",
|
||||
"Cortex-A15",
|
||||
"Coretx-A7",
|
||||
"X-Gene"
|
||||
]
|
||||
},
|
||||
"cpu_info:arch": {
|
||||
"title": "Architecture",
|
||||
"description": "Specifies the CPU architecture. Use this property to specify the architecture supported by the hypervisor.",
|
||||
"operators": ["<or>"],
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"x86",
|
||||
"x86_64",
|
||||
"i686",
|
||||
"ia64",
|
||||
"ARMv8-A",
|
||||
"ARMv7-A"
|
||||
]
|
||||
},
|
||||
"cpu_info:topology:cores": {
|
||||
"title": "cores",
|
||||
"description": "Number of cores.",
|
||||
"type": "integer",
|
||||
"readonly": false,
|
||||
"default": 1
|
||||
},
|
||||
"cpu_info:topology:threads": {
|
||||
"title": "threads",
|
||||
"description": "Number of threads.",
|
||||
"type": "integer",
|
||||
"readonly": false,
|
||||
"default": 1
|
||||
},
|
||||
"cpu_info:topology:sockets": {
|
||||
"title": "sockets",
|
||||
"description": "Number of sockets.",
|
||||
"type": "integer",
|
||||
"readonly": false,
|
||||
"default": 1
|
||||
},
|
||||
"cpu_info:features": {
|
||||
"title": "Features",
|
||||
"description": "Specifies CPU flags/features. Using this property you can specify the required set of instructions supported by a vm.",
|
||||
"operators": ["<or>", "<all-in>"],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"fpu",
|
||||
"vme",
|
||||
"de",
|
||||
"pse",
|
||||
"tsc",
|
||||
"msr",
|
||||
"pae",
|
||||
"mce",
|
||||
"cx8",
|
||||
"apic",
|
||||
"sep",
|
||||
"mtrr",
|
||||
"pge",
|
||||
"mca",
|
||||
"cmov",
|
||||
"pat",
|
||||
"pse36",
|
||||
"pn",
|
||||
"clflush",
|
||||
"dts",
|
||||
"acpi",
|
||||
"mmx",
|
||||
"fxsr",
|
||||
"sse",
|
||||
"sse2",
|
||||
"ss",
|
||||
"ht",
|
||||
"tm",
|
||||
"ia64",
|
||||
"pbe",
|
||||
"syscall",
|
||||
"mp",
|
||||
"nx",
|
||||
"mmxext",
|
||||
"fxsr_opt",
|
||||
"pdpe1gb",
|
||||
"rdtscp",
|
||||
"lm",
|
||||
"3dnowext",
|
||||
"3dnow",
|
||||
"arch_perfmon",
|
||||
"pebs",
|
||||
"bts",
|
||||
"rep_good",
|
||||
"nopl",
|
||||
"xtopology",
|
||||
"tsc_reliable",
|
||||
"nonstop_tsc",
|
||||
"extd_apicid",
|
||||
"amd_dcm",
|
||||
"aperfmperf",
|
||||
"eagerfpu",
|
||||
"nonstop_tsc_s3",
|
||||
"pni",
|
||||
"pclmulqdq",
|
||||
"dtes64",
|
||||
"monitor",
|
||||
"ds_cpl",
|
||||
"vmx",
|
||||
"smx",
|
||||
"est",
|
||||
"tm2",
|
||||
"ssse3",
|
||||
"cid",
|
||||
"fma",
|
||||
"cx16",
|
||||
"xtpr",
|
||||
"pdcm",
|
||||
"pcid",
|
||||
"dca",
|
||||
"sse4_1",
|
||||
"sse4_2",
|
||||
"x2apic",
|
||||
"movbe",
|
||||
"popcnt",
|
||||
"tsc_deadline_timer",
|
||||
"aes",
|
||||
"xsave",
|
||||
"avx",
|
||||
"f16c",
|
||||
"rdrand",
|
||||
"hypervisor",
|
||||
"rng",
|
||||
"rng_en",
|
||||
"ace",
|
||||
"ace_en",
|
||||
"ace2",
|
||||
"ace2_en",
|
||||
"phe",
|
||||
"phe_en",
|
||||
"pmm",
|
||||
"pmm_en",
|
||||
"lahf_lm",
|
||||
"cmp_legacy",
|
||||
"svm",
|
||||
"extapic",
|
||||
"cr8_legacy",
|
||||
"abm",
|
||||
"sse4a",
|
||||
"misalignsse",
|
||||
"3dnowprefetch",
|
||||
"osvw",
|
||||
"ibs",
|
||||
"xop",
|
||||
"skinit",
|
||||
"wdt",
|
||||
"lwp",
|
||||
"fma4",
|
||||
"tce",
|
||||
"nodeid_msr",
|
||||
"tbm",
|
||||
"topoext",
|
||||
"perfctr_core",
|
||||
"perfctr_nb",
|
||||
"bpext",
|
||||
"perfctr_l2",
|
||||
"mwaitx",
|
||||
"ida",
|
||||
"arat",
|
||||
"cpb",
|
||||
"epb",
|
||||
"pln",
|
||||
"pts",
|
||||
"dtherm",
|
||||
"hw_pstate",
|
||||
"proc_feedback",
|
||||
"hwp",
|
||||
"hwp_notify",
|
||||
"hwp_act_window",
|
||||
"hwp_epp",
|
||||
"hwp_pkg_req",
|
||||
"intel_pt",
|
||||
"tpr_shadow",
|
||||
"vnmi",
|
||||
"flexpriority",
|
||||
"ept",
|
||||
"vpid",
|
||||
"npt",
|
||||
"lbrv",
|
||||
"svm_lock",
|
||||
"nrip_save",
|
||||
"tsc_scale",
|
||||
"vmcb_clean",
|
||||
"flushbyasid",
|
||||
"decodeassists",
|
||||
"pausefilter",
|
||||
"pfthreshold",
|
||||
"vmmcall",
|
||||
"fsgsbase",
|
||||
"tsc_adjust",
|
||||
"bmi1",
|
||||
"hle",
|
||||
"avx2",
|
||||
"smep",
|
||||
"bmi2",
|
||||
"erms",
|
||||
"invpcid",
|
||||
"rtm",
|
||||
"cqm",
|
||||
"mpx",
|
||||
"avx512f",
|
||||
"rdseed",
|
||||
"adx",
|
||||
"smap",
|
||||
"pcommit",
|
||||
"clflushopt",
|
||||
"clwb",
|
||||
"avx512pf",
|
||||
"avx512er",
|
||||
"avx512cd",
|
||||
"sha_ni",
|
||||
"xsaveopt",
|
||||
"xsavec",
|
||||
"xgetbv1",
|
||||
"xsaves",
|
||||
"cqm_llc",
|
||||
"cqm_occup_llc",
|
||||
"clzero"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"namespace": "OS::Compute::Hypervisor",
|
||||
"display_name": "Hypervisor Selection",
|
||||
"description": "OpenStack Compute supports many hypervisors, although most installations use only one hypervisor. For installations with multiple supported hypervisors, you can schedule different hypervisors using the ImagePropertiesFilter. This filters compute nodes that satisfy any architecture, hypervisor type, or virtual machine mode properties specified on the instance's image properties.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"hypervisor_type": {
|
||||
"title": "Hypervisor Type",
|
||||
"description": "Hypervisor type required by the image. Used with the ImagePropertiesFilter. \n\n KVM - Kernel-based Virtual Machine. LXC - Linux Containers (through libvirt). QEMU - Quick EMUlator. UML - User Mode Linux. hyperv - Microsoft® hyperv. vmware - VMware® vsphere. Baremetal - physical provisioning. VZ - Virtuozzo OS Containers and Virtual Machines (through libvirt). For more information, see: http://docs.openstack.org/trunk/config-reference/content/section_compute-hypervisors.html",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"baremetal",
|
||||
"hyperv",
|
||||
"kvm",
|
||||
"lxc",
|
||||
"qemu",
|
||||
"uml",
|
||||
"vmware",
|
||||
"vz",
|
||||
"xen"
|
||||
]
|
||||
},
|
||||
"vm_mode": {
|
||||
"title": "VM Mode",
|
||||
"description": "The virtual machine mode. This represents the host/guest ABI (application binary interface) used for the virtual machine. Used with the ImagePropertiesFilter. \n\n hvm — Fully virtualized - This is the virtual machine mode (vm_mode) used by QEMU and KVM. \n\n xen - Xen 3.0 paravirtualized. \n\n uml — User Mode Linux paravirtualized. \n\n exe — Executables in containers. This is the mode used by LXC.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"hvm",
|
||||
"xen",
|
||||
"uml",
|
||||
"exe"
|
||||
]
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"namespace": "OS::Compute::InstanceData",
|
||||
"display_name": "Instance Config Data",
|
||||
"description": "Instances can perform self-configuration based on data made available to the running instance. These properties affect instance configuration.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"properties_target": "image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"img_config_drive": {
|
||||
"title": "Config Drive",
|
||||
"description": "This property specifies whether or not Nova should use a config drive when booting the image. Mandatory means that Nova will always use a config drive when booting the image. OpenStack can be configured to write metadata to a special configuration drive that will be attached to the instance when it boots. The instance can retrieve any information from the config drive. One use case for the config drive is to pass network configuration information to the instance. See also: http://docs.openstack.org/user-guide/cli_config_drive.html",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"optional",
|
||||
"mandatory"
|
||||
]
|
||||
},
|
||||
"os_require_quiesce": {
|
||||
"title": "Require Quiescent File system",
|
||||
"description": "This property specifies whether or not the filesystem must be quiesced during snapshot processing. For volume backed and image backed snapshots, yes means that snapshotting is aborted when quiescing fails, whereas, no means quiescing will be skipped and snapshot processing will continue after the quiesce failure.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"yes",
|
||||
"no"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"namespace": "OS::Compute::LibvirtImage",
|
||||
"display_name": "libvirt Driver Options for Images",
|
||||
"description": "The libvirt Compute Driver Options for Glance Images. \n\nThese are properties specific to compute drivers. For a list of all hypervisors, see here: https://wiki.openstack.org/wiki/HypervisorSupportMatrix.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"hw_disk_bus": {
|
||||
"title": "Disk Bus",
|
||||
"description": "Specifies the type of disk controller to attach disk devices to.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"scsi",
|
||||
"virtio",
|
||||
"uml",
|
||||
"xen",
|
||||
"ide",
|
||||
"usb",
|
||||
"fdc",
|
||||
"sata"
|
||||
]
|
||||
},
|
||||
"hw_rng_model": {
|
||||
"title": "Random Number Generator Device",
|
||||
"description": "Adds a random-number generator device to the image's instances. The cloud administrator can enable and control device behavior by configuring the instance's flavor. By default: The generator device is disabled. /dev/random is used as the default entropy source. To specify a physical HW RNG device, use the following option in the nova.conf file: rng_dev_path=/dev/hwrng",
|
||||
"type": "string",
|
||||
"default": "virtio"
|
||||
},
|
||||
"hw_machine_type": {
|
||||
"title": "Machine Type",
|
||||
"description": "Enables booting an ARM system using the specified machine type. By default, if an ARM image is used and its type is not specified, Compute uses vexpress-a15 (for ARMv7) or virt (for AArch64) machine types. Valid types can be viewed by using the virsh capabilities command (machine types are displayed in the machine tag).",
|
||||
"type": "string"
|
||||
},
|
||||
"hw_scsi_model": {
|
||||
"title": "SCSI Model",
|
||||
"description": "Enables the use of VirtIO SCSI (virtio-scsi) to provide block device access for compute instances; by default, instances use VirtIO Block (virtio-blk). VirtIO SCSI is a para-virtualized SCSI controller device that provides improved scalability and performance, and supports advanced SCSI hardware.",
|
||||
"type": "string",
|
||||
"default": "virtio-scsi"
|
||||
},
|
||||
"hw_video_model": {
|
||||
"title": "Video Model",
|
||||
"description": "The video image driver used.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"vga",
|
||||
"cirrus",
|
||||
"vmvga",
|
||||
"xen",
|
||||
"qxl"
|
||||
]
|
||||
},
|
||||
"hw_video_ram": {
|
||||
"title": "Max Video Ram",
|
||||
"description": "Maximum RAM (unit: MB) for the video image. Used only if a hw_video:ram_max_mb value has been set in the flavor's extra_specs and that value is higher than the value set in hw_video_ram.",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"os_command_line": {
|
||||
"title": "Kernel Command Line",
|
||||
"description": "The kernel command line to be used by the libvirt driver, instead of the default. For linux containers (LXC), the value is used as arguments for initialization. This key is valid only for Amazon kernel, ramdisk, or machine images (aki, ari, or ami).",
|
||||
"type": "string"
|
||||
},
|
||||
"hw_vif_model": {
|
||||
"title": "Virtual Network Interface",
|
||||
"description": "Specifies the model of virtual network interface device to use. The valid options depend on the hypervisor configuration. libvirt driver options: KVM and QEMU: e1000, ne2k_pci, pcnet, rtl8139, spapr-vlan, and virtio. Xen: e1000, netfront, ne2k_pci, pcnet, and rtl8139.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"e1000",
|
||||
"e1000e",
|
||||
"ne2k_pci",
|
||||
"netfront",
|
||||
"pcnet",
|
||||
"rtl8139",
|
||||
"spapr-vlan",
|
||||
"virtio"
|
||||
]
|
||||
},
|
||||
"hw_qemu_guest_agent": {
|
||||
"title": "QEMU Guest Agent",
|
||||
"description": "This is a background process which helps management applications execute guest OS level commands. For example, freezing and thawing filesystems, entering suspend. However, guest agent (GA) is not bullet proof, and hostile guest OS can send spurious replies.",
|
||||
"type": "string",
|
||||
"enum": ["yes", "no"]
|
||||
},
|
||||
"hw_pointer_model": {
|
||||
"title": "Pointer Model",
|
||||
"description": "Input devices allow interaction with a graphical framebuffer. For example to provide a graphic tablet for absolute cursor movement. Currently only supported by the KVM/QEMU hypervisor configuration and VNC or SPICE consoles must be enabled.",
|
||||
"type": "string",
|
||||
"enum": ["usbtablet"]
|
||||
},
|
||||
"img_hide_hypervisor_id": {
|
||||
"title": "Hide hypervisor id",
|
||||
"description": "Enables hiding the host hypervisor signature in the guest OS.",
|
||||
"type": "string",
|
||||
"enum": ["yes", "no"]
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"namespace": "OS::Compute::Libvirt",
|
||||
"display_name": "libvirt Driver Options",
|
||||
"description": "The libvirt compute driver options. \n\nThese are properties that affect the libvirt compute driver and may be specified on flavors and images. For a list of all hypervisors, see here: https://wiki.openstack.org/wiki/HypervisorSupportMatrix.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image",
|
||||
"prefix": "hw_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "hw:"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"serial_port_count": {
|
||||
"title": "Serial Port Count",
|
||||
"description": "Specifies the count of serial ports that should be provided. If hw:serial_port_count is not set in the flavor's extra_specs, then any count is permitted. If hw:serial_port_count is set, then this provides the default serial port count. It is permitted to override the default serial port count, but only with a lower value.",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"boot_menu": {
|
||||
"title": "Boot Menu",
|
||||
"description": "If true, enables the BIOS bootmenu. In cases where both the image metadata and Extra Spec are set, the Extra Spec setting is used. This allows for flexibility in setting/overriding the default behavior as needed.",
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"namespace": "OS::Compute::Quota",
|
||||
"display_name": "Flavor Quota",
|
||||
"description": "Compute drivers may enable quotas on CPUs available to a VM, disk tuning, bandwidth I/O, and instance VIF traffic control. See: http://docs.openstack.org/admin-guide/compute-flavors.html",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Flavor"
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"name": "CPU Limits",
|
||||
"description": "You can configure the CPU limits with control parameters.",
|
||||
"properties": {
|
||||
"quota:cpu_shares": {
|
||||
"title": "Quota: CPU Shares",
|
||||
"description": "Specifies the proportional weighted share for the domain. If this element is omitted, the service defaults to the OS provided defaults. There is no unit for the value; it is a relative measure based on the setting of other VMs. For example, a VM configured with value 2048 gets twice as much CPU time as a VM configured with value 1024.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:cpu_period": {
|
||||
"title": "Quota: CPU Period",
|
||||
"description": "Specifies the enforcement interval (unit: microseconds) for QEMU and LXC hypervisors. Within a period, each VCPU of the domain is not allowed to consume more than the quota worth of runtime. The value should be in range [1000, 1000000]. A period with value 0 means no value.",
|
||||
"type": "integer",
|
||||
"minimum": 1000,
|
||||
"maximum": 1000000
|
||||
},
|
||||
"quota:cpu_quota": {
|
||||
"title": "Quota: CPU Quota",
|
||||
"description": "Specifies the maximum allowed bandwidth (unit: microseconds). A domain with a negative-value quota indicates that the domain has infinite bandwidth, which means that it is not bandwidth controlled. The value should be in range [1000, 18446744073709551] or less than 0. A quota with value 0 means no value. You can use this feature to ensure that all vCPUs run at the same speed.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Disk QoS",
|
||||
"description": "Using disk I/O quotas, you can set maximum disk write to 10 MB per second for a VM user.",
|
||||
"properties": {
|
||||
"quota:disk_read_bytes_sec": {
|
||||
"title": "Quota: Disk read bytes / sec",
|
||||
"description": "Sets disk I/O quota for disk read bytes / sec.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:disk_read_iops_sec": {
|
||||
"title": "Quota: Disk read IOPS / sec",
|
||||
"description": "Sets disk I/O quota for disk read IOPS / sec.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:disk_write_bytes_sec": {
|
||||
"title": "Quota: Disk Write Bytes / sec",
|
||||
"description": "Sets disk I/O quota for disk write bytes / sec.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:disk_write_iops_sec": {
|
||||
"title": "Quota: Disk Write IOPS / sec",
|
||||
"description": "Sets disk I/O quota for disk write IOPS / sec.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:disk_total_bytes_sec": {
|
||||
"title": "Quota: Disk Total Bytes / sec",
|
||||
"description": "Sets disk I/O quota for total disk bytes / sec.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:disk_total_iops_sec": {
|
||||
"title": "Quota: Disk Total IOPS / sec",
|
||||
"description": "Sets disk I/O quota for disk total IOPS / sec.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Virtual Interface QoS",
|
||||
"description": "Bandwidth QoS tuning for instance virtual interfaces (VIFs) may be specified with these properties. Incoming and outgoing traffic can be shaped independently. If not specified, no quality of service (QoS) is applied on that traffic direction. So, if you want to shape only the network's incoming traffic, use inbound only (and vice versa). The OpenStack Networking service abstracts the physical implementation of the network, allowing plugins to configure and manage physical resources. Virtual Interfaces (VIF) in the logical model are analogous to physical network interface cards (NICs). VIFs are typically owned a managed by an external service; for instance when OpenStack Networking is used for building OpenStack networks, VIFs would be created, owned, and managed in Nova. VIFs are connected to OpenStack Networking networks via ports. A port is analogous to a port on a network switch, and it has an administrative state. When a VIF is attached to a port the OpenStack Networking API creates an attachment object, which specifies the fact that a VIF with a given identifier is plugged into the port.",
|
||||
"properties": {
|
||||
"quota:vif_inbound_average": {
|
||||
"title": "Quota: VIF Inbound Average",
|
||||
"description": "Network Virtual Interface (VIF) inbound average in kilobytes per second. Specifies average bit rate on the interface being shaped.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:vif_inbound_burst": {
|
||||
"title": "Quota: VIF Inbound Burst",
|
||||
"description": "Network Virtual Interface (VIF) inbound burst in total kilobytes. Specifies the amount of bytes that can be burst at peak speed.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:vif_inbound_peak": {
|
||||
"title": "Quota: VIF Inbound Peak",
|
||||
"description": "Network Virtual Interface (VIF) inbound peak in kilobytes per second. Specifies maximum rate at which an interface can receive data.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:vif_outbound_average": {
|
||||
"title": "Quota: VIF Outbound Average",
|
||||
"description": "Network Virtual Interface (VIF) outbound average in kilobytes per second. Specifies average bit rate on the interface being shaped.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:vif_outbound_burst": {
|
||||
"title": "Quota: VIF Outbound Burst",
|
||||
"description": "Network Virtual Interface (VIF) outbound burst in total kilobytes. Specifies the amount of bytes that can be burst at peak speed.",
|
||||
"type": "integer"
|
||||
},
|
||||
"quota:vif_outbound_peak": {
|
||||
"title": "Quota: VIF Outbound Peak",
|
||||
"description": "Network Virtual Interface (VIF) outbound peak in kilobytes per second. Specifies maximum rate at which an interface can send data.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"namespace": "OS::Compute::RandomNumberGenerator",
|
||||
"display_name": "Random Number Generator",
|
||||
"description": "If a random-number generator device has been added to the instance through its image properties, the device can be enabled and configured.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Flavor"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"hw_rng:allowed": {
|
||||
"title": "Random Number Generator Allowed",
|
||||
"description": "",
|
||||
"type": "boolean"
|
||||
},
|
||||
"hw_rng:rate_bytes": {
|
||||
"title": "Random number generator limits.",
|
||||
"description": "Allowed amount of bytes that the guest can read from the host's entropy per period.",
|
||||
"type": "integer"
|
||||
},
|
||||
"hw_rng:rate_period": {
|
||||
"title": "Random number generator read period.",
|
||||
"description": "Duration of the read period in seconds.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"namespace": "OS::Compute::Trust",
|
||||
"display_name": "Trusted Compute Pools (Intel® TXT)",
|
||||
"description": "Trusted compute pools with Intel® Trusted Execution Technology (Intel® TXT) support IT compliance by protecting virtualized data centers - private, public, and hybrid clouds against attacks toward hypervisor and BIOS, firmware, and other pre-launch software components. The Nova trust scheduling filter must be enabled and configured with the trust attestation service in order to use this feature.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Flavor"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"trust:trusted_host": {
|
||||
"title": "Intel® TXT attestation",
|
||||
"description": "Select to ensure that node has been attested by Intel® Trusted Execution Technology (Intel® TXT). The Nova trust scheduling filter must be enabled and configured with the trust attestation service in order to use this feature.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"trusted",
|
||||
"untrusted",
|
||||
"unknown"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"namespace": "OS::Compute::VirtCPUTopology",
|
||||
"display_name": "Virtual CPU Topology",
|
||||
"description": "This provides the preferred socket/core/thread counts for the virtual CPU instance exposed to guests. This enables the ability to avoid hitting limitations on vCPU topologies that OS vendors place on their products. See also: http://git.openstack.org/cgit/openstack/nova-specs/tree/specs/juno/virt-driver-vcpu-topology.rst",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image",
|
||||
"prefix": "hw_"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"prefix": "hw_",
|
||||
"properties_target": "image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Flavor",
|
||||
"prefix": "hw:"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"cpu_sockets": {
|
||||
"title": "vCPU Sockets",
|
||||
"description": "Preferred number of sockets to expose to the guest.",
|
||||
"type": "integer"
|
||||
},
|
||||
"cpu_cores": {
|
||||
"title": "vCPU Cores",
|
||||
"description": "Preferred number of cores to expose to the guest.",
|
||||
"type": "integer"
|
||||
},
|
||||
"cpu_threads": {
|
||||
"title": " vCPU Threads",
|
||||
"description": "Preferred number of threads to expose to the guest.",
|
||||
"type": "integer"
|
||||
},
|
||||
"cpu_maxsockets": {
|
||||
"title": "Max vCPU Sockets",
|
||||
"description": "Maximum number of sockets to expose to the guest.",
|
||||
"type": "integer"
|
||||
},
|
||||
"cpu_maxcores": {
|
||||
"title": "Max vCPU Cores",
|
||||
"description": "Maximum number of cores to expose to the guest.",
|
||||
"type": "integer"
|
||||
},
|
||||
"cpu_maxthreads": {
|
||||
"title": "Max vCPU Threads",
|
||||
"description": "Maximum number of threads to expose to the guest.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"namespace": "OS::Compute::VMwareFlavor",
|
||||
"display_name": "VMware Driver Options for Flavors",
|
||||
"description": "VMware Driver Options for Flavors may be used to customize and manage Nova Flavors. These are properties specific to VMWare compute drivers and will only have an effect if the VMWare compute driver is enabled in Nova. See: http://docs.openstack.org/admin-guide/compute-flavors.html",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Flavor"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"vmware:hw_version": {
|
||||
"title": "VMware Hardware Version",
|
||||
"description": "Specifies the hardware version VMware uses to create images. If the hardware version needs to be compatible with a cluster version, for backward compatibility or other circumstances, the vmware:hw_version key specifies a virtual machine hardware version. In the event that a cluster has mixed host version types, the key will enable the vCenter to place the cluster on the correct host.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"vmx-13",
|
||||
"vmx-11",
|
||||
"vmx-10",
|
||||
"vmx-09",
|
||||
"vmx-08",
|
||||
"vmx-07",
|
||||
"vmx-04",
|
||||
"vmx-03"
|
||||
]
|
||||
},
|
||||
"vmware:storage_policy": {
|
||||
"title": "VMware Storage Policy",
|
||||
"description": "Specifies the storage policy to be applied for newly created instance. If not provided, the default storage policy specified in config file will be used. If Storage Policy Based Management (SPBM) is not enabled in config file, this value won't be used.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"namespace": "OS::Compute::VMwareQuotaFlavor",
|
||||
"display_name": "VMware Quota for Flavors",
|
||||
"description": "The VMware compute driver allows various compute quotas to be specified on flavors. When specified, the VMWare driver will ensure that the quota is enforced. These are properties specific to VMWare compute drivers and will only have an effect if the VMWare compute driver is enabled in Nova. For a list of hypervisors, see: https://wiki.openstack.org/wiki/HypervisorSupportMatrix. For flavor customization, see: http://docs.openstack.org/admin-guide/compute-flavors.html",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Nova::Flavor"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"quota:cpu_limit": {
|
||||
"title": "Quota: CPU Limit",
|
||||
"description": "Specifies the upper limit for CPU allocation in MHz. This parameter ensures that a machine never uses more than the defined amount of CPU time. It can be used to enforce a limit on the machine's CPU performance. The value should be a numerical value in MHz. If zero is supplied then the cpu_limit is unlimited.",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"quota:cpu_reservation": {
|
||||
"title": "Quota: CPU Reservation Limit",
|
||||
"description": "Specifies the guaranteed minimum CPU reservation in MHz. This means that if needed, the machine will definitely get allocated the reserved amount of CPU cycles. The value should be a numerical value in MHz.",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,212 @@
|
||||
{
|
||||
"namespace": "OS::Compute::VMware",
|
||||
"display_name": "VMware Driver Options",
|
||||
"description": "The VMware compute driver options. \n\nThese are properties specific to VMWare compute drivers and will only have an effect if the VMWare compute driver is enabled in Nova. For a list of all hypervisors, see here: https://wiki.openstack.org/wiki/HypervisorSupportMatrix.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"img_linked_clone":{
|
||||
"title": "Linked Clone",
|
||||
"description": "By default, the VMware compute driver creates linked clones when possible (though this can be turned off by the operator). You can use this image property on a per-image basis to control whether virtual machines booted from the image are treated as full clones (value: false) or linked clones (value: true). Please refer to VMware documentation for information about full vs. linked clones.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"vmware_adaptertype": {
|
||||
"title": "Disk Adapter Type",
|
||||
"description": "The virtual SCSI or IDE controller used by the hypervisor.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"lsiLogic",
|
||||
"lsiLogicsas",
|
||||
"paraVirtual",
|
||||
"busLogic",
|
||||
"ide"
|
||||
],
|
||||
"default" : "lsiLogic"
|
||||
},
|
||||
"vmware_disktype": {
|
||||
"title": "Disk Provisioning Type",
|
||||
"description": "When performing operations such as creating a virtual disk, cloning, or migrating, the disk provisioning type may be specified. Please refer to VMware documentation for more.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"streamOptimized",
|
||||
"sparse",
|
||||
"preallocated"
|
||||
],
|
||||
"default" : "preallocated"
|
||||
},
|
||||
"vmware_ostype": {
|
||||
"title": "OS Type",
|
||||
"description": "A VMware GuestID which describes the operating system installed in the image. This value is passed to the hypervisor when creating a virtual machine. If not specified, the key defaults to otherGuest. See thinkvirt.com.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"asianux3_64Guest",
|
||||
"asianux3Guest",
|
||||
"asianux4_64Guest",
|
||||
"asianux4Guest",
|
||||
"asianux5_64Guest",
|
||||
"asianux7_64Guest",
|
||||
"centos64Guest",
|
||||
"centosGuest",
|
||||
"centos6Guest",
|
||||
"centos6_64Guest",
|
||||
"centos7_64Guest",
|
||||
"coreos64Guest",
|
||||
"darwin10_64Guest",
|
||||
"darwin10Guest",
|
||||
"darwin11_64Guest",
|
||||
"darwin11Guest",
|
||||
"darwin12_64Guest",
|
||||
"darwin13_64Guest",
|
||||
"darwin14_64Guest",
|
||||
"darwin15_64Guest",
|
||||
"darwin16_64Guest",
|
||||
"darwin64Guest",
|
||||
"darwinGuest",
|
||||
"debian4_64Guest",
|
||||
"debian4Guest",
|
||||
"debian5_64Guest",
|
||||
"debian5Guest",
|
||||
"debian6_64Guest",
|
||||
"debian6Guest",
|
||||
"debian7_64Guest",
|
||||
"debian7Guest",
|
||||
"debian8_64Guest",
|
||||
"debian8Guest",
|
||||
"debian9_64Guest",
|
||||
"debian9Guest",
|
||||
"debian10_64Guest",
|
||||
"debian10Guest",
|
||||
"dosGuest",
|
||||
"eComStation2Guest",
|
||||
"eComStationGuest",
|
||||
"fedora64Guest",
|
||||
"fedoraGuest",
|
||||
"freebsd64Guest",
|
||||
"freebsdGuest",
|
||||
"genericLinuxGuest",
|
||||
"mandrakeGuest",
|
||||
"mandriva64Guest",
|
||||
"mandrivaGuest",
|
||||
"netware4Guest",
|
||||
"netware5Guest",
|
||||
"netware6Guest",
|
||||
"nld9Guest",
|
||||
"oesGuest",
|
||||
"openServer5Guest",
|
||||
"openServer6Guest",
|
||||
"opensuse64Guest",
|
||||
"opensuseGuest",
|
||||
"oracleLinux64Guest",
|
||||
"oracleLinuxGuest",
|
||||
"oracleLinux6Guest",
|
||||
"oracleLinux6_64Guest",
|
||||
"oracleLinux7_64Guest",
|
||||
"os2Guest",
|
||||
"other24xLinux64Guest",
|
||||
"other24xLinuxGuest",
|
||||
"other26xLinux64Guest",
|
||||
"other26xLinuxGuest",
|
||||
"other3xLinux64Guest",
|
||||
"other3xLinuxGuest",
|
||||
"otherGuest",
|
||||
"otherGuest64",
|
||||
"otherLinux64Guest",
|
||||
"otherLinuxGuest",
|
||||
"redhatGuest",
|
||||
"rhel2Guest",
|
||||
"rhel3_64Guest",
|
||||
"rhel3Guest",
|
||||
"rhel4_64Guest",
|
||||
"rhel4Guest",
|
||||
"rhel5_64Guest",
|
||||
"rhel5Guest",
|
||||
"rhel6_64Guest",
|
||||
"rhel6Guest",
|
||||
"rhel7_64Guest",
|
||||
"rhel7Guest",
|
||||
"sjdsGuest",
|
||||
"sles10_64Guest",
|
||||
"sles10Guest",
|
||||
"sles11_64Guest",
|
||||
"sles11Guest",
|
||||
"sles12_64Guest",
|
||||
"sles12Guest",
|
||||
"sles64Guest",
|
||||
"slesGuest",
|
||||
"solaris10_64Guest",
|
||||
"solaris10Guest",
|
||||
"solaris11_64Guest",
|
||||
"solaris6Guest",
|
||||
"solaris7Guest",
|
||||
"solaris8Guest",
|
||||
"solaris9Guest",
|
||||
"turboLinux64Guest",
|
||||
"turboLinuxGuest",
|
||||
"ubuntu64Guest",
|
||||
"ubuntuGuest",
|
||||
"unixWare7Guest",
|
||||
"vmkernel5Guest",
|
||||
"vmkernel6Guest",
|
||||
"vmkernel65Guest",
|
||||
"vmkernelGuest",
|
||||
"vmwarePhoton64Guest",
|
||||
"win2000AdvServGuest",
|
||||
"win2000ProGuest",
|
||||
"win2000ServGuest",
|
||||
"win31Guest",
|
||||
"win95Guest",
|
||||
"win98Guest",
|
||||
"windows7_64Guest",
|
||||
"windows7Guest",
|
||||
"windows7Server64Guest",
|
||||
"windows8_64Guest",
|
||||
"windows8Guest",
|
||||
"windows8Server64Guest",
|
||||
"windows9_64Guest",
|
||||
"windows9Guest",
|
||||
"windows9Server64Guest",
|
||||
"windowsHyperVGuest",
|
||||
"winLonghorn64Guest",
|
||||
"winLonghornGuest",
|
||||
"winMeGuest",
|
||||
"winNetBusinessGuest",
|
||||
"winNetDatacenter64Guest",
|
||||
"winNetDatacenterGuest",
|
||||
"winNetEnterprise64Guest",
|
||||
"winNetEnterpriseGuest",
|
||||
"winNetStandard64Guest",
|
||||
"winNetStandardGuest",
|
||||
"winNetWebGuest",
|
||||
"winNTGuest",
|
||||
"winVista64Guest",
|
||||
"winVistaGuest",
|
||||
"winXPHomeGuest",
|
||||
"winXPPro64Guest",
|
||||
"winXPProGuest"
|
||||
],
|
||||
"default": "otherGuest"
|
||||
},
|
||||
"hw_vif_model": {
|
||||
"title": "Virtual Network Interface",
|
||||
"description": "Specifies the model of virtual network interface device to use. The valid options depend on the hypervisor. VMware driver supported options: e1000, e1000e, VirtualE1000, VirtualE1000e, VirtualPCNet32, VirtualSriovEthernetCard, and VirtualVmxnet.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"e1000",
|
||||
"e1000e",
|
||||
"VirtualE1000",
|
||||
"VirtualE1000e",
|
||||
"VirtualPCNet32",
|
||||
"VirtualSriovEthernetCard",
|
||||
"VirtualVmxnet",
|
||||
"VirtualVmxnet3"
|
||||
],
|
||||
"default" : "e1000"
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"namespace": "OS::Compute::Watchdog",
|
||||
"display_name": "Watchdog Behavior",
|
||||
"description": "Compute drivers may enable watchdog behavior over instances. See: http://docs.openstack.org/admin-guide/compute-flavors.html",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"properties_target": "image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Flavor"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"hw_watchdog_action": {
|
||||
"title": "Watchdog Action",
|
||||
"description": "For the libvirt driver, you can enable and set the behavior of a virtual hardware watchdog device for each flavor. Watchdog devices keep an eye on the guest server, and carry out the configured action, if the server hangs. The watchdog uses the i6300esb device (emulating a PCI Intel 6300ESB). If hw_watchdog_action is not specified, the watchdog is disabled. Watchdog behavior set using a specific image's properties will override behavior set using flavors.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"disabled",
|
||||
"reset",
|
||||
"poweroff",
|
||||
"pause",
|
||||
"none"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"namespace": "OS::Compute::XenAPI",
|
||||
"display_name": "XenAPI Driver Options",
|
||||
"description": "The XenAPI compute driver options. \n\nThese are properties specific to compute drivers. For a list of all hypervisors, see here: https://wiki.openstack.org/wiki/HypervisorSupportMatrix.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"os_type": {
|
||||
"title": "OS Type",
|
||||
"description": "The operating system installed on the image. The XenAPI driver contains logic that takes different actions depending on the value of the os_type parameter of the image. For example, for os_type=windows images, it creates a FAT32-based swap partition instead of a Linux swap partition, and it limits the injected host name to less than 16 characters.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"linux",
|
||||
"windows"
|
||||
]
|
||||
},
|
||||
"auto_disk_config": {
|
||||
"title": "Disk Adapter Type",
|
||||
"description": "If true, the root partition on the disk is automatically resized before the instance boots. This value is only taken into account by the Compute service when using a Xen-based hypervisor with the XenAPI driver. The Compute service will only attempt to resize if there is a single partition on the image, and only if the partition is in ext3 or ext4 format.",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"objects": []
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"display_name": "Common Image Properties",
|
||||
"namespace": "OS::Glance::CommonImageProperties",
|
||||
"description": "When adding an image to Glance, you may specify some common image properties that may prove useful to consumers of your image.",
|
||||
"protected": true,
|
||||
"resource_type_associations" : [
|
||||
],
|
||||
"properties": {
|
||||
"kernel_id": {
|
||||
"title": "Kernel ID",
|
||||
"type": "string",
|
||||
"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$",
|
||||
"description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image."
|
||||
},
|
||||
"ramdisk_id": {
|
||||
"title": "Ramdisk ID",
|
||||
"type": "string",
|
||||
"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$",
|
||||
"description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image."
|
||||
},
|
||||
"instance_uuid": {
|
||||
"title": "Instance ID",
|
||||
"type": "string",
|
||||
"description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)"
|
||||
},
|
||||
"architecture": {
|
||||
"title": "CPU Architecture",
|
||||
"description": "The CPU architecture that must be supported by the hypervisor. For example, x86_64, arm, or ppc64. Run uname -m to get the architecture of a machine. We strongly recommend using the architecture data vocabulary defined by the libosinfo project for this purpose.",
|
||||
"type": "string"
|
||||
},
|
||||
"os_distro": {
|
||||
"title": "OS Distro",
|
||||
"description": "The common name of the operating system distribution in lowercase (uses the same data vocabulary as the libosinfo project). Specify only a recognized value for this field. Deprecated values are listed to assist you in searching for the recognized value.",
|
||||
"type": "string"
|
||||
},
|
||||
"os_version": {
|
||||
"title": "OS Version",
|
||||
"description": "Operating system version as specified by the distributor. (for example, '11.10')",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"namespace": "OS::Glance::Signatures",
|
||||
"display_name": "Image Signature Verification",
|
||||
"description": "Image signature verification allows the user to verify that an image has not been modified prior to booting the image.",
|
||||
"visibility": "public",
|
||||
"protected": false,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"img_signature": {
|
||||
"title": "Image Signature",
|
||||
"description": "The signature of the image data encoded in base64 format.",
|
||||
"type": "string"
|
||||
},
|
||||
"img_signature_certificate_uuid": {
|
||||
"title": "Image Signature Certificate UUID",
|
||||
"description": "The UUID used to retrieve the certificate from the key manager.",
|
||||
"type": "string"
|
||||
},
|
||||
"img_signature_hash_method": {
|
||||
"title": "Image Signature Hash Method",
|
||||
"description": "The hash method used in creating the signature.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"SHA-224",
|
||||
"SHA-256",
|
||||
"SHA-384",
|
||||
"SHA-512"
|
||||
]
|
||||
},
|
||||
"img_signature_key_type": {
|
||||
"title": "Image Signature Key Type",
|
||||
"description": "The key type used in creating the signature.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"RSA-PSS",
|
||||
"DSA",
|
||||
"ECC_SECT571K1",
|
||||
"ECC_SECT409K1",
|
||||
"ECC_SECT571R1",
|
||||
"ECC_SECT409R1",
|
||||
"ECC_SECP521R1",
|
||||
"ECC_SECP384R1"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"display_name": "Common Operating System Properties",
|
||||
"namespace": "OS::OperatingSystem",
|
||||
"description": "Details of the operating system contained within this image as well as common operating system properties that can be set on a VM instance created from this image.",
|
||||
"protected": true,
|
||||
"resource_type_associations" : [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"properties_target": "image"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"os_distro": {
|
||||
"title": "OS Distro",
|
||||
"description": "The common name of the operating system distribution in lowercase (uses the same data vocabulary as the libosinfo project). Specify only a recognized value for this field. Deprecated values are listed to assist you in searching for the recognized value.",
|
||||
"type": "string"
|
||||
},
|
||||
"os_version": {
|
||||
"title": "OS Version",
|
||||
"description": "Operating system version as specified by the distributor. (for example, '11.10')",
|
||||
"type": "string"
|
||||
},
|
||||
"os_admin_user": {
|
||||
"title": "OS Admin User",
|
||||
"description": "The name of the user with admin privileges.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,334 @@
|
||||
{
|
||||
"namespace": "OS::Software::DBMS",
|
||||
"display_name": "Database Software",
|
||||
"description": "A database is an organized collection of data. The data is typically organized to model aspects of reality in a way that supports processes requiring information. Database management systems are computer software applications that interact with the user, other applications, and the database itself to capture and analyze data. (http://en.wikipedia.org/wiki/Database)",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"properties_target": "image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Server",
|
||||
"properties_target": "metadata"
|
||||
},
|
||||
{
|
||||
"name": "OS::Trove::Instance"
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"name": "MySQL",
|
||||
"description": "MySQL is an object-relational database management system (ORDBMS). The MySQL development project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL was owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now owned by Oracle Corporation. MySQL is a popular choice of database for use in web applications, and is a central component of the widely used LAMP open source web application software stack (and other 'AMP' stacks). (http://en.wikipedia.org/wiki/MySQL)",
|
||||
"properties": {
|
||||
"sw_database_mysql_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of MySQL.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_mysql_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "The configured TCP/IP port which MySQL listens for incoming connections.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 3606
|
||||
},
|
||||
"sw_database_mysql_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string",
|
||||
"default": "root"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PostgreSQL",
|
||||
"description": "PostgreSQL, often simply 'Postgres', is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. PostgreSQL is cross-platform and runs on many operating systems. (http://en.wikipedia.org/wiki/PostgreSQL)",
|
||||
"properties": {
|
||||
"sw_database_postgresql_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of PostgreSQL.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_postgresql_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which PostgreSQL is to listen for connections from client applications.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 5432
|
||||
},
|
||||
"sw_database_postgresql_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string",
|
||||
"default": "postgres"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SQL Server",
|
||||
"description": "Microsoft SQL Server is a relational database management system developed by Microsoft. There are at least a dozen different editions of Microsoft SQL Server aimed at different audiences and for workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users. Its primary query languages are T-SQL and ANSI SQL. (http://en.wikipedia.org/wiki/Microsoft_SQL_Server)",
|
||||
"properties": {
|
||||
"sw_database_sqlserver_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Microsoft SQL Server.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_sqlserver_edition": {
|
||||
"title": "Edition",
|
||||
"description": "SQL Server is available in multiple editions, with different feature sets and targeting different users.",
|
||||
"type": "string",
|
||||
"default": "Express",
|
||||
"enum": [
|
||||
"Datacenter",
|
||||
"Enterprise",
|
||||
"Standard",
|
||||
"Web",
|
||||
"Business Intelligence",
|
||||
"Workgroup",
|
||||
"Express",
|
||||
"Compact (SQL CE)",
|
||||
"Developer",
|
||||
"Embedded (SSEE)",
|
||||
"Express",
|
||||
"Fast Track",
|
||||
"LocalDB",
|
||||
"Parallel Data Warehouse (PDW)",
|
||||
"Business Intelligence",
|
||||
"Datawarehouse Appliance Edition"
|
||||
]
|
||||
},
|
||||
"sw_database_sqlserver_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which SQL Server is to listen for connections from client applications. The default SQL Server port is 1433, and client ports are assigned a random value between 1024 and 5000.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 1433
|
||||
},
|
||||
"sw_database_postsqlserver_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string",
|
||||
"default": "sa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Oracle",
|
||||
"description": "Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system produced and marketed by Oracle Corporation. (http://en.wikipedia.org/wiki/Oracle_Database)",
|
||||
"properties": {
|
||||
"sw_database_oracle_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Oracle.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_oracle_edition": {
|
||||
"title": "Edition",
|
||||
"description": "Over and above the different versions of the Oracle database management software developed over time, Oracle Corporation subdivides its product into varying editions.",
|
||||
"type": "string",
|
||||
"default": "Express",
|
||||
"enum": [
|
||||
"Enterprise",
|
||||
"Standard",
|
||||
"Standard Edition One",
|
||||
"Express (XE)",
|
||||
"Workgroup",
|
||||
"Lite"
|
||||
]
|
||||
},
|
||||
"sw_database_oracle_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which Oracle is to listen for connections from client applications.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 1521
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DB2",
|
||||
"description": "IBM DB2 is a family of database server products developed by IBM. These products all support the relational model, but in recent years some products have been extended to support object-relational features and non-relational structures, in particular XML. (http://en.wikipedia.org/wiki/IBM_DB2)",
|
||||
"properties": {
|
||||
"sw_database_db2_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of DB2.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_db2_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which DB2 is to listen for connections from client applications.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 5432
|
||||
},
|
||||
"sw_database_db2_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MongoDB",
|
||||
"description": "MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB uses JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster. Released under a combination of the GNU Affero General Public License and the Apache License, MongoDB is free and open-source software. (http://en.wikipedia.org/wiki/MongoDB)",
|
||||
"properties": {
|
||||
"sw_database_mongodb_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of MongoDB.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_mongodb_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which MongoDB is to listen for connections from client applications.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 27017
|
||||
},
|
||||
"sw_database_mongodb_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Couchbase Server",
|
||||
"description": "Couchbase Server, originally known as Membase, is an open source, distributed (shared-nothing architecture) NoSQL document-oriented database that is optimized for interactive applications. These applications must serve many concurrent users by creating, storing, retrieving, aggregating, manipulating and presenting data. In support of these kinds of application needs, Couchbase is designed to provide easy-to-scale key-value or document access with low latency and high sustained throughput. (http://en.wikipedia.org/wiki/Couchbase_Server)",
|
||||
"properties": {
|
||||
"sw_database_couchbaseserver_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Couchbase Server.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_couchbaseserver_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which Couchbase is to listen for connections from client applications.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 11211
|
||||
},
|
||||
"sw_database_couchbaseserver_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string",
|
||||
"default": "admin"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Redis",
|
||||
"description": "Redis is a data structure server (NoSQL). It is open-source, networked, in-memory, and stores keys with optional durability. The development of Redis has been sponsored by Pivotal Software since May 2013; before that, it was sponsored by VMware. The name Redis means REmote DIctionary Server. (http://en.wikipedia.org/wiki/Redis)",
|
||||
"properties": {
|
||||
"sw_database_redis_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Redis.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_redis_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which Redis is to listen for connections from client applications.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 6379
|
||||
},
|
||||
"sw_database_redis_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string",
|
||||
"default": "admin"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CouchDB",
|
||||
"description": "Apache CouchDB, commonly referred to as CouchDB, is an open source NoSQL database. It is a NoSQL database that uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API. One of its distinguishing features is multi-master replication. CouchDB was first released in 2005 and later became an Apache project in 2008. (http://en.wikipedia.org/wiki/CouchDB)",
|
||||
"properties": {
|
||||
"sw_database_couchdb_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of CouchDB.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_couchdb_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which CouchDB is to listen for connections from client applications.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 5984
|
||||
},
|
||||
"sw_database_couchdb_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Apache Cassandra",
|
||||
"description": "Apache Cassandra is an open source distributed NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. (http://en.wikipedia.org/wiki/Apache_Cassandra)",
|
||||
"properties": {
|
||||
"sw_database_cassandra_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Apache Cassandra.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_cassandra_listen_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which Cassandra is to listen for connections from client applications.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 9160
|
||||
},
|
||||
"sw_database_cassandra_admin": {
|
||||
"title": "Admin User",
|
||||
"description": "The primary user with privileges to perform administrative operations.",
|
||||
"type": "string",
|
||||
"default": "cassandra"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HBase",
|
||||
"description": "HBase is an open source, non-relational (NoSQL), distributed database modeled after Google's BigTable and written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS (Hadoop Distributed Filesystem), providing BigTable-like capabilities for Hadoop. (http://en.wikipedia.org/wiki/Apache_HBase)",
|
||||
"properties": {
|
||||
"sw_database_hbase_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of HBase.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Hazlecast",
|
||||
"description": "In computing, Hazelcast is an in-memory open source software data grid based on Java. By having multiple nodes form a cluster, data is evenly distributed among the nodes. This allows for horizontal scaling both in terms of available storage space and processing power. Backups are also distributed in a similar fashion to other nodes, based on configuration, thereby protecting against single node failure. (http://en.wikipedia.org/wiki/Hazelcast)",
|
||||
"properties": {
|
||||
"sw_database_hazlecast_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Hazlecast.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_database_hazlecast_port": {
|
||||
"title": "Listen Port",
|
||||
"description": "Specifies the TCP/IP port or local Unix domain socket file extension on which Hazlecast is to listen for connections between members.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 5701
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"namespace": "OS::Software::Runtimes",
|
||||
"display_name": "Runtime Environment",
|
||||
"description": "Software is written in a specific programming language and the language must execute within a runtime environment. The runtime environment provides an abstraction to utilizing a computer's processor, memory (RAM), and other system resources.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"properties_target": "image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Server",
|
||||
"properties_target": "metadata"
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"name": "PHP",
|
||||
"description": "PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP code can be simply mixed with HTML code, or it can be used in combination with various templating engines and web frameworks. PHP code is usually processed by a PHP interpreter, which is usually implemented as a web server's native module or a Common Gateway Interface (CGI) executable. After the PHP code is interpreted and executed, the web server sends resulting output to its client, usually in form of a part of the generated web page – for example, PHP code can generate a web page's HTML code, an image, or some other data. PHP has also evolved to include a command-line interface (CLI) capability and can be used in standalone graphical applications. (http://en.wikipedia.org/wiki/PHP)",
|
||||
"properties": {
|
||||
"sw_runtime_php_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of PHP.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
"description": "Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library. (http://en.wikipedia.org/wiki/Python_(programming_language))",
|
||||
"properties": {
|
||||
"sw_runtime_python_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of python.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Java",
|
||||
"description": "Java is a functional computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. (http://en.wikipedia.org/wiki/Java_(programming_language))",
|
||||
"properties": {
|
||||
"sw_runtime_java_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Java.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"description": "Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management. (http://en.wikipedia.org/wiki/Python_(programming_language))",
|
||||
"properties": {
|
||||
"sw_runtime_ruby_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Ruby.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Perl",
|
||||
"description": "Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages. The languages in this family include Perl 5 and Perl 6. Though Perl is not officially an acronym, there are various backronyms in use, the most well-known being Practical Extraction and Reporting Language (http://en.wikipedia.org/wiki/Perl)",
|
||||
"properties": {
|
||||
"sw_runtime_perl_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Perl.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"namespace": "OS::Software::WebServers",
|
||||
"display_name": "Web Servers",
|
||||
"description": "A web server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web. The most common use of web servers is to host websites, but there are other uses such as gaming, data storage, running enterprise applications, handling email, FTP, or other web uses. (http://en.wikipedia.org/wiki/Web_server)",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Cinder::Volume",
|
||||
"properties_target": "image"
|
||||
},
|
||||
{
|
||||
"name": "OS::Nova::Server",
|
||||
"properties_target": "metadata"
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"name": "Apache HTTP Server",
|
||||
"description": "The Apache HTTP Server, colloquially called Apache, is a Web server application notable for playing a key role in the initial growth of the World Wide Web. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. Most commonly used on a Unix-like system, the software is available for a wide variety of operating systems, including Unix, FreeBSD, Linux, Solaris, Novell NetWare, OS X, Microsoft Windows, OS/2, TPF, OpenVMS and eComStation. Released under the Apache License, Apache is open-source software. (http://en.wikipedia.org/wiki/Apache_HTTP_Server)",
|
||||
"properties": {
|
||||
"sw_webserver_apache_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Apache.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_webserver_apache_http_port": {
|
||||
"title": "HTTP Port",
|
||||
"description": "The configured TCP/IP port on which the web server listens for incoming HTTP connections.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 80
|
||||
},
|
||||
"sw_webserver_apache_https_port": {
|
||||
"title": "HTTPS Port",
|
||||
"description": "The configured TCP/IP port on which the web server listens for incoming HTTPS connections.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 443
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Nginx",
|
||||
"description": "Nginx (pronounced 'engine-x') is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server (origin server). The nginx project started with a strong focus on high concurrency, high performance and low memory usage. It is licensed under the 2-clause BSD-like license and it runs on Linux, BSD variants, Mac OS X, Solaris, AIX, HP-UX, as well as on other *nix flavors. It also has a proof of concept port for Microsoft Windows. (http://en.wikipedia.org/wiki/Nginx)",
|
||||
"properties": {
|
||||
"sw_webserver_nginx_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of Nginx.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_webserver_nginx_http_port": {
|
||||
"title": "HTTP Port",
|
||||
"description": "The configured TCP/IP port on which the web server listens for incoming HTTP connections.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 80
|
||||
},
|
||||
"sw_webserver_nginx_https_port": {
|
||||
"title": "HTTPS Port",
|
||||
"description": "The configured TCP/IP port on which the web server listens for incoming HTTPS connections.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 443
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "IIS",
|
||||
"description": "Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft. IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP. IIS is not turned on by default when Windows is installed. The IIS Manager is accessed through the Microsoft Management Console or Administrative Tools in the Control Panel. (http://en.wikipedia.org/wiki/Internet_Information_Services)",
|
||||
"properties": {
|
||||
"sw_webserver_iis_version": {
|
||||
"title": "Version",
|
||||
"description": "The specific version of IIS.",
|
||||
"type": "string"
|
||||
},
|
||||
"sw_webserver_iis_http_port": {
|
||||
"title": "HTTP Port",
|
||||
"description": "The configured TCP/IP port on which the web server listens for incoming HTTP connections.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 80
|
||||
},
|
||||
"sw_webserver_iis_https_port": {
|
||||
"title": "HTTPS Port",
|
||||
"description": "The configured TCP/IP port on which the web server listens for incoming HTTPS connections.",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"default": 443
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"namespace": "OS::Cinder::Volumetype",
|
||||
"display_name": "Cinder Volume Type",
|
||||
"description": "The Cinder volume type configuration option. Volume type assignment provides a mechanism not only to provide scheduling to a specific storage back-end, but also can be used to specify specific information for a back-end storage device to act upon.",
|
||||
"visibility": "public",
|
||||
"protected": true,
|
||||
"resource_type_associations": [
|
||||
{
|
||||
"name": "OS::Glance::Image",
|
||||
"prefix": "cinder_"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"img_volume_type": {
|
||||
"title": "Image Volume Type",
|
||||
"description": "Specifies the volume type that should be applied during new volume creation with a image. This value is passed to Cinder when creating a new volume. Priority of volume type related parameters are 1.volume_type(via API or CLI), 2.cinder_img_volume_type, 3.default_volume_type(via cinder.conf). If not specified, volume_type or default_volume_type will be referred based on their priority.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user