Code Monkey home page Code Monkey logo

training's Introduction

Cloudify Training: Labs

This project contains the labs material for the official Cloudify training course.

Labs Order

  1. CLI Installation
  2. Running Basic Blueprint Locally
  3. Running NodeCellar Locally
  4. Using Scripts in Lifecycle Events
  5. Developing a Simple Plugin
  6. Workflows
  7. Manager Bootstrapping
  8. Installing NodeCellar on Cloudify Manager
  9. Monitoring
  10. Security
  11. Working with OpenStack

Virtual Machines

Creating Your Own CLI VM

If you don't have a CLI VM provided to you, or you would like to use your own image:

  • Use a CentOS 7.0 image

  • Allow at least 1GB of RAM and 5GB of storage

  • Make sure that iptables is disabled. This is not a requirement of the CLI per-se, but rather a requirement of the training labs; the labs involve using Cloudify in "local mode" to install applications locally, and in order to verify proper installation, these applications have to be accessible through their designated ports.

    • If you are using firewalld, stop it and mask it:

      sudo systemctl stop firewalld
      sudo systemctl mask firewalld
      
    • If you are using iptables-services, stop it and mask it:

      sudo systemctl stop iptables
      sudo systemctl mask iptables
      
  • Make sure that the VM is connected to a security group that is very permissive (same reasoning as for iptables).

  • Install unzip and git (needed for the labs; not Cloudify prerequisites)

    sudo yum -y install unzip git
    

Creating Your Own Cloudify Manager VM

If you don't have a Manager VM provided to you, or you would like to use your own image:

  • Use a CentOS 7.0 image
  • Ensure that the VM answers to the prerequisites documented in Cloudify's documentation website (http://docs.getcloudify.org/3.4.0/manager/prerequisites/), with the following exceptions:
    • The minimum amount of RAM should be 4GB.
    • The security group to which this VM is connected should have more permissive rules than the ones stated, because other labs (that depend on this one) install topologies on the very same VM as the Manager's. It is recommended to allow incoming traffic on all ports.
  • Make sure that iptables is disabled. Similarly to the CLI VM's case, this is not a Cloudify requirement but a training material requirement.

training's People

Contributors

isaac-s avatar 01000101 avatar uric avatar cosmo-admin avatar

Watchers

Joshua Padilla 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.