Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d4b8e57
adding templates listing hint
CoolCold Jun 8, 2011
5434d68
initial import from http://files.obnovlenie.ru/~amax/openvz/prep-sqee…
CoolCold Jun 21, 2011
665865a
a bit of error handling, more packages, ssh keys as array
CoolCold Jun 23, 2011
09e6e93
adding default exim config; removing amax's key,commenting keys
CoolCold Jun 23, 2011
7314573
updating squeeze version, make temp dir work on lenny too
CoolCold Jul 26, 2011
b94a7cc
renaming default config file to example one, prevent overwrite of pro…
CoolCold Jul 26, 2011
77e94ae
adding more config files
CoolCold Nov 8, 2011
69b84e6
Merge branch 'master' of github.com:CoolCold/tools
CoolCold Nov 8, 2011
14cb666
updating squeeze version to 6.0.3
CoolCold Dec 17, 2011
8c8c3a3
updating debian version to 6.0.4
CoolCold Feb 14, 2012
feaa541
adding ip route to be in default template
CoolCold Mar 2, 2012
5da5123
adding script to build debian kernel from openvz patch + vanilla; ini…
CoolCold Mar 25, 2012
f209454
adding command-line configration support;adding fakeroot to
CoolCold Apr 8, 2012
0354c7e
addnat now reads config as well
CoolCold Apr 9, 2012
748d6dd
do not building debug kernel version by default
CoolCold Apr 29, 2012
d135e2d
adding license, short description
CoolCold Apr 29, 2012
297ef1e
adding -h option into help section
CoolCold Apr 29, 2012
d1bb063
bumping new stable version
CoolCold Apr 29, 2012
a5a5697
fixing cpucount, packages check before timeout
CoolCold May 3, 2012
2af3a2c
changing debian version to 6.0.5
CoolCold May 14, 2012
02540e1
setting new stable version 042stab055.10
CoolCold May 21, 2012
78c18d5
updating kernel version, remove dpkg messages
CoolCold Jun 22, 2012
a98c2d2
updating to latest stable 042stab057.1
CoolCold Jul 2, 2012
a8fedd4
removing openvz tools, setting notice about this in readme
CoolCold Sep 5, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@

### openvz: ###

* vzcreate.sh - script to create openvz containers and setting reasonable persystem defaults.
* addnat.sh - script to add SNAT to container with ip from private network
* fwdport.sh - script to forward port from host's external ip into container's internal network
openvz scripts moved to separate repo - https://github.com/CoolCold/openvz-tools
4 changes: 2 additions & 2 deletions copyenv
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ if [ "x$AUTHCOPY" = "xYES" ];then
if [ $? -eq 0 -a ! -z "$akey" ];then
ssh "$RHOST" "mkdir -p ~/.ssh;chmod 700 .ssh;echo "$akey" > $AKEY_TMPL;chmod 600 $AKEY_TMPL"
else
echo "$AKEY_FILE wasn't copied - empty/unable to read, skipping"
echo "$AKEY_FILE wasn't copyied - empty/unable to read, skipping"
fi
fi
for i in bin .vimrc .screenrc .profile .bashrc .gitconfig .hgrc ;do
for i in bin .vimrc .vim .screenrc .profile .bash_profile .bashrc .gitconfig .hgrc .tmux.conf ;do
if [ -r $i ];then
scp -r "$i" "$RHOST":
fi
Expand Down
29 changes: 0 additions & 29 deletions openvz/vzcreate/addnat.sh

This file was deleted.

12 changes: 0 additions & 12 deletions openvz/vzcreate/fwdport.sh

This file was deleted.

4 changes: 0 additions & 4 deletions openvz/vzcreate/vzcreate.conf

This file was deleted.

33 changes: 0 additions & 33 deletions openvz/vzcreate/vzcreate.sh

This file was deleted.