Code Monkey home page Code Monkey logo

cloudify-docker's Introduction

Dockerized Cloudify orchestrate tool

Install Cloudify manager on aws using a Docker container.

Usage:

  • Place a file called aws_example-inputs.yaml under the root folder of this project, with contents:
aws_access_key_id: 'PUT_YOUR_KEY_HERE'
aws_secret_access_key: 'PUT_YOUR_SECRET_HERE'

# These are the key names in ec2 that will be created at bootstrap.
# If existing key pairs are used (see below), bootstrap will use the provided names, and will not create new ones.
manager_keypair_name: 'cloudify-manager-kp'
agent_keypair_name: 'cloudify-agent-kp'

use_existing_manager_group: true
use_existing_agent_group: true

# The bootstrap process creates 2 key pairs in order to connect to the management machine and application hosts.
# Set these properties to true (one or both) if you want to use existing key pairs, and not create new ones.
use_existing_manager_keypair: true
use_existing_agent_keypair: true

# These are the local paths where the key files will be created at bootstrap.
# If existing key pairs are used (see above), the key files should be at these paths for cloudify to find.
ssh_key_filename: '~/.ssh/cloudify-manager-kp.pem'
agent_private_key_path: '~/.ssh/cloudify-agent-kp.pem'

manager_security_group_name: 'sg-6324401f'
agent_security_group_name: 'sg-bd2440c1'
#manager_server_name: 'cloudify-manager-server'
  • Create the keypairs and security groups on aws as described above.
  • Make sure cloudify-manager-kp.pem and cloudify-agent-kp.pem are in the folder keypairs. Use correct permissions (chmod 400)
  • Execute docker build . -t cloudify:latest

Credits

cloudify-docker's People

Contributors

cicdteam avatar jdewinne avatar

Watchers

 avatar  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.