Skip to content

Latest commit

 

History

History
71 lines (67 loc) · 9.4 KB

DOCS.md

File metadata and controls

71 lines (67 loc) · 9.4 KB

#Content

The cloud-slang-content repository contains ready-made CloudSlang flows, operations and tests for many common tasks as well as content that integrates with several other systems.

Note: This repository may contain some beta content. Beta content is not verified or tested by the CloudSlang team. Beta content is named with the beta_ prefix. The community is encouraged to assist in setting up testing environments for the beta content.

The following is an overview of what is included in the ready-made content:

  • cloudslang
    • amazon:
      • aws: Amazon Web Services (AWS) is a collection of remote computing services that make up a cloud-computing platform. This folder contains content for images, instances, network, regions, snapshots, tags and volumes.
    • base: This folder contains general purpose content.
      • cmd: Local shell command content, such as: run command.
      • comparisons: Comparison content, such as: equals and less than percentage.
      • datetime: This folder contains a variety of helper operations that are useful for manipulating dates and times.
      • filesystem: File management and manipulations, such as: read/write, copy/move/delete, and zip/unzip.
      • http: Http REST calls, such as: GET, POST, DELETE, PUT, TRACE, PATCH.
      • json: This folder contains operations for manipulating Javascript objects, or more precisely, string values that are contain objects in the JSON format (JavaScript Object Notation). JSON is a simple format that can represent simple values, arrays, and objects in a human-readable format that is very similar to what is used elsewhere in Operations Orchestration, with the added benefit that Javascript scriptlets can handle them as true structured objects.
      • lists: This folder contains a set of operations for list manipulation.
      • mail: The operations allow email to be sent using the sendmail protocol. It also allows emails to be retrieved via either POP3 or IMAP.
      • maps: Maps related content, such as: get keys and values.
      • math: Numeric operations, such as: add, divide, multiply, round and subtract numbers.
      • network: Network related actions, such as: ping and wait port open.
      • os: Content for working with operating systems, such as: determining the OS, checking disk space and validating SSH access.
      • powershell: The operation in this folder executes a PowerShell script on a remote host (in order to use this operation, there are some prerequisites (see powershell_script)).
      • print: Printing text.
      • python: The operation in this folder runs a python script provided through an inline script or the canonical path to the python file.
      • remote_file_transfer: The operations in this folder can be used to transfer files from one machine to another.
      • ssh: The operations interact with SSH Servers in a variety of ways.
      • strings: String actions and manipulations, such as: match, replace, occurrence counter.
      • utils: Utility actions, such as: base64 encoder and decoder, is true, uuid generator and sleep.
      • xml: Utility Operations for the manipulation of XML data.
    • chef: Chef is a systems and cloud infrastructure automation framework for deploying servers and applications to any physical, virtual, or cloud location. This folder contains content for bootstrapping nodes, adding/removing rules and/or recipes, and deleting nodes.
    • ci:
    • digital_ocean:
      • v2: DigitalOcean is a cloud infrastructure provider focused on simplifying web infrastructure for software developers. This folder contains content for dealing with droplets, such as: create, list and delete.
    • google:
      • gke: Note: this folder contains beta content. Google Container Engine is a cluster manager and orchestration system for running Docker containers. This folder contains content for dealing with clusters, such as: create, list and delete.
    • heroku: Heroku is a cloud platform based on a managed container system for deploying and running modern apps. This folder contains content for dealing with accounts, applications, domains, regions and more.
    • hp_cloud: HPE Helion Public Cloud is a transparent, enterprise-grade public cloud based on OpenStack technology. This folder contains content for dealing with servers, such as: creating, retrieving details and deleting.
    • consul: Consul has multiple components, but as a whole, it is a tool for discovering and configuring services in your infrastructure. This folder contains content for interacting with Consul, such as dealing with endpoints and the key/value store.
    • coreos: CoreOS is a Linux distribution that has been rearchitected to provide features needed to run modern infrastructure stacks. This folder contains content for interacting with a CoreOS cluster.
    • docker: Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.
      • cadvisor: cAdvisor provides container users an understanding of the resource usage and performance characteristics of their running containers. This folder contains content for querying cAdvisor to get usage information of Docker containers and to possibly act on the received responses.
      • containers: In Docker terminology, a container is a read-write layer, plus the information about its Parent Image and some additional information like its unique id, networking configuration, and resource limits. This folder contains content for working with Docker containers, such as: start, stop and delete.
      • images: In Docker terminology, an image is a read-only layer. This folder contains content for working with and maintaining Docker images, such as: pulling, listing, and deleting images.
      • maintenance: This folder contains content for maintaining a clean Docker environment, such as: retrieving and acting upon the status of MySQL and Linux checks.
      • monitoring: Content that check, report etc. the status of certain containers such as MySQL container.
      • swarm: Swarm provides native clustering capabilities to turn a group of Docker engines into a single, virtual Docker Engine. This folder contains content for interacting with a Swarm cluster.
      • utils: Utility content that pertains to Docker.
    • git: Git is a distributed version control system. This folder contains content for interacting with Git.
    • jenkins: Jenkins is an application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. This folder contains content for working with Jenkins jobs, such as: enable, disable, copy and delete.
    • marathon: Marathon is cluster-wide init and control system for services in cgroups or Docker containers. This folder contains content for working with apps, such as: creating, deleting, updating and listing.
    • microsoft:
      • azure: [Microsoft Azure] (https://azure.microsoft.com/en-us/) is a growing collection of integrated cloud services—analytics, computing, database, mobile, networking, storage, and web—for moving faster, achieving more, and saving money.
    • new_relic:
      • servers: [New Relic] (https://newrelic.com/) Infrastructure delivers real-time health metrics correlated with recent configuration changes, so you can quickly resolve issues, scale rapidly, and deploy intelligently.
    • openshift: OpenShift is a cloud application development and hosting platform that automates the provisioning, management and scaling of applications. This folder contains content for dealing with applications and cartridges.
    • openstack: OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter.This folder contains content for working with servers, such as: create, delete, authenticate and check.
    • operations_orchestration: Operations Orchestration is an IT process automation solution designed to increase automation adoption in a traditional data center and hybrid cloud environment. This folder contains content for packaging CloudSlang flows as Operations Orchestration content packs.
    • stackato: Stackato is Platform-as-a-Service that can run on your own data center using the hypervisor of your choice, or on a cloud hosting provider. This folder contains content for dealing with Stackato, such as: applications, services and spaces.
    • twilio:
    • vmware:
      • vcenter: VMware vCenter Server is a virtualization platform which simplifies IT by separating applications and operating systems (OSs) from the underlying hardware. This folder contains content for dealing with virtual machines, such as create, power on/off, update and delete.