Commit graph

17 commits

Author SHA1 Message Date
Antony Messerli
6f3ba40d33 Revert "Switches bootloader_disks to bootloader_flavors"
This reverts commit fc06700dbe.
2024-03-30 17:40:28 -05:00
Antony Messerli
fc06700dbe Switches bootloader_disks to bootloader_flavors
Ensures bootloader_disks is set to one type to keep
index generation bound to one falvor type. Shifts generate
disk loop to use bootloader_flavors variable taht can be stacked
with multiple types.

Should fix issue causing the index to have the last name in the list
of bootloader_disks which was setting the incorrect name. This was
probably introduced with the change in:

https://github.com/netbootxyz/netboot.xyz/pull/1096
2024-03-30 17:31:09 -05:00
Antony Messerli
f233f1b3fd Lint fixes 2022-11-24 23:19:36 -06:00
Antony Messerli
384fdc8b7a Add fqdn for debug 2022-07-25 00:15:15 -05:00
Antony Messerli
5fc4f94772 Add name to debug flag 2022-07-25 00:12:17 -05:00
Antony Messerli
e919e4c428 Drop some whitespace 2022-07-25 00:07:58 -05:00
Antony Messerli
282dbd5095 Add some debug, strip out some quotes 2022-07-25 00:04:53 -05:00
Antony Messerli
d6ada65175 Lint fixes 2022-03-21 20:13:42 -05:00
Antony Messerli
8478519621 Switch include to include_tasks
Resolves latest ansible deprecation errors
2022-03-06 12:03:49 -06:00
Antony Messerli
3ff282fb71 Adding generated pciids file
Adding static script from netbootxyz/pciids which is updated
and generated weekly
2020-01-05 23:04:40 -06:00
Antony Messerli
01fdb200a3 Adds PCI Device List to menu
Adds a PCI Device list tool to the menu which uses the
pci.ids list and refreshes it during deployment.
2020-01-04 00:21:05 -06:00
Antony Messerli
7f1c463a44 Generate signatures at very end
Moves signature generation to the very end to pick up
any additional files that were generated in the process.
2019-12-26 21:29:41 -06:00
Antony Messerli
f628157e43 Fixing signatures and add certs to loaders
* Shifting after_deploy messages and aws invalidation to
  proper locations
* Add cert checkout to preinstall and setting those on s3
  deploys only
* Adding production docker file which runs netboot.xyz overrides
* Only display sig menus if enabled
* Fix var names for signing
2019-12-15 22:02:19 +00:00
Antony Messerli
413f49b4d5
Add ability for self hosted custom menus (#23)
* Adds ability for self hosted custom menus

Templates can be added to /etc/netbootxyz/custom and are
generated and placed in the custom directory of the root
web directory by setting custom_generate_menus to true.

This provides an option on the main netboot.xyz menu to chain
into a custom environment so that seperate local menus can be
added and maintained seperately from the netboot.xyz source
code tree.

* Remove todo
2019-11-29 16:02:15 -06:00
Antony Messerli
41a1914750 Adds logic for generating signatures and certs
Comments defaults a bit as well
2019-11-27 05:29:47 +00:00
Antony Messerli
132399730c Pushing up more changes 2019-11-25 03:37:44 +00:00
Antony Messerli
fc4b151f7a initial commit 2019-11-06 22:34:15 -06:00