Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614662
README.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 21, 2:14 AM
Size
944 B
Mime Type
text/plain
Expires
Mon, Mar 23, 2:14 AM (1 h, 36 m)
Engine
blob
Format
Raw Data
Handle
354134
Attached To
rGMGRDCKR ganetimgr-docker
README.md
View Options
ganetimgr
-
docker
================
#
This
creates
a
container
running
ganeti
.
#
KVM
(
the
kernel
module
)
must
be
present
on
the
host
#
so
/
dev
/
kvm
will
be
passed
to
the
container
.
cd
ganeti
docker
build
-
t
grnet
/
ganeti
.
docker
run
--
privileged
--
detach
--
name
ganeti
grnet
/
ganeti
#
watcher
container
-
runs
a
beanstalk
tube
#
needs
python
deps
and
the
ganetimgr
project
#
docker
build
-
t
grnet
/
ganetimgr
-
watcher
watcher
-
Dockerfile
#
docker
run
--
link
ganetimgr
:
ganetimgr
--
name
ganetimgr
-
watcher
grnet
/
ganetimgr
-
watcher
#
Ganetimgr
doesn
'
t
support
non
localhost
beanstalks
so
this
is
integrated
in
#
the
main
container
#
Runs
ganetimgr
in
a
container
.
#
Uses
sqlite
,
no
redis
and
local
beanstalkd
/
watcher
by
default
.
docker
build
-
t
grnet
/
ganetimgr
.
docker
run
--
link
ganeti
:
ganeti
-
e
GANETIMGR_ADMIN_PASS
=<
pass
>
-
p
80
:
80
--
name
ganetimgr
grnet
/
ganetimgr
#
To
get
shell
access
to
any
of
the
containers
:
docker
exec
-
ti
<
cont_name
>
/
bin
/
bash
Event Timeline
Log In to Comment