summaryrefslogtreecommitdiff
path: root/webvirtmgr.yaml
blob: 344f63f1a16ea359999270124b139e0031b57c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
metadata:
    name: webvirtmgr
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "WebVirtMgr"

install:
    deps:
        - git 
        - python-pip
        - python-libvirt
        - python-libxml2
        - novnc
run:
    steps:
        - ln -s /var/run/apache2 /etc/apache2/run
        - pip install Django==1.5.5
        - git clone git://github.com/retspen/webvirtmgr.git
        - cd webvirtmgr
        - ./manage.py syncdb --noinput
        - ./manage.py runserver 0:8000