Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
vmdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be56fe09
authored
Nov 20, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update install docs
parent
53502916
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
docs/install-node.rst
+9
-7
No files found.
docs/install-node.rst
View file @
be56fe09
...
@@ -6,7 +6,7 @@ Installation of a development node machine
...
@@ -6,7 +6,7 @@ Installation of a development node machine
Preparation
Preparation
-----------
-----------
First create a new Ubuntu 12.04 LTS
or later
instance. Set up git.. TODO
First create a new Ubuntu 12.04 LTS instance. Set up git.. TODO
Setting up required software
Setting up required software
...
@@ -14,7 +14,7 @@ Setting up required software
...
@@ -14,7 +14,7 @@ Setting up required software
Update package list and install the required softwares::
Update package list and install the required softwares::
$ sudo apt-get update
$ sudo apt-get update
sudo apt-get install --yes python-pip virtualenvwrapper git python-dev \
$
sudo apt-get install --yes python-pip virtualenvwrapper git python-dev \
openvswitch-common openvswitch-datapath-dkms openvswitch-switch \
openvswitch-common openvswitch-datapath-dkms openvswitch-switch \
openvswitch-controller libvirt-bin python-libvirt \
openvswitch-controller libvirt-bin python-libvirt \
libxml2-dev libxslt1-dev
libxml2-dev libxslt1-dev
...
@@ -33,15 +33,17 @@ Configuring the libvirt daemon
...
@@ -33,15 +33,17 @@ Configuring the libvirt daemon
------------------------------
------------------------------
Change the libvirt default settings in */etc/libvirt/qemu.conf*::
Change the libvirt default settings in */etc/libvirt/qemu.conf*::
$ clear_emulator_capabilities = 0
$ sudo tee -a /etc/libvirt/qemu.conf <<A
$ user = root
clear_emulator_capabilities = 0
$ group = root
user = "root"
$ cgroup_device_acl = [
group = "root"
cgroup_device_acl = [
"/dev/null", "/dev/full", "/dev/zero",
"/dev/null", "/dev/full", "/dev/zero",
"/dev/random", "/dev/urandom",
"/dev/random", "/dev/urandom",
"/dev/ptmx", "/dev/kvm", "/dev/kqemu",
"/dev/ptmx", "/dev/kvm", "/dev/kqemu",
"/dev/rtc", "/dev/hpet", "/dev/net/tun",
"/dev/rtc", "/dev/hpet", "/dev/net/tun",
]
]
A
Setting up SSL certificates for migrations::
Setting up SSL certificates for migrations::
...
@@ -63,7 +65,7 @@ Save configuration to virtualenv and activate environment::
...
@@ -63,7 +65,7 @@ Save configuration to virtualenv and activate environment::
$ cat >>/home/cloud/.virtualenvs/vmdriver/bin/postactivate <<END
$ cat >>/home/cloud/.virtualenvs/vmdriver/bin/postactivate <<END
export LIBVIRT_KEEPALIVE=True
export LIBVIRT_KEEPALIVE=True
export LIBVIRT_URI=test:///default
export LIBVIRT_URI=test:///default
export AMQP_URI=amqp://cloud:password@
host
/circle
export AMQP_URI=amqp://cloud:password@
$(hostname)
/circle
export HYPERVISOR_TYPE=test
export HYPERVISOR_TYPE=test
END
END
...
...
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