{"id":34257133,"url":"https://github.com/cloudify-cosmo/cloudify-cloudstack-plugin","last_synced_at":"2026-03-10T20:36:58.546Z","repository":{"id":16810498,"uuid":"19569477","full_name":"cloudify-cosmo/cloudify-cloudstack-plugin","owner":"cloudify-cosmo","description":"Cloudify plugin for CloudStack ","archived":false,"fork":false,"pushed_at":"2020-03-09T13:11:15.000Z","size":271,"stargazers_count":5,"open_issues_count":3,"forks_count":5,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-12-20T01:51:24.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudify-cosmo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-08T10:23:17.000Z","updated_at":"2017-02-13T01:52:47.000Z","dependencies_parsed_at":"2022-08-27T00:11:43.021Z","dependency_job_id":null,"html_url":"https://github.com/cloudify-cosmo/cloudify-cloudstack-plugin","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/cloudify-cosmo/cloudify-cloudstack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudify-cosmo%2Fcloudify-cloudstack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudify-cosmo%2Fcloudify-cloudstack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudify-cosmo%2Fcloudify-cloudstack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudify-cosmo%2Fcloudify-cloudstack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudify-cosmo","download_url":"https://codeload.github.com/cloudify-cosmo/cloudify-cloudstack-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudify-cosmo%2Fcloudify-cloudstack-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30352950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-16T14:10:43.989Z","updated_at":"2026-03-10T20:36:58.522Z","avatar_url":"https://github.com/cloudify-cosmo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cloudify CloudStack Plugin\n==========================\n\n* Master [![Circle CI](https://circleci.com/gh/cloudify-cosmo/cloudify-cloudstack-plugin.svg?style=shield)](https://circleci.com/gh/cloudify-cosmo/cloudify-cloudstack-plugin)\n* Master Branch [![Build Status](https://travis-ci.org/cloudify-cosmo/cloudify-cloudstack-plugin.svg?branch=master)](https://travis-ci.org/cloudify-cosmo/cloudify-cloudstack-plugin)\n\nCloudify's CloudStack plugin provides the ability to create [CloudStack](http://cloudstack.apache.org/) resources using Cloudify.\n\n# Get started\n\nYou'll need access to a cloudstack cloud with advanced networking, e.g support for VPC and Isolated networking\n\nVery condensed HOWTO, more to follow:\n\n* cd ~\n* virtualenv cfy-demo\n* cd ~/cfy-demo\n* source bin/activate\n* pip install https://github.com/cloudify-cosmo/cloudify-dsl-parser/archive/master.zip\n* pip install https://github.com/cloudify-cosmo/cloudify-rest-client/archive/master.zip\n* pip install https://github.com/cloudify-cosmo/cloudify-plugins-common/archive/master.zip\n* pip install https://github.com/cloudify-cosmo/cloudify-script-plugin/archive/master.zip\n* pip install https://github.com/cloudify-cosmo/cloudify-cli/archive/master.zip\n* git clone https://github.com/schubergphilis/cloudify-manager-blueprints.git\n* git clone https://github.com/schubergphilis/cloudify-nodecellar-example.git\n* cp cloudify-manager-blueprints/cloudstack/inputs.json.template cloudify-config.json\n* vi cloudify-config.json - fill in your cloud specific details\n* vi cloudify-nodecellar-example/cloudstack-vpc-blueprint.yaml - edit it with your specifics (service offerings , fw settings and such)\n* cfy init -r\n* cfy bootstrap -p cloudify-manager-blueprints/cloudstack/cloudstack-manager-blueprint.yaml -i cloudify-config.json --install-plugins\n* at this stage your manager will be deployed fingers crossed :)\n* look at the returned public ip - should be accessible in your browser\n* cfy blueprints upload -p cloudify-nodecellar-example/cloudstack-vpc-blueprint.yaml b my-first-blueprint\n* surf to http://your-manager-ip\n* start the install workflow in the webui\n* fingers-crossed - if all ok - your sample app should be accessible on port :8080\n\nOR\n\n* cd ~\n* wget https://raw.githubusercontent.com/schubergphilis/cloudify-cloudstack-plugin/master/bootstrap-demo-env.sh\n* ./bootstrap-demo-env.sh\n* 1st prompt: edit json with your cloudstack details\n* 2nd prompt: edit this YAML with your specifics, especially the firewall bits\n* Your manager should be bootstrapping\n* browse to the returned IP\n* * cfy blueprints upload -p cloudify-nodecellar-example/cloudstack-vpc-blueprint.yaml b my-first-blueprint\n* surf to http://your-manager-ip\n* start the install workflow in the webui\n* fingercrossed - if all ok - your sample app should be accessible on port :8080\n\nIf you are here without problems, good for me :)\nIf not: rkuipers@schubergphilis.com, cloudify dev-list, irc-channel or twitter @\\_BouL\\_\n\n\n##Disclaimer\n\nThe code in this repository has been contributed by the Cloudify community (thanks [Roeland Kuipers](https://github.com/boul)). We intend to put it through our comprehensive testing framework in the near future, but until then please note that it's considered experimental and provided as is.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudify-cosmo%2Fcloudify-cloudstack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudify-cosmo%2Fcloudify-cloudstack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudify-cosmo%2Fcloudify-cloudstack-plugin/lists"}