From cdeb35821d4a710733999d83247bd741ae7e860a Mon Sep 17 00:00:00 2001 From: Pavel Holica Date: Jan 09 2019 07:56:31 +0000 Subject: Allow hostnames in provider field. This allows identification of the specific service instance used in situations where there are more instance providing similar service. This is especially useful during transition periods where there are old and new instances service running at the same time. --- diff --git a/schemas/system.yaml b/schemas/system.yaml index 6f057b4..d44a70f 100644 --- a/schemas/system.yaml +++ b/schemas/system.yaml @@ -18,9 +18,11 @@ properties: provider: description: System used for provisioning. + This can also be hostname of the specific system instance. examples: - openstack - beaker + - beaker.example.com - openshift - rhev - any other provider