Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
virtinstaller
Commits
28f7b952
Commit
28f7b952
authored
Mar 18, 2016
by
Server Team
Browse files
improve doc/README
parent
4d9685b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
28f7b952
On server
==============
1.
have a look at the variables in virt-install-debian and adapt to your liking
at first please
have a look at the variables in virt-install-debian and adapt to your liking
# kick installation
virt-install-debian
export DOMAIN=srvXXX
# login and create /root/.ssh
# install curl (until its part of base install)
# shutdown
virsh shutdown
domain
virsh shutdown
$DOMAIN
# copy ssh-keys of admins into machine
virt-copy-in -d
domain
authorized_keys /root/.ssh/
virt-copy-in -d
$DOMAIN
authorized_keys /root/.ssh/
# start again
virsh start domain
virsh start $DOMAIN
# set domain to autostart
virsh autostart $DOMAIN
On your workstation (chef master node)
========================================
...
...
Write
Preview
Supports
Markdown
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