[Ovirt-devel] [PATCH] integrate docs into appliance / server

Jason Guiditta jguiditt at redhat.com
Wed Oct 8 20:33:05 UTC 2008


On Wed, 2008-10-01 at 14:14 -0400, Mohammed Morsi wrote:
> ---
>  appliances/ovirt/ovirt.pp.in |    4 ++++
>  ovirt-recipe.spec.in         |    1 +
>  2 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/appliances/ovirt/ovirt.pp.in b/appliances/ovirt/ovirt.pp.in
> index 1ee8b48..e24c046 100644
> --- a/appliances/ovirt/ovirt.pp.in
> +++ b/appliances/ovirt/ovirt.pp.in
> @@ -168,6 +168,10 @@ single_exec {"ovirt_installation":
>      require => [Service["postgresql"],Single_exec["ovirt_appliance_installation"]]
>  }
>  
> +single_exec {"ovirt_docs_accesible_from_server":
> +    command => "/bin/ln -s /usr/share/doc/ovirt-docs-${appliance_version}/Using_oVirt/ /usr/share/ovirt-server/public/help"
> +}
> +
>  #
>  # Cobbler Configuration
>  #
> diff --git a/ovirt-recipe.spec.in b/ovirt-recipe.spec.in
> index 7013b3b..cb134c4 100644
> --- a/ovirt-recipe.spec.in
> +++ b/ovirt-recipe.spec.in
> @@ -29,6 +29,7 @@ Requires: iscsi-initiator-utils
>  Requires: ovirt-server
>  Requires: ovirt-node-image-pxe
>  Requires: ovirt-release
> +Requires: ovirt-docs
>  Requires: rhpl
>  Requires: cobbler
>  Requires: rubygem-cobbler

Pending the changes in the related patch, ACK, this seems to set up the
symlink fine.

-j




More information about the ovirt-devel mailing list