« Previous | Next » 

Revision a04a2c37

IDa04a2c379e530535332b3cee02d2a319d4d6554a
Parent fbc9bfbe
Child 07633271

Added by Javi Fontan almost 7 years ago

feauture #3041: take out occi from main repo

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • install.sh (diff)
  • share
  • src
    • cloud
      • common
      • occi
        • bin
          • occi-compute
          • occi-instance-type
          • occi-network
          • occi-server
          • occi-storage
        • etc
          • occi-server.conf
          • templates
            • common.erb
            • custom.erb
            • large.erb
            • medium.erb
            • network.erb
            • small.erb
        • lib
          • ImageOCCI.rb
          • ImagePoolOCCI.rb
          • OCCIClient.rb
          • OCCIServer.rb
          • UserOCCI.rb
          • UserPoolOCCI.rb
          • VirtualMachineOCCI.rb
          • VirtualMachinePoolOCCI.rb
          • VirtualNetworkOCCI.rb
          • VirtualNetworkPoolOCCI.rb
          • occi-server.rb
          • occi_application.rb
        • share
        • test
          • fixtures
            • compute
              • empty.xml
              • first_compute.xml
              • first_compute_done.xml
              • second_compute.xml
              • second_compute_done.xml
            • instance_type
              • extended.xml
              • list.xml
            • network
              • empty.xml
              • first_net.xml
              • second_net.xml
            • root.xml
            • storage
              • empty.xml
              • first_storage.xml
              • second_storage.xml
            • user
              • user.xml
              • user_collection.xml
            • vm_save_as
              • newcompute.xml
              • save_a_disk_and_change_state.xml
              • save_first_disk.xml
              • save_second_disk.xml
              • save_two_disks.xml
          • spec
            • occi_spec.rb
            • spec.opts
            • spec_helper.rb
            • user_spec.rb
            • vm_saveas_spec.rb
          • templates
            • image1.template
            • image2.template
            • vm.template
          • test.sh