Sha256: d38f5862fed44ff5fe49fd3f4afb98ca07b5ec82bfcaa49892d64d6e0279ac02
Contents?: true
Size: 1.19 KB
Versions: 32
Compression:
Stored size: 1.19 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <compute xmlns="http://api.bonfire-project.eu/doc/schemas/occi" href="/locations/uk-epcc/computes/1"> <name>Compute name</name> <description>Compute description</description> <instance_type>small</instance_type> <state>ACTIVE</state> <disk> <storage href="/locations/fr-inria/storages/1" /> <type>OS</type> <target>sda</target> </disk> <disk> <storage href="/locations/fr-inria/storages/2" /> <type>CDROM</type> <target>sdc</target> </disk> <nic> <network href="/locations/fr-inria/networks/1" /> <device>eth0</device> <ip>123.123.123.123</ip> <mac>AA:AA:AA:AA</mac> </nic> <nic> <network href="/locations/fr-inria/networks/2" /> <device>eth1</device> <ip>123.123.124.2</ip> <mac>BB:BB:BB:BB</mac> </nic> <context> <monitoring_ip>123.123.123.2</monitoring_ip> <bonfire_credentials>crohr:p4ssw0rd</bonfire_credentials> </context> <!-- VWall specific: maybe this could be included in <context> element? --> <startup href="file:///path/to/startup-script/sh" /> <link rel="location" href="/locations/fr-inria" type="application/vnd.bonfire+xml" /> </compute>
Version data entries
32 entries across 32 versions & 1 rubygems