dxc-technology / Hanlon-Microkernel

A small (in-memory) Microkernel used by the Hanlon server for discovery of new nodes
Other
20 stars 21 forks source link

Resolves issue when facter is updated upstream #28

Closed jcpowermac closed 8 years ago

jcpowermac commented 8 years ago

This update will resolve the issue if facter is updated upstream without changing the find in the dockerfile.

Listing the newly built microkernel

⚡ root@ubuntu-hanlon  ~/Hanlon-Microkernel   master ●  docker exec -it hanlon_server_1 ./cli/hanlon image 2Z1
Image:
 UUID =>  2Z1nbc8MMNpFq4xMZXGzBr
 Type =>  MicroKernel Image
 Name/Filename =>  rancheros.iso
 Status =>  Valid
 Version =>  3.0.0_dirty
 Built Time =>  2016-02-17 21:04:31 +0000

Listing the node after discovery, confirming facter is still functioning correctly.

  ⚡ root@ubuntu-hanlon  ~/Hanlon-Microkernel   master ●  docker exec -it hanlon_server_1 ./cli/hanlon node 58Z
Node:
 UUID =>  58Z0Z3GY2lqjOQ6BaS9AH5
 Last Checkin =>  02-18-16 03:53:26
 Status =>  active
 Tags =>  [memsize_2004MiB,kvm_vm]
 Hardware ID =>  [C2BFFAC2-53CF-41B1-96FD-E351BEE56531]
tjmcs commented 8 years ago

:+1: for a merge from me; we should tag this as v3.0.1 and ensure that we have a tagged container built from this patched release on DockerHub as well...

mtnbikenc commented 8 years ago

Code review and discussed changes with @tjmcs. :+1: for merge.