All public logs

Jump to navigation Jump to search

Combined display of all available logs of DER's LLC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:23, 2 June 2023 Admin talk contribs created page DREN/Kickstart/scripts (Created page with "==initiateKickstart== #!/usr/bin/python import xmlrpclib import subprocess import sys SATELLITE_URL = "http://localhost/rpc/api" SATELLITE_LOGIN = "daniel.roessner.adm" SATELLITE_PASSWORD = SYSTEM = "rdhpwngmp-09.711hpw.afrl-wrs.hpc.mil" PROFILE_NAME = "DCOS-Slave" def kickstart(key, SYSTEM, PROFILE_NAME): list = client.system.listSystems(key) for sys in list: if sys['name'] == SYSTEM: system_id = sys['id'] #print client.kickstart.lis...")