- 24 Jan, 2014 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fix a bug where API params like CONFIG_URL or IMG_PASSWORD where checked and used by scripts other that `create' (e.g. `import' and `export'). This may lead to errors. The CONFIG_URL may not be valid after the image creation
-
Nikos Skalkotos authored
-
- 05 Nov, 2013 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
In some cases the task removed some shadow/master.passwd entries by accident because the grep pattern it used was more general than it should be
-
- 04 Nov, 2013 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Update the documtation to reflect the changes made to support NetBSD and OpenBSD systems.
-
Nikos Skalkotos authored
In order to reenable fsync() the DO_SYNC image property should be defined like this: DO_SYNC=yes
-
- 01 Nov, 2013 2 commits
-
-
Nikos Skalkotos authored
This can be used to override the hashing function ChangePassword task uses. By default for linux and freebsd images, sha512 is used. For OpenBSD blowfish and for NetBSD sha1.
-
Nikos Skalkotos authored
It only affects the printing of an information string
-
- 31 Oct, 2013 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This is the default password hashing method for NetBSD.
-
Nikos Skalkotos authored
-
- 30 Oct, 2013 4 commits
-
-
Nikos Skalkotos authored
This is not supported by the Linux version of crypt and is needed for NetBSD and OpenBSD. Add a new python-bcrypt packet in the helper that implements the OpenBSD Blowfish password hashing algorithm.
-
Nikos Skalkotos authored
Those variables are needed to make ChangePassword work
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 29 Oct, 2013 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Resizing NetBSD and OpenBSD partitions, as well as FFS filesystems does not work for now
-
- 21 Oct, 2013 5 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
There was a debug print in pithcat causing problems
-
- 18 Oct, 2013 5 commits
-
-
Nikos Skalkotos authored
In the first page do not mention a specific FreeBSD version that was successfully deployed by snf-image. The versions change.
-
Nikos Skalkotos authored
Remove a reference to the deprecated file:// img_id prefix in the documentation
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fix a bug in get_partition_to_resize where the script would not stop if the get_partition_table function failed, leading to bash syntax errors.
-
- 17 Oct, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 15 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
In the sample images change the FreeBSD version from 9.1 to 9.2
-
- 14 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
Make sure to inform the users that the preferred way to define the db url is through the PITHCAT_INPUT_DB environmental variable
-
- 11 Oct, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Echo IMG_NAME and IMG_TYPE so they get written in the ganeti os log file. This is handy for debugging
-