summaryrefslogtreecommitdiffstats
path: root/host_setup
Commit message (Collapse)AuthorAgeFilesLines
* Add IPv6 supportAmitay Isaacs2014-11-251-3/+8
| | | | | | New configuration variable NETWORK_STACK. Signed-off-by: Amitay Isaacs <amitay@gmail.com>
* Shift argument after processing itAmitay Isaacs2014-11-251-0/+1
| | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com>
* Remove netmask from network_mapMartin Schwenke2014-11-251-6/+7
| | | | | | | This removes the /24 assumption, embeds the prefix into the ip field and calculates netmask in the only place it is needed. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Add -n dry-run option to setup_networks.shMartin Schwenke2014-06-251-4/+13
| | | | | | This allows basic testing. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Make setup_networks.sh ignore unknown optionsMartin Schwenke2014-06-251-14/+18
| | | | | | | In preparation for adding more options. Unknown options are now ignored. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Remove unused virtual network configuration filesMartin Schwenke2014-06-256-34/+0
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Verify argument to setup_network.sh scriptAmitay Isaacs2013-05-091-7/+20
| | | | | | Also, validate if network map can be successfully generated. Signed-off-by: Amitay Isaacs <amitay@gmail.com>
* Fix empty case string in setup_networks.shAmitay Isaacs2013-05-091-1/+1
| | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com>
* Fix setup_networks.sh to run autocluster without dirty hacksMartin Schwenke2013-03-121-31/+21
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* New configuration variable NETWORKS - IPBASE, IPNET* no longer usedMartin Schwenke2013-03-051-0/+75
| | | | | | | | | Much more flexible network configuration. Replace canned host_setup/etc/libvirt/qemu/networks/*.xml with setup_networks.sh script. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Default domain is now example.comMartin Schwenke2012-05-221-1/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Change host_setup libvirt network autostart links to be relative.Martin Schwenke2009-09-213-3/+3
| | | | | | | They should link to parent directory, not to an absolute path under /etc. Signed-off-by: Martin Schwenke <martin@meltin.net>
* patch from Christian Ambach for not colliding with default bridgeAndrew Tridgell2008-08-013-3/+3
| | | | names
* make config less IBM specificAndrew Tridgell2008-07-231-1/+1
|
* simplify squid configAndrew Tridgell2008-07-111-114/+6
|
* added host_setup samplesAndrew Tridgell2008-07-078-0/+205