Sync OSGi handling with Apache JClouds Project

This project, the openstack-lab version of Apache JClouds, share the exact build instructions as the primary Apache JClouds project with all its modules.
Apache JClouds is shifting its strategy in handling OSGi configuration. Instead of using the Maven Bundle Plugin, a wrapper of the BND plugin, the BND plugin gets used directly.
- Remove the OSGi configuration from each module. The configuration gets served to the BND through dedicated configuration / bnd files.
- Onboard bnd-configuration files, one per module.
30 files changed
tree: 2eb943bab6d11ba92d81ea7b638aea48d70902e4
  1. openstack-glance/
  2. openstack-heat/
  3. openstack-marconi/
  4. openstack-poppy/
  5. rackspace-autoscale/
  6. rackspace-autoscale-uk/
  7. rackspace-autoscale-us/
  8. rackspace-cdn-uk/
  9. rackspace-cdn-us/
  10. rackspace-cloudbigdata/
  11. rackspace-cloudbigdata-us/
  12. rackspace-cloudqueues-uk/
  13. rackspace-cloudqueues-us/
  14. rackspace-orchestration-uk/
  15. rackspace-orchestration-us/
  16. .gitignore
  17. .mailmap
  18. CONTRIBUTING.md
  19. pom.xml
  20. README.md
README.md

jclouds Labs OpenStack

Repository for developing OpenStack providers and APIs

Although this is a “labs” repository, some of the providers and APIs here are production ready. The reason they have not been merged into into jclouds repository is because there isn't a suitable abstraction layer for them yet. APIs that we expect to change will be marked @Beta.

Summary

NameType
openstack-glanceAPI
openstack-marconiAPI
openstack-neutronAPI
openstack-poppyAPI
openstack-heatAPI
rackspace-autoscaleAPI
rackspace-autoscale-usProvider
rackspace-cloudqueues-usProvider
rackspace-cloudbigdata-usProvider
rackspace-cloudnetworks-usProvider
rackspace-cdn-usProvider

This is how providers map to the respective APIs they use:

ProviderApi
rackspace-cloudnetworks-usopenstack-neutron
rackspace-cnd-usopenstack-poppy
rackspace-cloudqueues-usopenstack-marconi
rackspace-autoscale-usrackspace-autoscale
rackspace-cloudbigdata-usrackspace-cloudbigdata

APIs new to jclouds are marked as Beta. That means we need people to use it and give us feedback. Based on that feedback, minor changes to the interfaces may happen. It is recommended you adopt this code sooner than later.

How long APIs are in Beta is variable but it will be at minimum one release.

License

Copyright (C) 2009-2014 The Apache Software Foundation

Licensed under the Apache License, Version 2.0