Following the example in https://github.com/os-autoinst/openQA/blob/master/docs/Installing.asciidoc I tried to install openQA on a fresh openSUSE 13.2 system.
After adding the repos:
zypper ar -f obs://devel:openQA/openSUSE_13.2 openQA
zypper ar -f obs://devel:openQA:13.2/openSUSE_13.2 openQA-perl-modules
I typed the following to install openQA (as stated in the doc) and got the following error (in bold):

# zypper install openQA
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following NEW package is going to be installed:
  openQA

1 new package to install.
Overall download size: 4.8 MiB. Already cached: 0 B  After the operation, additional 9.6 MiB will be used.
Continue? [y/n/? shows all options] (y): y
Retrieving package openQA-4.1432301320.bf9afea-613.1.noarch                                                                                    (1/1),   4.8 MiB (  9.6 MiB unpacked)
Retrieving: openQA-4.1432301320.bf9afea-613.1.noarch.rpm .........................................................................................................[done (1.0 MiB/s)]
Checking for file conflicts: .................................................................................................................................................[done]
(1/1) Installing: openQA-4.1432301320.bf9afea-613.1 ..........................................................................................................................[done]
Additional rpm output:
Can't locate OpenQA/Schema/Schema.pm in @INC (you may need to install the OpenQA::Schema::Schema module) (@INC contains: /usr/share/openqa/script/../lib /usr/lib/perl5/site_perl/5.20.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.20.1 /usr/lib/perl5/vendor_perl/5.20.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.20.1 /usr/lib/perl5/5.20.1/x86_64-linux-thread-multi /usr/lib/perl5/5.20.1 /usr/lib/perl5/site_perl .) at /usr/share/openqa/script/initdb line 29.
BEGIN failed--compilation aborted at /usr/share/openqa/script/initdb line 29.
### copy and edit /etc/apache2/vhosts.d/openqa.conf.template!
### run sudo /usr/share/openqa/script/fetchneedles

# _

Anyone offer help on this?

Thank you!
Charles Robertson