- 17 Nov, 2016 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 16 Nov, 2016 2 commits
-
-
Nikos Skalkotos authored
Fail if the network scripts are called with any positional arguments. Till now, they were silently ignored.
-
Nikos Skalkotos authored
This can be used to define an action for the default NIC that Ganeti will attach to an instance if none of the --net and --no-nics input arguments are defined on the instance creation command. This resolves #90
-
- 14 Nov, 2016 3 commits
-
-
Yiannis Tsiouris authored
Add a new auth_keys OS parameter
-
Nikos Skalkotos authored
This parameter can be used to inject authorization keys to the VM for the same users for whom a password change will be performed. Prior to this commit, the same functionality could be achieved by using the img_personality parameter to append the needed authorized_keys files to the instance, but this is not the correct way to do it. Only snf-image which does the deployment may know the actual path to the authorized keys files.
-
Nikos Skalkotos authored
Conflicts: docs/version.py version version.m4
-
- 10 Nov, 2016 4 commits
-
-
Nikos Skalkotos authored
Check the content of IMG_FORMAT variable. Not just the presence. This resolves #95
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 09 Nov, 2016 3 commits
-
-
Yiannis Tsiouris authored
Hotfix 0.20.2
-
Nikos Skalkotos authored
v0.20, that added userspace disk URI support, did not implement the support for image copying. This made URIs useful only in conjunction with the null backend. In order to overcome this and until we have a better solution we'll map the URIs to NBD block devices.
-
Nikos Skalkotos authored
Add conv=notrunc when copying images to disks. If the disk-template is file, using dd to copy the image into the disk would truncate the disk. This bug was introduced in version 0.20 where support for disk URIs was added. Prior to that, all file disks were always losetup-ed.
-
- 08 Nov, 2016 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Conflicts: docs/version.py version version.m4
-
- 04 Oct, 2016 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If you try snf-image-update-helper in wheezy you'll get a "no properly formatted MD5 checksum lines found" bug, because of a sed command that will trim 2 spaces into 1.
-
Nikos Skalkotos authored
Create a separate LICENSE file
-
Nikos Skalkotos authored
Fix path name in snf-image-update-helper manpage
-
- 03 Oct, 2016 6 commits
-
-
Karsten Heymann authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 30 Sep, 2016 2 commits
-
-
Nikos Skalkotos authored
snf-image-update-helper will check the MD5 sum of the downloaded helper image file against the one found inside the downloaded .md5sum file. Before doing this, replace the name found inside the .md5sum file with the one of the downloaded image. They may be different due to the fact that curl will construct the file name from the URL when downloading. Till now, we used to put the name of the cdn.dev.grnet.gr URL inside the md5sum file instead of the actual one.
-
Nikos Skalkotos authored
-
- 29 Sep, 2016 6 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Add instructions for Ubuntu 16.04 and add a deprecation warning for the CenOS instructions.
-
Nikos Skalkotos authored
This task is used when deploying Linux instances to alter the content of `/etc/machine-id`. This file contains an ID that is supposed to be globally unique. When deploying an image it is better to regenerate a random new one to assure the uniqueness. For more info check: https://www.freedesktop.org/software/systemd/man/machine-id.html
-
- 28 Sep, 2016 4 commits
-
-
Nikos Skalkotos authored
Update the architecture documentation to reflect the current state of the configuration tasks.
-
Yiannis Tsiouris authored
Add support for Network Manager
-
Nikos Skalkotos authored
Before executing a network configuration script, print its argument to have them logged.
-
Nikos Skalkotos authored
Introduce the new NM_NETWORKING image property that will force the creation of Network Manager configuration files if defined
-
- 12 Sep, 2016 1 commit
-
-
Nikos Skalkotos authored
Rename debian.sh to ifupdown.sh and redhat.sh to ifcfg.sh. This is done to make things more clear in case we add more network drivers that do apply to Debian and RedHat like a driver for NetworkManager.
-
- 09 Sep, 2016 1 commit
-
-
Nikos Skalkotos authored
* Fix a list that was parsed incorrect * Make some links with name "here", "diskdump", "md5sum" and "metadata" anonymous, so that sphinx stops complaining that those names are defined multiple times.
-