microkernel not booting / facts not uploaded

18 views
Skip to first unread message

francesco cislaghi

unread,
Jul 30, 2015, 10:05:44 AM7/30/15
to puppet-razor
Hi everyone,

I'm trying to setup a razor lab environment with vagrant. I can reach the point where i can start a VM with PXE and it would get the initrd and vmlinuz image of the microkernel and then looks stuck.



































On the server side I can query the api and i can see that the nodes are there, but no facts have been uploaded.

Here's some output:

[root@razor ~]# razor events
[WARNING] MultiJson is using the default adapter (ok_json).We recommend loading a different JSON library to improve performance.

+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| name | timestamp                 | message                                                | entities          | entry                                       |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 11   | 2015-07-30 09:56:14 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 10   | 2015-07-30 09:37:13 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 9    | 2015-07-30 09:32:34 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 8    | 2015-07-30 09:11:14 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 7    | 2015-07-29 15:26:58 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 6    | 2015-07-29 15:19:19 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 5    | 2015-07-29 15:15:35 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 4    | 2015-07-29 15:01:53 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 3    | 2015-07-29 14:52:12 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 2    | 2015-07-29 14:45:05 +0000 | Matching tag 'small1cpu': Couldn't find fact 'proce... | (none)            | severity: error, error: tag_match           |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+
| 1    | 2015-07-29 14:38:41 +0000 |                                                        | task: microkernel | event: boot, template: boot, severity: info |
+------+---------------------------+--------------------------------------------------------+-------------------+---------------------------------------------+

Query an entry by including its name, e.g. `razor events 11`

[root@razor ~]# razor nodes
[WARNING] MultiJson is using the default adapter (ok_json).We recommend loading a different JSON library to improve performance.

+-------+-------------------+--------+--------+----------------+
| name  | dhcp_mac          | tags   | policy | metadata count |
+-------+-------------------+--------+--------+----------------+
| node2 | 08:00:27:17:9e:b8 | (none) | ---    | 0              |
+-------+-------------------+--------+--------+----------------+
| node3 | 08:00:27:f7:0a:3d | (none) | ---    | 0              |
+-------+-------------------+--------+--------+----------------+

Query an entry by including its name, e.g. `razor nodes node2`

[root@razor ~]# razor nodes node3
[WARNING] MultiJson is using the default adapter (ok_json).We recommend loading a different JSON library to improve performance.

          name: node3
      dhcp_mac: 08:00:27:f7:0a:3d
         state:
                  installed: false
  last_checkin: ---
      metadata: ---
          tags: (none)

Query additional details via: `razor nodes node3 [hw_info, log, state, tags]`

[root@razor ~]# razor nodes node3 hw_info
[WARNING] MultiJson is using the default adapter (ok_json).We recommend loading a different JSON library to improve performance.

  mac: [08-00-27-f7-0a-3d]

Query additional details via: `razor nodes node3 hw_info [mac]`

[root@razor ~]#


Any idea of what i could look into to troubleshoot this issue?
Thanks
Cheers

Francesco
Reply all
Reply to author
Forward
0 new messages