diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:36:06 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:36:06 +0200 |
commit | 162bef18b394caa2053aeb97157333d03d279ddd (patch) | |
tree | c62fc89019259e30851e5d145296585e5bd3c135 /README | |
parent | d65dd50278fec1b253fcd3fe4cfcdab533f20cc8 (diff) | |
download | ipmiboot-162bef18b394caa2053aeb97157333d03d279ddd.tar.gz ipmiboot-162bef18b394caa2053aeb97157333d03d279ddd.tar.bz2 ipmiboot-162bef18b394caa2053aeb97157333d03d279ddd.tar.xz ipmiboot-162bef18b394caa2053aeb97157333d03d279ddd.zip |
Add ipecompute support
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,8 +1,19 @@ Actions ======= 1) We need to build a CD which will request kickstart file from the web server -2) This CD should be programmed in IPMI interface - => Currently placed in /virtual/images/centos74-ands.iso on ipepdvsrv2 +2) This CD should be programmed in IPMI interface, + => Currently placed in /virtual/images/centos74-ands.iso on ipepdvsrv2 + => Configuration: + Host (CIFS): 192.168.26.172 + Path: \images\centos74-ands.iso + User: guest + Password: anything + Domain: ipe.kit.edu + => On Ipepdvcompute2 + Host (NFS): 192.168.26.172 + Path: /virtual/images/ + Image Name (On the previous screen): centos8-ands.iso + 3) The installation is triggered by ipmi commands 4) The web server runs a php script which detects connecting server and templates appropriate kickstart file => It is installed on ufo.kit.edu in /srv/www/htdocs/ands/kickstart |