-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding one task to install debian and ubuntu (#571)
depends on: RackHD/on-taskgraph#346 Install Debian - Ubuntu with only one task: Task.Os.Install.Debian osName is a new required variable with default value debian. we use this variable in following files : - on-tasksgraph/data/template/install-debian/debian-preseed - on-tasksgraph/data/template/install-debian/debian-sources to install ubuntu you have to create a payload file with following details : ``` "osName": "Ubuntu", "version": "xenial", "baseUrl": "dists/xenial/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64", "repo": "http://172.31.128.1:8080/ubuntu", ``` current default values are : ``` "osName": "debian", "version": "stretch", "baseUrl": "dists/stretch/main/installer-amd64/current/images/netboot/debian-installer/amd64", "repo": "http://172.31.128.1:8080/debian", ``` Successfully tested with Debian Jessie, Debian stretch, ubuntu xenial on HP Proliant servers.
- Loading branch information
Showing
6 changed files
with
47 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
.../task-data/schemas/install-ubuntu-spec.js → .../task-data/schemas/install-debian-spec.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters