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

Version Path
restfully-1.3.0 spec/fixtures/bonfire-compute-existing.xml
restfully-1.2.0 spec/fixtures/bonfire-compute-existing.xml
restfully-1.1.1 spec/fixtures/bonfire-compute-existing.xml
restfully-1.1.0 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.8 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.7 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.6 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.5 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.4 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.3 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.2 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.1 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.0 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.0.rc2 spec/fixtures/bonfire-compute-existing.xml
restfully-1.0.0.rc1 spec/fixtures/bonfire-compute-existing.xml
restfully-0.8.8 spec/fixtures/bonfire-compute-existing.xml
restfully-0.8.7 spec/fixtures/bonfire-compute-existing.xml
restfully-0.8.6 spec/fixtures/bonfire-compute-existing.xml
restfully-0.8.5 spec/fixtures/bonfire-compute-existing.xml
restfully-0.8.4 spec/fixtures/bonfire-compute-existing.xml