Oscm Save Abandoned

An Enterprise-ready Cloud Services Management Software.

Project README

example workflow

Open Service Catalog Manager Open Service Catalog Manager

Open Service Catalog Manager (OSCM) is an open source application with enterprise quality level. It supports a bright spectrum of use cases, from SaaS Marketplaces to Enterprise IaaS Stores. It offers ready-to-use service provisioning adapters for IaaS providers like Microsoft Azure, Amazon Web Services (AWS), VMWare and OpenStack, but is also open for integrating other platforms.

Service Providers can define their services with flexible price models and publish them to an OSCM Marketplaces. The Service Provider can decide on using the OSCM Billing Engine for the service usage cost calculation, or integrate an external one. Customers can subscribe to and use the services.

Find more details on the OSCM homepage.

Contributions

All contributions are welcome - Open Service Catalog Manager uses the Apache 2.0 license and requires the contributor to agree with the OSCM Individual CLA (ICLA). If the contributor submits patches on behalf of a company, then additionally the OSCM Corporate CLA (CCLA) must be agreed. Even if the contributor is included in such CCLA, she/he is still required to agree with the ICLA. To submit the CLAs please:

  • download the ICLA.txt and if needed the CCLA.txt
  • fill in the required information and sign them
  • scan them as pdf files and email them to [email protected]. We will reply to you as soon as possible.

Releases

The latest releases can be found here.

Getting Started

Read here how to setup and get started.

Building from Sources

Please follow this guide from top to bottom, this is the easiest way to avoid errors later on.

Prerequisites

Basic:

Setting up a Workspace

  1. Download the latest sources for this.
  2. Import the project into your IDE. You should adjust some of the preferences:
  • Set the compiler level to the installed version of Java 1.8.
  • Set UTF-8 file encoding and Unix line endings.
  1. Import and configure the code formatting rules and code templates.

Setting up the Mail Server

  1. Download and install any mail server.
  2. Create any domain and at least one user account in it.

Building the Application

  1. Install sass and add it to your PATH - for details see sass-lang

  2. If your network requires a proxy to access the internet you need to specify following arguments to JVM running Ant:

    -Dhttp.proxyHost=<proxy-host> 
    -Dhttp.proxyPort=<proxy-port> 
    -Dhttps.proxyHost=<proxy-host>
    -Dhttps.proxyPort=<proxy-port>
    

    Fill the placeholders <proxy-host> and <proxy-port> with the respective host and port number where the proxy is provided.

  3. Add the following scripts to Ant view in your IDE: /oscm-devruntime/build-oscmaas.xml

  4. Run targets Build.LIB, Build.BES

After the build has finished successfully you'll find the deployable artifacts in/oscm-build/result/package. You may want to deploy and test your modifications in a running OSCM environment. Simply copy or replace your build artifact into the respective container.

For example:

docker cp /workspace/oscm-build/result/package/oscm-portal/oscm-portal.war oscm-core:/opt/apache-tomee/webapps/
Open Source Agenda is not affiliated with "Oscm" Project. README Source: servicecatalog/oscm
Stars
36
Open Issues
22
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating