예제 #1
0
def setup_container_providers(uses_container_providers):
    """Adds all container providers listed in cfme_data.yaml

    This includes ``kubernetes`` and ``openshift`` provider types
    """
    providers._setup_providers('container', validate=True, check_existing=True)
예제 #2
0
def setup_cloud_providers(uses_cloud_providers):
    """Adds all cloud providers listed in cfme_data.yaml

    This includes ``ec2`` and ``openstack`` provider types
    """
    providers._setup_providers('cloud', validate=True, check_existing=True)
예제 #3
0
def setup_infrastructure_providers(uses_infra_providers):
    """Adds all infrastructure providers listed in cfme_data.yaml

    This includes ``rhev`` and ``virtualcenter`` provider types
    """
    providers._setup_providers('infra', validate=True, check_existing=True)
예제 #4
0
def setup_container_providers(uses_container_providers):
    """Adds all container providers listed in cfme_data.yaml

    This includes ``kubernetes`` and ``openshift`` provider types
    """
    providers._setup_providers('container', validate=True, check_existing=True)
예제 #5
0
def setup_cloud_providers(uses_cloud_providers):
    """Adds all cloud providers listed in cfme_data.yaml

    This includes ``ec2`` and ``openstack`` provider types
    """
    providers._setup_providers('cloud', validate=True, check_existing=True)
예제 #6
0
def setup_infrastructure_providers(uses_infra_providers):
    """Adds all infrastructure providers listed in cfme_data.yaml

    This includes ``rhev`` and ``virtualcenter`` provider types
    """
    providers._setup_providers('infra', validate=True, check_existing=True)