vagrant-lxc-ng/lib/vagrant-lxc/action
Franz Pletz be12f11ced Set container utsname to configured hostname per default
Previously, the utsname of a machine was set to the vagrant machine ID.
As the utsname represents the hostname of the machine and is independent
from the name of the actual LXC container, the hostname that was
specified in the Vagrantfile should be used instead. If no hostname is
provided, the machine ID will be used like before.

Additionally, this will trigger the DHCP client in the container to send
the correct hostname to the DHCP server on the first request at boot.
Vagrant sets the configured hostname only after the network is up. If
for example automatic DNS updates are configured, the right DNS record
will be created every time.
2014-03-13 19:06:05 +01:00
..
boot.rb Set container utsname to configured hostname per default 2014-03-13 19:06:05 +01:00
clear_forwarded_ports.rb Improve logging and add some TODOs that have been around for a while 2013-09-21 01:32:15 -03:00
compress_rootfs.rb Rename old container references to driver 2013-04-05 22:10:48 -03:00
create.rb Use a safer random name for containers (closes GH-192) 2014-02-02 19:43:51 -02:00
destroy.rb Rename old container references to driver 2013-04-05 22:10:48 -03:00
destroy_confirm.rb Add our own DestroyConfirm action 2013-04-18 03:11:36 -03:00
fetch_ip_from_dnsmasq_leases.rb Log container's mac address to ease debugging 2013-09-28 01:46:26 -03:00
fetch_ip_with_lxc_attach.rb small refactoring, added scripts for Openmandriva 2013-10-21 23:11:43 +04:00
forced_halt.rb Stop container with lxc-stop if lxc-shutdown does not succeed 2013-05-07 11:07:35 -03:00
forward_ports.rb Respect Vagrantfile options to disable forwarded port 2013-11-06 21:01:21 -02:00
handle_box_metadata.rb action/handle_box_metadata: Implement support for 1.0.0 base boxes 2014-03-09 21:21:39 -03:00
message.rb backports: Add Action::Message 2014-03-13 00:57:36 -03:00
prepare_nfs_settings.rb core: Implement support for built in synced folders and add required logic for NFS 2014-03-13 00:57:36 -03:00
prepare_nfs_valid_ids.rb core: Implement support for built in synced folders and add required logic for NFS 2014-03-13 00:57:36 -03:00
remove_temporary_files.rb Add support for using a sudo wrapper script 2013-07-28 02:17:07 -03:00
setup_package_files.rb package: lxc-config should be included when repackaging boxes 2014-03-13 00:57:37 -03:00
warn_networks.rb Fix WarnNetworks action [GH-154] 2013-11-06 21:21:16 -02:00