Giter Club home page Giter Club logo

cloudbolt-forge's Introduction

๐Ÿ“Œ Disclaimer: This open-source repository is not part of CloudBolt's official product offerings. It represents the dedication and enthusiasm of our engineers to innovate, educate, collaborate with customers, and contribute to the community. While CloudBolt as an organization supports and encourages this initiative, we cannot guarantee the accuracy, security, or functionality of the content. Think of this space as a sandbox - a place where everyone is invited to share, experiment, find and correct bugs, and make improvements. In essence, this is our way of making valuable resources and tools available at no-cost to the wider tech community.

cb_logo

Welcome to the CloudBolt Forge, a public GitHub repository used for sharing powerful content in CloudBolt. This repository holds CloudBolt actions (AKA hooks), Blueprints, UI extensions, webhooks and other content.

If you have interesting customizations that you have developed, please share them! Even if they are rough-hewn, others may admire your work, improve on it, and re-share those improvements back with you.

Importing and Exporting Actions

  • To import an action into CB, you can use the Import button on the New Action page and provide either a zip file or directory.

  • To export an action from CB, you can use the Export button on the Action Details page.

  • Some actions may have placeholder fields that you need to fill in manually, either in the JSON file before importing or in the UI after importing.

File & Directory Naming Conventions

  • Each importable piece of content should have its own directory.
  • Use no spaces or special characters in file & directory names other than underscores.

Coding Conventions

  • Please comment your code well, with a docstring at the top of each Python module and on most methods.
  • Configure your editor to help keep your code PEP8 compliant.

Contribution Process

  • First, fork the cloudbolt-forge repository.
  • Make your changes in your forked repository.
  • Then, submit a pull request to merge your changes into the CloudBoltSoftware repository.
  • By submitting a pull request for this project, you agree to license your contribution under the Apache License to this project.

Development

The CloudBolt CMP utilizes Python as it's primary language.

For a very brief primer on Python as a programming language and common methods for development, reference the python primer

Reference Sheets

The CloudBolt appliance is served from Linux, to CLI reference for those new to Linux linux cheatsheet

The CloudBolt CMP is built on the Django framework. As such, it is helpful to understand the basics of Django, primarily the syntax in templates and how to use the ORM.

For general CloudBolt development, reference the cheatsheet

For a very brief primer on Django (which CMP is based), reference the django crashcourse

License

Contributions to this project are governed by the CONTRIBUTING file and the Apache License.

Contact Us

We'd love to hear from you if you have any questions or ideas you'd like to discuss with us.

[email protected]

http://cloudbolt.io/

cloudbolt-forge's People

Contributors

alexandre-a-rocha avatar amitiwa avatar avishvakarma avatar bernardthered avatar cb-bkumar avatar cb-ishu avatar d-slingerland avatar dillten avatar ellablac avatar imseandavis avatar jwalker-cb avatar kofran88 avatar lingnik avatar lpercival avatar maryamfaiz avatar mbomb67 avatar mrobbieb avatar nickbeaird avatar orvisevans avatar oysterbank avatar pgulkari avatar pop avatar rkilcoyne avatar robfcloudbolt avatar shantamkumolus avatar smanross avatar surajjadhavck avatar veziik avatar webspider avatar yogeshmhaskule93 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloudbolt-forge's Issues

setting multiple puppet environments within one VMware cluster

Hi,

first of all, I am not quite sure if this is the right place to raise an issue with this topic.

We are setting up cloudbolt in our infrastructure and we got to know from you, that puppet environments are necessarily linked to VMware clusters.
This behavior is seen as a limitation in most real life situations (and I make this consideration based on my experience with Puppet in several organizations).
We may agree that it's better to split the production environment, but you should not force you customers to squash all their environment, because they don't have enough clusters.
This same problem arises with the test, uat, devel environments. I have never seen so many clusters per puppet environments, and it would really lack the necessary flexibility.

Possible solutions:

  • linking environments to VMware folders (instead of clusters)

  • behave like Foreman does (this is in my opinion the best option). With Foreman you can store the environment that the VM sends when puppet runs for the first time. Foreman will always re-use that environment (regardless of cluster and folder and avoiding that the environment can be changed on the client side). I guess that Foreman stores these information on Postgres, and you can do the same with the backend used with Cloudbolt.

Tintri_PySDK-1.0-py2-none-any.whl: Not Supported on current Cloudbolt Version

[root@cloudbolt tmp]# git clone https://github.com/Tintri/tintri-python-sdk.git
Initialized empty Git repository in /tmp/tintri-python-sdk/.git/
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 511 (delta 0), reused 0 (delta 0), pack-reused 510
Receiving objects: 100% (511/511), 1.10 MiB, done.
Resolving deltas: 100% (328/328), done.

[root@cloudbolt tmp]# cd tintri-python-sdk/
[root@cloudbolt tintri-python-sdk]# pip install Tintri_PySDK-1.0-py2-none-any.whl
Tintri_PySDK-1.0-py2-none-any.whl is not a supported wheel on this platform.
You are using pip version 19.0.3, however version 19.2.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

[root@cloudbolt tintri-python-sdk]# pip install --upgrade pip
Collecting pip
Downloading https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl (1.4MB)
100% |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 1.4MB 9.3MB/s
Installing collected packages: pip
Found existing installation: pip 19.0.3
Uninstalling pip-19.0.3:
Successfully uninstalled pip-19.0.3

Successfully installed pip-19.2.1
[root@cloudbolt tintri-python-sdk]# pip install Tintri_PySDK-1.0-py2-none-any.whl
ERROR: Tintri_PySDK-1.0-py2-none-any.whl is not a supported wheel on this platform.

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.