Giter VIP home page Giter VIP logo

acen-ims's Introduction

Apache CloudStack for NFV - IP Multimedia Subsystem (ACEN - IMS)

This repository provides orchestration templates for deploying open source IMS implementation - Project Clearwater.

Templates for OpenStack HEAT

OpenStack

  • OpenStack template orchestrates Project Clearwater components on OpenStack cloud (with Neutron) using standard OpenStack HEAT resources.

OpenStack template input properties:

  • Virtual machine properties
    • flavor: OpenStack flavor
    • image: Openstack image (Ubuntu 14.04 - 64bit)
    • public_ssh_key: Public SSH key
    • private_mgmt_net: Internal network ID
    • public_net: Public network id
  • DNS server properties
    • zone: Clearwater DNS zone (default: ims.com)
    • dnssec_key: base64 encoded DNS secret key

After providing input properties create a clearwater stack:

heat stack-create -f HEAT/templates/clearwater-openstack.yaml clearwater

CloudStack

  • CloudStack template orchestrates Project Clearwater components on CloudStack cloud (with advanced networking) using resources defined in CloudStack HEAT plugin.

CloudStack template input properties:

  • CloudStack authentication properties
    • api_endpoint: CloudStack API endpoint
    • api_key: CloudStack API key
    • api_secret: CloudStack API secret key
  • General properties:
    • zone_id: CloudStack zone ID
  • Virtual machine properties
    • service_offering_id: CloudStack service offering ID
    • template_id: CloudStack template ID (Ubuntu 14.04 - 64bit)
    • public_ssh_key: Public SSH key
  • Clearwater network properties
    • network_offering_id: CloudStack network offering ID
    • gateway: Clearwater network gateway (within VPC CIDR, default: 10.0.0.1)
    • netmask: Clearwater network netmask (default: 255.255.255.0)
    • vpc_id: CloudStack VPC ID
    • acl_id: ACL to be used for the Clearwater network
  • DNS server properties
    • dns_zone: Clearwater DNS zone (default: ims.com)
    • dnssec_key: base64 encoded DNS secret key

After providing input properties create a clearwater stack:

heat stack-create -f HEAT/templates/clearwater-cloudstack.yaml clearwater

Cloudify blueprints

./cloudify/blueprints/clearwater_cloudstack_simple.yaml

  • Blueprint deploying Project Clearwater on CloudStack cloud using Cloudify CloudStack plugin and Fabric.

Blueprint input properties:

  • cs_api_key: CloudStack API key
  • cs_api_secret: CloudStack API secret key
  • cs_api_url: CloudStack API endpoint
  • image_id: CloudStack template ID (Ubuntu 14.04 - 64bit)
  • size_id: CloudStack service offering ID
  • key_name: SSH keypair name
  • zone: CloudStack zone name
  • network_offering: CloudStack network offering name
  • dns_zone: Clearwater DNS zone
  • dnssec_key: Clearwater DNS secret key

Tested with Cloudify 3.2.1 and modified Cloudify CloudStack plugin 1.2.1 allowing firewall port range specification.

local init --install-plugins -p test_cloudstack.yaml
cfy local execute -w install

Acknowledgment

This work was made possible by the KTI ACEN project in collaboration with Citrix and Exoscale.

acen-ims's People

Contributors

vojtechcima avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.