Пример #1
0
def register_feg_vm():
    """ Provisions the feg vm with the cloud vm """
    dev_utils.register_vm(
        vm_type="feg",
        admin_cert=("../../.cache/test_certs/admin_operator.pem",
                    "../../.cache/test_certs/admin_operator.key.pem"))
Пример #2
0
def register_vm():
    """ Provisions the gateway vm with the cloud vm """
    dev_utils.register_vm()
Пример #3
0
def register_vm():
    """ Provisions the gateway vm with the cloud vm """
    dev_utils.register_vm(vm_type="example")