Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
c525b0b1
Commit
c525b0b1
authored
Sep 22, 2014
by
Christos Stavrakakis
Browse files
deploy: Install qemu-kvm from wheezy-backports
parent
40310423
Changes
4
Hide whitespace changes
Inline
Side-by-side
ci/schemas/one_node_wheezy/packages.conf
View file @
c525b0b1
...
...
@@ -4,5 +4,6 @@ python-scapy = 2.2.0+rfc6355-1
snf
-
ganeti
=
unstable
ganeti2
=
unstable
python
-
django
-
eztables
=
0
.
3
.
3
-
1
~
snf
~
0
.
2
qemu
-
kvm
=
wheezy
-
backports
[
ubuntu
]
snf-deploy/conf/packages.conf
View file @
c525b0b1
...
...
@@ -4,5 +4,6 @@ python-scapy = 2.2.0+rfc6355-1
snf
-
ganeti
=
unstable
ganeti2
=
unstable
python
-
django
-
eztables
=
0
.
3
.
3
-
1
~
snf
~
0
.
2
qemu
-
kvm
=
wheezy
-
backports
[
ubuntu
]
snf-deploy/files/etc/apt/sources.list.d/synnefo.wheezy.list
View file @
c525b0b1
deb http://ftp.de.debian.org/debian wheezy main non-free contrib
deb http://ftp.de.debian.org/debian wheezy-backports main non-free contrib
deb http://apt.dev.grnet.gr wheezy/
deb http://apt.dev.grnet.gr unstable/
...
...
snf-deploy/snfdeploy/base.py
View file @
c525b0b1
...
...
@@ -201,7 +201,7 @@ apt-mark hold {1}
info
=
config
.
get_package
(
package
,
self
.
node
.
os
)
if
info
in
\
[
"squeeze-backports"
,
"squeeze"
,
"stable"
,
"testing"
,
"unstable"
,
"wheezy"
]:
"testing"
,
"unstable"
,
"wheezy"
,
"wheezy-backports"
]:
apt_get
+=
" -t %s %s "
%
(
info
,
package
)
elif
info
:
apt_get
+=
" %s=%s "
%
(
package
,
info
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment