Initial version 05/705/1
authorRalf Mueller <ralf.1.mueller@nokia.com>
Wed, 24 Apr 2019 10:09:13 +0000 (13:09 +0300)
committerRalf Mueller <ralf.1.mueller@nokia.com>
Wed, 15 May 2019 12:33:48 +0000 (15:33 +0300)
commitf9adb9143ef94b16ae16941652e75deccad506ef
tree2c01bc69af722eeba1fc62497c0f1892a67c73c9
parent3a2c5cc0fe9265242032882d68129b7faf47235c
Initial version

Change-Id: I6197be5766e32f3fe70fc3f65243a1cb7032ec16
Signed-off-by: Ralf Mueller <ralf.1.mueller@nokia.com>
30 files changed:
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
docker-build/remote-installer/Dockerfile [new file with mode: 0644]
remote-installer.spec [new file with mode: 0644]
scripts/build.sh [new file with mode: 0755]
scripts/start.sh [new file with mode: 0755]
scripts/stop.sh [new file with mode: 0755]
src/remoteinstaller/__init__.py [new file with mode: 0644]
src/remoteinstaller/installer/__init__.py [new file with mode: 0644]
src/remoteinstaller/installer/bmc_management/__init__.py [new file with mode: 0644]
src/remoteinstaller/installer/bmc_management/bmctools.py [new file with mode: 0644]
src/remoteinstaller/installer/bmc_management/hw17.py [new file with mode: 0644]
src/remoteinstaller/installer/bmc_management/oe19.py [new file with mode: 0644]
src/remoteinstaller/installer/bmc_management/or18.py [new file with mode: 0644]
src/remoteinstaller/installer/bmc_management/rm18.py [new file with mode: 0644]
src/remoteinstaller/installer/catfile.py [new file with mode: 0644]
src/remoteinstaller/installer/install.py [new file with mode: 0644]
src/remoteinstaller/server/__init__.py [new file with mode: 0644]
src/remoteinstaller/server/server.py [new file with mode: 0644]
src/scripts/patchiso.sh [new file with mode: 0755]
src/setup.py [new file with mode: 0644]
test/certificates/create.sh [new file with mode: 0755]
test/certificates/openssl-badboy.cnf [new file with mode: 0644]
test/certificates/openssl-ca-sign.cnf [new file with mode: 0644]
test/certificates/openssl-ca.cnf [new file with mode: 0644]
test/certificates/openssl-client-sign.cnf [new file with mode: 0644]
test/certificates/openssl-client.cnf [new file with mode: 0644]
test/certificates/openssl-server-sign.cnf [new file with mode: 0644]
test/certificates/openssl-server.cnf [new file with mode: 0644]
test/certificates/openssl.cnf [new file with mode: 0644]