Simone Tiraboschi has uploaded a new change for review.

Change subject: packaging: setup: adding local storage domain name to answer 
file
......................................................................

packaging: setup: adding local storage domain name to answer file

Adding local storage domain name value to
answer file to allow automated AIO setup.

Change-Id: Ic3bdb5b101a4b6b3261cad62c4977b4529e77a15
Bug-Url: https://bugzilla.redhat.com/1125920
Signed-off-by: Simone Tiraboschi <stira...@redhat.com>
---
M packaging/setup/ovirt_engine_setup/engine/constants.py
1 file changed, 8 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/31664/1

diff --git a/packaging/setup/ovirt_engine_setup/engine/constants.py 
b/packaging/setup/ovirt_engine_setup/engine/constants.py
index 7259314..ca9a3c7 100644
--- a/packaging/setup/ovirt_engine_setup/engine/constants.py
+++ b/packaging/setup/ovirt_engine_setup/engine/constants.py
@@ -633,7 +633,14 @@
     def STORAGE_DOMAIN_DIR(self):
         return 'OVESETUP_AIO/storageDomainDir'
 
-    STORAGE_DOMAIN_NAME = 'OVESETUP_AIO/storageDomainName'
+    @osetupattrs(
+        answerfile=True,
+        summary=False,
+        description=_('Local storage domain name'),
+    )
+    def STORAGE_DOMAIN_NAME(self):
+        return 'OVESETUP_AIO/storageDomainName'
+
     SSHD_PORT = 'OVESETUP_AIO/sshdPort'
     DEFAULT_SSH_PORT = 22
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3bdb5b101a4b6b3261cad62c4977b4529e77a15
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to