summaryrefslogtreecommitdiffstats
path: root/catalog-ui/server-mock/mock-data/resources/resourcesNotAbstract.json
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-06-09 03:19:04 +0300
committerMichael Lando <ml636r@att.com>2017-06-09 03:19:04 +0300
commited64b5edff15e702493df21aa3230b81593e6133 (patch)
treea4cb01fdaccc34930a8db403a3097c0d1e40914b /catalog-ui/server-mock/mock-data/resources/resourcesNotAbstract.json
parent280f8015d06af1f41a3ef12e8300801c7a5e0d54 (diff)
[SDC-29] catalog 1707 rebase commit.
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-ui/server-mock/mock-data/resources/resourcesNotAbstract.json')
-rw-r--r--catalog-ui/server-mock/mock-data/resources/resourcesNotAbstract.json510
1 files changed, 0 insertions, 510 deletions
diff --git a/catalog-ui/server-mock/mock-data/resources/resourcesNotAbstract.json b/catalog-ui/server-mock/mock-data/resources/resourcesNotAbstract.json
deleted file mode 100644
index eab325c9cf..0000000000
--- a/catalog-ui/server-mock/mock-data/resources/resourcesNotAbstract.json
+++ /dev/null
@@ -1,510 +0,0 @@
-[
- {
- "uniqueId": "tosca.nodes.compute.1.0",
- "resourceName": "tosca.nodes.compute",
- "resourceVersion": "1.0",
- "creatorUserId": "jh0003",
- "creatorFullName": "Jimmy Hendrix",
- "lastUpdaterUserId": "jh0003",
- "lastUpdaterFullName": "Jimmy Hendrix",
- "creationDate": 1433412547566,
- "lastUpdateDate": 1433412547566,
- "coordinates": {
- "x":150,
- "y":250
- },
- "description": "Represents a real or virtual machine or server. Information specified on the Compute\t node will be used to find the machine that fits the given requirements in the cloud\t available machines. If no sizing information are specified the cloud provider default\t machine will be used. It is strongly recommended to specify the required CPUs and memory\t at least.",
- "icon": "icon-red2",
- "tags": [
- "Compute"
- ],
- "category": "Infrastructure",
- "lifecycleState": "CERTIFIED",
- "derivedFrom": [
- "tosca.nodes.root"
- ],
- "vendorName": "ATT (Tosca)",
- "vendorRelease": "1.0.0.wd03",
- "contactId": "jh0003",
- "abstract": false,
- "highestVersion": false,
- "capabilities": {
- "host": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "db1": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "linux1": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- }
- },
- "requirements": {
- "host": {
- "uniqueId": "tosca.nodes.SoftwareComponent.1.0.host",
- "capability": "tosca.capabilities.Container",
- "node": "tosca.nodes.Compute",
- "requirementImpl": {
- "uniqueId": "requirementImpl.my-resource.1.0.host",
- "nodeId": "tosca.nodes.Compute.1.0",
- "requirementProperties": {
- "host": {
- "uniqueId": "capabilityInst.requirementImpl.my-resource.1.0.host.host",
- "properties": {
- "disk_size": "10",
- "num_cpus": "2"
- }
- }
- }
- }
- }
- }
- },
- {
- "uniqueId": "tosca.nodes.objectstorage.1.0",
- "resourceName": "tosca.nodes.objectstorage",
- "resourceVersion": "1.0",
- "creatorUserId": "jh0003",
- "creatorFullName": "Jimmy Hendrix",
- "lastUpdaterUserId": "jh0003",
- "lastUpdaterFullName": "Jimmy Hendrix",
- "creationDate": 1433412549091,
- "lastUpdateDate": 1433412549091,
- "coordinates": {
- "x":150,
- "y":250
- },
- "description": "Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.",
- "icon": "icon-red1",
- "tags": [
- "ObjectStorage"
- ],
- "category": "Infrastructure",
- "lifecycleState": "CERTIFIED",
- "derivedFrom": [
- "tosca.nodes.root"
- ],
- "properties": {
- "maxsize": {
- "uniqueId": "tosca.nodes.objectstorage.1.0.maxsize",
- "type": "scalar-unit.size",
- "required": false,
- "constraints": [
- {
-
- }
- ],
- "definition": true,
- "password": false
- },
- "name": {
- "uniqueId": "tosca.nodes.objectstorage.1.0.name",
- "type": "string",
- "required": false,
- "definition": true,
- "password": false
- },
- "size": {
- "uniqueId": "tosca.nodes.objectstorage.1.0.size",
- "type": "scalar-unit.size",
- "required": false,
- "constraints": [
- {
-
- }
- ],
- "definition": true,
- "password": false
- }
- },
- "vendorName": "ATT (Tosca)",
- "vendorRelease": "1.0.0.wd03",
- "contactId": "jh0003",
- "abstract": false,
- "highestVersion": false,
- "capabilities": {
- "host2": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "db": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "linux2": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- }
- },
- "requirements": {
- "db": {
- "uniqueId": "tosca.nodes.SoftwareComponent.1.0.host",
- "capability": "tosca.capabilities.Container",
- "node": "tosca.nodes.Compute",
- "requirementImpl": {
- "uniqueId": "requirementImpl.my-resource.1.0.host",
- "nodeId": "tosca.nodes.Compute.1.0",
- "requirementProperties": {
- "host": {
- "uniqueId": "capabilityInst.requirementImpl.my-resource.1.0.host.host",
- "properties": {
- "disk_size": "10",
- "num_cpus": "2"
- }
- }
- }
- }
- }
- }
- },
- {
- "uniqueId": "tosca.nodes.blockstorage.1.0",
- "resourceName": "tosca.nodes.blockstorage",
- "resourceVersion": "1.0",
- "creatorUserId": "jh0003",
- "creatorFullName": "Jimmy Hendrix",
- "lastUpdaterUserId": "jh0003",
- "lastUpdaterFullName": "Jimmy Hendrix",
- "creationDate": 1433412549327,
- "lastUpdateDate": 1433412549327,
- "coordinates": {
- "x":150,
- "y":250
- },
- "description": "Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.",
- "icon": "icon-red3",
- "tags": [
- "BlockStorage"
- ],
- "category": "Infrastructure",
- "lifecycleState": "CERTIFIED",
- "derivedFrom": [
- "tosca.nodes.root"
- ],
- "properties": {
- "volume_id": {
- "uniqueId": "tosca.nodes.blockstorage.1.0.volume_id",
- "type": "string",
- "required": false,
- "definition": true,
- "password": false
- },
- "snapshot_id": {
- "uniqueId": "tosca.nodes.blockstorage.1.0.snapshot_id",
- "type": "string",
- "required": false,
- "definition": true,
- "password": false
- },
- "size": {
- "uniqueId": "tosca.nodes.blockstorage.1.0.size",
- "type": "scalar-unit.size",
- "required": false,
- "constraints": [
- {
-
- }
- ],
- "definition": true,
- "password": false
- }
- },
- "vendorName": "ATT (Tosca)",
- "vendorRelease": "1.0.0.wd03",
- "contactId": "jh0003",
- "abstract": false,
- "highestVersion": false,
- "capabilities": {
- "host3": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "db3": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "linux": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- }
- },
- "requirements": {
- "linux": {
- "uniqueId": "tosca.nodes.SoftwareComponent.1.0.host",
- "capability": "tosca.capabilities.Container",
- "node": "tosca.nodes.Compute",
- "requirementImpl": {
- "uniqueId": "requirementImpl.my-resource.1.0.host",
- "nodeId": "tosca.nodes.Compute.1.0",
- "requirementProperties": {
- "host": {
- "uniqueId": "capabilityInst.requirementImpl.my-resource.1.0.host.host",
- "properties": {
- "disk_size": "10",
- "num_cpus": "2"
- }
- }
- }
- }
- }
- }
- },
- {
- "uniqueId": "tosca.nodes.loadbalancer.1.0",
- "resourceName": "tosca.nodes.loadbalancer",
- "resourceVersion": "1.0",
- "creatorUserId": "jh0003",
- "creatorFullName": "Jimmy Hendrix",
- "lastUpdaterUserId": "jh0003",
- "lastUpdaterFullName": "Jimmy Hendrix",
- "creationDate": 1433412549878,
- "lastUpdateDate": 1433412549878,
- "coordinates": {
- "x":150,
- "y":250
- },
- "description": "Represents logical function that be used in conjunction with a Floating Address to distribute an application’s traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).",
- "icon": "icon-red4",
- "tags": [
- "Load Balancer"
- ],
- "category": "Infrastructure",
- "lifecycleState": "CERTIFIED",
- "derivedFrom": [
- "tosca.nodes.root"
- ],
- "properties": {
- "algorithm": {
- "uniqueId": "tosca.nodes.loadbalancer.1.0.algorithm",
- "type": "string",
- "required": false,
- "definition": true,
- "password": false
- }
- },
- "vendorName": "ATT (Tosca)",
- "vendorRelease": "1.0.0.wd03",
- "contactId": "jh0003",
- "abstract": false,
- "highestVersion": false,
- "capabilities": {
- "host": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "db4": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "linux4": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- }
- },
- "requirements": {
- "linux": {
- "uniqueId": "tosca.nodes.SoftwareComponent.1.0.host",
- "capability": "tosca.capabilities.Container",
- "node": "tosca.nodes.Compute",
- "requirementImpl": {
- "uniqueId": "requirementImpl.my-resource.1.0.host",
- "nodeId": "tosca.nodes.Compute.1.0",
- "requirementProperties": {
- "host": {
- "uniqueId": "capabilityInst.requirementImpl.my-resource.1.0.host.host",
- "properties": {
- "disk_size": "10",
- "num_cpus": "2"
- }
- }
- }
- }
- }
- }
- },
- {
- "uniqueId": "tosca.nodes.titan.1.0",
- "resourceName": "tosca.nodes.titan",
- "resourceVersion": "1.0",
- "creatorUserId": "jh0003",
- "creatorFullName": "Jimmy Hendrix",
- "lastUpdaterUserId": "jh0003",
- "lastUpdaterFullName": "Jimmy Hendrix",
- "creationDate": 1433412550046,
- "lastUpdateDate": 1433412550046,
- "coordinates": {
- "x":150,
- "y":250
- },
- "description": "Titan is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster. Titan is a transactional database that can support thousands of concurrent users executing complex graph traversals in real time.",
- "icon": "icon-red4",
- "tags": [
- "Titan"
- ],
- "category": "Big Data",
- "lifecycleState": "CERTIFIED",
- "derivedFrom": [
- "tosca.nodes.root"
- ],
- "vendorName": "ATT (Tosca)",
- "vendorRelease": "1.0.0.wd03",
- "contactId": "jh0003",
- "abstract": false,
- "highestVersion": false,
- "capabilities": {
- "host5": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "db": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "linux5": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- }
- },
- "requirements": {
- "linux": {
- "uniqueId": "tosca.nodes.SoftwareComponent.1.0.host",
- "capability": "tosca.capabilities.Container",
- "node": "tosca.nodes.Compute",
- "requirementImpl": {
- "uniqueId": "requirementImpl.my-resource.1.0.host",
- "nodeId": "tosca.nodes.Compute.1.0",
- "requirementProperties": {
- "host": {
- "uniqueId": "capabilityInst.requirementImpl.my-resource.1.0.host.host",
- "properties": {
- "disk_size": "10",
- "num_cpus": "2"
- }
- }
- }
- }
- }
- }
- },
- {
- "uniqueId": "tosca.nodes.tas.1.0",
- "resourceName": "tosca.nodes.tas",
- "resourceVersion": "1.0",
- "creatorUserId": "jh0003",
- "creatorFullName": "Jimmy Hendrix",
- "lastUpdaterUserId": "jh0003",
- "lastUpdaterFullName": "Jimmy Hendrix",
- "creationDate": 1433412550197,
- "lastUpdateDate": 1433412550197,
- "coordinates": {
- "x":150,
- "y":250
- },
- "description": "Telephony application server.",
- "icon": "icon-red1",
- "tags": [
- "TAS"
- ],
- "category": "VoIP",
- "lifecycleState": "CERTIFIED",
- "derivedFrom": [
- "tosca.nodes.root"
- ],
- "vendorName": "ATT (Tosca)",
- "vendorRelease": "1.0.0.wd03",
- "contactId": "jh0003",
- "abstract": false,
- "highestVersion": false,
- "capabilities": {
- "host": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "db6": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- },
- "linux6": {
- "uniqueId": "capability.tosca.nodes.Compute.1.0.host",
- "type": "tosca.capabilities.Container",
- "validSourceTypes": [
- "tosca.nodes.SC"
- ]
- }
- },
- "requirements": {
- "db": {
- "uniqueId": "tosca.nodes.SoftwareComponent.1.0.host",
- "capability": "tosca.capabilities.Container",
- "node": "tosca.nodes.Compute",
- "requirementImpl": {
- "uniqueId": "requirementImpl.my-resource.1.0.host",
- "nodeId": "tosca.nodes.Compute.1.0",
- "requirementProperties": {
- "host": {
- "uniqueId": "capabilityInst.requirementImpl.my-resource.1.0.host.host",
- "properties": {
- "disk_size": "10",
- "num_cpus": "2"
- }
- }
- }
- }
- }
- }
- }
-]