Skip to content

janderton/HyperCloud-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperCloud-Plugins

This repository is meant to house all HyperCloud Plugin examples. All Plugin files in this repository are in the HyperCloud export format. You can simply import these into HyperCloud to create new Plugins.

Plugins can be packaged together with Blueprints in the YAML, and run with the lifecycle parameter for various pre and post executions. This can be done for single or multi-container based applications, or single or multi-VM based applications.

Plugins can also be run against an actively running single or multi-tier application for various activities such as injecting code, loading software, application or system configuration, and other processes.

Clone this project

You can clone this project:

git clone https://github.com/hypergrid-inc/HyperCloud-Plugins.git

Plugin Listing

Nginx Setup

Performs initial configuration and setup of Nginx

Nginx Setup

Deploy Java War File

Deploys WAR file into tomcat webapps folder

Deploy Java War File

AWS List S3 Buckets

Generates a listing of S3 buckets for a given region, key, and secret key

AWS List S3 Buckets Plugin

Blueprint Provision Plugin

Have your plugin call other plugins via the API. You can use this within an Ubuntu/Debian container blueprint and call it several times, serially, for each desired Blueprint or execute this as a post build process on an Ubuntu/Debian host for cascading Blueprints.

Ubuntu Utility Blueprint and/or Container Deployment

Puppet Server App Deployment Blueprint

The Blueprint can be used to deploy the containerized Puppet Server and install the nginx and mysql modules onto it to with some initial node definations created that configures the nginx and mysql on the defined nodes. It executes a plugin immediately after the container deployment which install the modules and creates initial node definations.

Puppet Server Configuration

Puppet Server Node Addition Plugin

You can have multiple node definations to be added later after the Puppet Server deployment using the Node Addition Plugin and providing the space separated node list as argument to it.

Puppet Node Addition

Puppet Server Module Installation Plugin

You can add multiple modules on a Puppet Server after the deployment so that these modules can be pushed to the nodes using node definations. You can use the Modules Installation Plugin providing the space separated list of the module names as they are in puppet forge.

Puppet Module Install

Puppet Agent Installation Plugin

You can install puppet agent on a node and make it a part of a Puppet Server from where it will pick up the configurations using the Puppet Agent Installation Plugin and provide the Puppet Server FQDN and it's IP as argument.

Puppet Agent Install

Chef Server Install and Initial Configuration

This plugin installs the Chef server, Chef Mnagement Server and the Chef DK on the Ubuntu server and does the initial configuration related to cookbooks and recipes. This plugin adds the recipes for pushing jenkins, nginx and potgresql on the respective nodes. It requests for 3 arguments which are :

  1. ORGNAME, it should be as string with no special charaters and should reperesent the Organization Name for the configuraiton managment.
  2. CHEFSERVERURL, it is the URL for downloading the chef server installation file for ubuntu16 and might need updation with the changing stable version of Chef Server.
  3. CHEFDKURL, it is the URL for downloading the chefdk installation file for ubuntu16 and might need updation with the changing stable version of ChefDK.

https://github.com/hypergrid-inc/HyperCloud-Plugins/blob/Puneet-Mathur-Chef/Chef/plugin_Chef-Install%20and%20Initial%20Configuration_1.1_WUD7c.txt

Chef Node Add

This plugin installs chef client on the nodes specified and add the jenkins, nginx and postgresql installaton recipes to the node's run list so that when you give the command chef-client on the node it will pull the configurations from Chef Server and will install jenkins, nginx and postgresql on the node. This plugin takes a space separated list of the node details and node details consists of comma separated information about node like IP,nodename,username,password. These are required to install the chef client software on the nodes and build a secure communication. One example of the list of nodes is as below:

10.0.9.100,node1,hc,HyperGrid123 10.0.9.200,node2,hc,HyperGrid123

https://github.com/hypergrid-inc/HyperCloud-Plugins/blob/Puneet-Mathur-Chef/Chef/plugin_Chef%20Node%20Add_1.0_thbCw.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages