From 8ce19471853d3c1961274d2edd0f83221a8a3d43 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 25 Feb 2019 17:49:12 +0100 Subject: Add port to remote management parameters This change proposes addition of a new optional parameter to PDF schema to add port to remote management parameters so one can use none-default ports if needed. Apart from the PODs that use none-default ports for remote managamene, n example to this use case is the virtual deployments that use virtualbmc for simulating BMC which requires calculation of ports on the fly which could be messy. By adding the port into PDF, it is straightforward to configure the tools to use none-default ports if needed. Change-Id: I4ce41c3977470576296a13dc668dec246fc29314 Signed-off-by: Fatih Degirmenci --- config/pdf/pod1.schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/pdf/pod1.schema.yaml b/config/pdf/pod1.schema.yaml index 419ab288..4de326ed 100644 --- a/config/pdf/pod1.schema.yaml +++ b/config/pdf/pod1.schema.yaml @@ -74,6 +74,8 @@ definitions: type: 'string' pass: type: 'string' + port: + type: 'number' privilege_level: type: 'string' type: -- cgit 1.2.3-korg