Skip to content

Tooling used to create an iPXE menu for VMware PXE installations

License

Notifications You must be signed in to change notification settings

DJClean/vmware_ipxe

Repository files navigation

sqlite database schema:

CREATE TABLE hosts (
    host TEXT PRIMARY KEY,
    vcenter TEXT NOT NULL,
    cluster TEXT NOT NULL,
    ip TEXT NOT NULL UNIQUE,
    gateway TEXT NOT NULL,
    dns TEXT NOT NULL,
    vlan INTEGER NOT NULL,
    vmnic TEXT NOT NULL,
    version TEXT NOT NULL,
    template TEXT NOT NULL
);

CREATE TABLE 'vcenters' (
    vcenter TEXT PRIMARY KEY,
    bootnetwork TEXT NOT NULL
);


Scripts in powershell can be used to create list based on current clusters and single nodes

About

Tooling used to create an iPXE menu for VMware PXE installations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published