Coder Social home page Coder Social logo

clearwater-example's People

Contributors

0lvin avatar denismakogon avatar earthmant avatar isaac-s avatar jessiebr avatar shayn1234 avatar szpotona avatar uric avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

clearwater-example's Issues

Add vcloud Example

Create a new vcloud blueprint:

  • call it vcloud-clearwater-blueprint.yaml
  • For the clearwater application, import application-blueprint.yaml instead of including it in the blueprint. (See this example.)
  • Update to use Cloudify 4.0.
  • Create a DSL definitions instead of using a provider context and use get_secret, example:
dsl_definitions:
  vcloud_config:
    properties: &vcloud_config
      vcloud_username: { get_secret: vcloud_username }
      vcloud_password: { get_secret: vcloud_password }
      vcloud_url: { get_secret: vcloud_url }
     ...etc...

node_templates:
    common_network:
        type: cloudify.vcloud.nodes.Network
        properties:
            ...etc....
            vcloud_config: *vcloud_config
  • Delete the old vcloud inputs.
  • Create new inputs file. Call the file vcloud.yaml.example.

Update Vsphere Example

Create a new vsphere blueprint:

  • call it vsphere-clearwater-blueprint.yaml
  • For the clearwater application, import application-blueprint.yaml instead of including it in the blueprint. (See this example.)
  • Update to use Cloudify 4.0.
  • Create a DSL definitions instead of using a provider context and use get_secret, example:
dsl_definitions:
  vsphere_config:
    properties: &vsphere_config
      vsphere_username: { get_secret: vsphere_username }
     ...etc...

node_templates:
    network:
        type: cloudify.vsphere.nodes.Network
        properties:
            ...etc....
            vsphere_config: *vcloud_config
  • Create new inputs file. Call the file vcloud.yaml.example. Provide comments on how to use it.

does not work on ubuntu xenial generic cloud image

hi everybody,

i have tried to deploy clearwater ims with ubuntu 16.04 generic cloud image, but have got exception.
there are not preinstalled python.

so it works on the ubuntu trusty generic cloud image.

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.