зеркало из https://github.com/Azure/Avere.git
rename eventhub:
This commit is contained in:
Родитель
ac4741a2fd
Коммит
bd6140eff0
|
@ -58,12 +58,12 @@ class TestEdasim:
|
|||
with open(os.path.expanduser(r'~/.ssh/id_rsa.pub'), 'r') as ssh_pub_f:
|
||||
ssh_pub_key = ssh_pub_f.read()
|
||||
td.deploy_params = {
|
||||
'namespaceName': "edasimeventhub",
|
||||
'namespaceName': "edasimeventhub2",
|
||||
'namespaceAuthorizationRuleName': 'edasimeventhub',
|
||||
'eventHubName': 'edasimeventhub',
|
||||
'eventHubName': 'edasimeventhub2',
|
||||
'eventhubAuthorizationRuleName': 'edasimeventhub',
|
||||
'eventhubAuthorizationRuleName1': 'edasimeventhub1',
|
||||
'consumerGroupName': 'test',
|
||||
'consumerGroupName': 'edasimtest',
|
||||
}
|
||||
|
||||
logging.debug('> Generated deploy parameters: \n{}'.format(
|
||||
|
@ -81,8 +81,6 @@ class TestEdasim:
|
|||
helpers.run_ssh_commands(ssh_con, commands)
|
||||
|
||||
|
||||
|
||||
|
||||
##########################################################
|
||||
# td.template = requests.get(
|
||||
# url=('https://raw.githubusercontent.com/Azure/Avere/master/src/go/cmd/edasim/deploymentartifacts/template/azuredeploy.json').json()
|
||||
|
|
Загрузка…
Ссылка в новой задаче