From 63eddebbb2a7ec9b967d7387f2fd20649b516294 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 14 Oct 2012 13:00:26 -0700 Subject: [PATCH] update inline docs --- manifests/api.pp | 14 ++++++++++++++ manifests/cert.pp | 3 +++ manifests/client.pp | 3 +++ manifests/compute/file_hack.pp | 3 +++ manifests/scheduler.pp | 3 +++ manifests/vncproxy.pp | 3 +++ manifests/volume.pp | 4 ++++ 7 files changed, 33 insertions(+) diff --git a/manifests/api.pp b/manifests/api.pp index f0debccfc..844bb217d 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -1,3 +1,17 @@ +# +# installs and configures nova api service +# +# * admin_password +# * enabled +# * ensure_package +# * auth_strategy +# * auth_host +# * auth_port +# * auth_protocol +# * admin_tenant_name +# * admin_user +# * enabled_apis +# class nova::api( $enabled = false, $ensure_package = 'present', diff --git a/manifests/cert.pp b/manifests/cert.pp index 3ad9e15ee..2f991cdd4 100644 --- a/manifests/cert.pp +++ b/manifests/cert.pp @@ -1,3 +1,6 @@ +# +# installs nova cert package and service +# class nova::cert( $enabled = false, $ensure_package = 'present' diff --git a/manifests/client.pp b/manifests/client.pp index 9bf055cf0..865b3a1c5 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -1,3 +1,6 @@ +# +# installs nova client +# class nova::client( $ensure = 'present' ) { diff --git a/manifests/compute/file_hack.pp b/manifests/compute/file_hack.pp index 11da4c1b3..881e81050 100644 --- a/manifests/compute/file_hack.pp +++ b/manifests/compute/file_hack.pp @@ -6,6 +6,9 @@ # This is only intended as a temporary fix and needs to be removed # once the issue is resolved with upstream. # +# TODO - check if this is still required for folsom +# +# class nova::compute::file_hack() { # this only works on Ubunty diff --git a/manifests/scheduler.pp b/manifests/scheduler.pp index 62f44d964..1634ed540 100644 --- a/manifests/scheduler.pp +++ b/manifests/scheduler.pp @@ -1,3 +1,6 @@ +# +# install nova scheduler +# class nova::scheduler( $enabled = false, $ensure_package = 'present' diff --git a/manifests/vncproxy.pp b/manifests/vncproxy.pp index 6a35dfed1..054ffd817 100644 --- a/manifests/vncproxy.pp +++ b/manifests/vncproxy.pp @@ -1,3 +1,6 @@ +# +# configures nova vnc proxy +# class nova::vncproxy( $enabled = false, $host = '0.0.0.0', diff --git a/manifests/volume.pp b/manifests/volume.pp index a59aee58c..63a411059 100644 --- a/manifests/volume.pp +++ b/manifests/volume.pp @@ -1,3 +1,7 @@ +# +# configures nova::volume. +# This has been deprecated in favor of cinder +# class nova::volume( $enabled = false, $ensure_package = 'present'