Juan Hernandez has posted comments on this change.

Change subject: core: copy engine.conf.defaults using the setup profile
......................................................................


Patch Set 1:

This assumes that the /usr/share/ovirt-engine/conf directory exists in 
development environments and that the developer has write permission to that 
directory. Both assumptions are wrong.

The way to work with this configuration is to create a file containing the 
settings for the development environment in some directory, for example 
$HOME/myengine.conf, and then set the environment variable ENGINE_DEFAULTS 
pointing to the defaults file (backend/manager/conf/engine.conf.defaults, for 
example) and the environment variable ENGINE_VARS pointing to the 
$HOME/engine.conf file:

  export 
ENGINE_DEFAULTS=$HOME/myrepository/backend/manager/conf/engine.conf.defaults
  export ENGINE_VARS=$HOME/myengine.conf

The $HOME/myengine.conf file should then contain the settings selected by the 
developer:

  ENGINE_ETC=$HOME/myconfiguration
  ENGINE_USR=$HOME/mydata
  ...

--
To view, visit http://gerrit.ovirt.org/10026
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If4eda5222591a238852664cae37ff5e341a0631a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to