jcpowermac on master
Update contact info Merge pull request #443 from mt… (compare)
$ $ docker pull cscdock/hanlon-microkernel:3.0.1
3.0.1: Pulling from cscdock/hanlon-microkernel
6ea79f377ee3: Pull complete
896fd5026af0: Pull complete
ad5ce9abe4f9: Pull complete
9bd88c7ac976: Pull complete
5de0195fc354: Pull complete
Digest: sha256:952b319fb953752ab53e2a80c0559f481e1e5b4ed7ed1cdccb573d79a6bd06a0
Status: Downloaded newer image for cscdock/hanlon-microkernel:3.0.1
$ docker save cscdock/hanlon-microkernel:3.0.1 > /tmp/hanlon-microkernel-v3.0.1.tar
$ bzip2 /tmp/hanlon-microkernel-v3.0.1.tar
$ hanlon image add -t mk -p /tmp/rancheros-v0.4.1.iso -d /tmp/hanlon-microkernel-v3.0.1.tar.bz2 -k ~/.ssh/id_rsa.pub
Attempting to add, please wait...
Image Added:
UUID => 29bfsqlvBTXxdb2G8iVt6e
Type => MicroKernel Image
Name/Filename => rancheros-v0.4.1.iso
Status => Valid
Version => 3.0.1
Built Time => 2016-02-23 09:14:00 -0800
$ hanlon node
Discovered Nodes
UUID Last Checkin Status Tags
4QO9zcE5b9ZxoeC0AXKu0m 12 sec A [small_disk,000C29AECE0B,cpus_1,IntelCorporation,memsize_1987MiB,nics_1,vmware_vm]
$
cpus_1
and continuing to the end) are system defined tags
These vendor specific options used to be processed by https://github.com/csc/Hanlon-Microkernel/commit/05b87262967ee33b3a50ea3d412e7812d8dcac9f#diff-0ba7ab68423f2fe93e585cf854323583
#dnsmasq options:
dhcp-option-force=224,1.1.1.6
dhcp-option-force=225,8026
dhcp-option-force=226,http://1.1.1.6:8026/
Has there been a replacement for these?
base.rb
and windows_install.rb
files under the core/image_service
directory