# # ovirt-engine-setup -- ovirt engine setup # Copyright (C) 2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # """Config.""" ENGINE_SYSCONFDIR = '/home/wil/ovirt-engine/etc/ovirt-engine' ENGINE_SERVICE_CONFIG = '/home/wil/ovirt-engine/etc/ovirt-engine/engine.conf' ENGINE_PKIDIR = '/home/wil/ovirt-engine/etc/pki/ovirt-engine' ENGINE_DATADIR = '/home/wil/ovirt-engine/share/ovirt-engine' ENGINE_LOCALSTATEDIR = '/home/wil/ovirt-engine/var/lib/ovirt-engine' PACKAGE_VERSION = '3.3.0_master' DISPLAY_VERSION = '3.3.0_master' RPM_VERSION = '3.3.0' RPM_RELEASE = '0.2.master.20130429085038' # vim: expandtab tabstop=4 shiftwidth=4