Skip to content

dave-tucker/cookbook-hp-sdnc

Repository files navigation

HP SDN Controller Cookbook

This cookbook installs the HP SDN Controller on an Ubuntu system

Requirements

  • This cookbook currently supports Ubuntu only.
  • Cookbook dependencies are managed by Berkshelf.
  • You need to supply your own .deb package and place it in "files/default/"

Attributes

hp-sdnc::default

Key Type Description Default
['hp-sdnc']['version'] String SDN Controller Version 2.0.0.4253
['hp-sdnc']['openstack'] String Openstack Version grizzly

Usage

hp-sdnc::default

Just include hp-sdnc in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[hp-sdnc]"
  ]
}

You can install a different version of the SDN controller or openstack by overriding the default attributes:

{
  "override_attributes": {
    "hp-sdnc": {
      "version": "1.X.Y.Z",
      "openstack": "folsom"
    }
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Dave Tucker

Copyright 2013, Hewlett-Packard Development Company, L.P

Licensed under the terms of the Apache v2.0 License

About

A Chef Cookbook for the HP VAN SDN Controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages