mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
---- Author: Ian Southam <isoutham@schubergphilis.com> First commit towards moving systemvm to chef based configuration In this commit 1. cmdline json databag is created 2. ip association data bag is created 3. Basic chef cookbook to manage ips and routes Conflicts: systemvm/patches/debian/config/etc/init.d/cloud-early-config systemvm/patches/debian/config/var/chef/cookbooks/README tools/appliance/definitions/systemvm64template/postinstall.sh ---- Because we've refactored the systemvm template the change to postinstall.sh now gets its own chef.sh file.
8 lines
278 B
Ruby
Executable File
8 lines
278 B
Ruby
Executable File
name 'csip'
|
|
maintainer 'Apache Cloudstack'
|
|
maintainer_email 'dev@cloudstack.apache.org'
|
|
license 'Apache 2.0'
|
|
description 'Installs/Configures csip'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '0.1.0'
|