Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cloudstack_wrapper (4) Versions 0.1.2

Configures and Customize Apache CloudStack using cookbook cloudstack libraries

Policyfile
Berkshelf
Knife
cookbook 'cloudstack_wrapper', '= 0.1.2', :supermarket
cookbook 'cloudstack_wrapper', '= 0.1.2'
knife supermarket install cloudstack_wrapper
knife supermarket download cloudstack_wrapper
README
Dependencies
Changelog
Quality 100%

cloudstack_wrapper Cookbook

Chef wrapper cookbook to install Apache Cloudstack
using cloudstack cookbook. Installation examples and provide installation order of various CloudStack components.

In this wrapper example, if you want to install a CloudStack management server
with all dependencies such as installing MySQL server, system VM template for
XenServer, use cloudstack_wrapper::all_in_one recipe.

Requirements

cookbooks

  • cloudstack - cloudstack cookbook provide libraries to install and configure CloudStack.
  • mysql - mysql cookbook is used to install MySQL server required by CloudStack.
  • nfs - nfs cookbook used for secondary storage and to import systemvm-templates.

Usage

cloudstack_wrapper::all_in_one

Configure a CloudStack Management server which will contain:
- local MySQL server
- initialize CloudStack database
- setup nfs share: /data/secondary for the secondary storage
- Download XenServer SystemVM template.
- Download vhd-util script.
- start cloudstack-management
- install and start cloudstack-usage
- Generate API keys for "admin"

Just include cloudstack_wrapper::all_in_one in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[cloudstack_wrapper::all_in_one]"
  ]
}

cloudstack_wrapper::dev_all_in_one

Same as all_in_one but set the Global Setting system.vm.use.local.storage
to use Local Storage for System VMs.

cloudstack_wrapper::management_server

  • Install cloudstack-management
  • Initialise cloudstack database on remote MySQL server.
  • Download system vm template using remote NFS share.
  • Start cloudstack-management
  • Generage API keys for "admin".

cloudstack_wrapper::mgt_remotenfs

Use Remote NFS share for Secondary Storage. Management server and cloudstack_usage
locally.

cloudstack_wrapper::mgt_db_remotenfs

Install management server, cloudstack_usage, and MySQL server and use remote NFS
shares.

cloudstack_wrapper::database_server

Install MySQL server with tuning required by CloudStack.

cloudstack_wrapper::nfsshares

Configure NFS server to export Primary and Secondary Storages shares.

Contributing

Fork it and customize it for your needs.
Fill Github issues
if you get into problems.

License and Authors

Copyright:: Copyright (c) 2015 CloudOps.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

mysql > 5.2.0
cloudstack >= 3.0.0
nfs >= 2.0.0
selinux >= 0.8.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

cloudstack_wrapper CHANGELOG

This file is used to list changes made in each version of the cloudstack_wrapper cookbook.

0.1.3

  • pdion891 - upgrade license date - update README

0.1.2

  • pdion891 - rename hypervisor_tpl by systemvm

0.1.1

  • pdion891 - add admin_apikey and admin_secretkey to cloudstack_global_setting resources

0.1.0

  • pdion891 - Initial release of cloudstack_wrapper

Foodcritic Metric
            

0.1.2 passed this metric