shapeblue / Trillian

Trillian - flexible monkey powered CI/CD
Apache License 2.0
14 stars 13 forks source link

[SOFIA-LAB] Vmware 7 support #130

Closed nvazquez closed 3 years ago

nvazquez commented 3 years ago

This solution for 4.14 uses a nested vCenter solution (template = "vCenter7-Nested-New")

Upgrade to 4.15: Since 4.15 we will be able to use the vCenter template directly with the deploy-as-is feature: set vc_template: "vCenter7 Appliance"

rohityadavcloud commented 3 years ago

@nvazquez can this be merged ?

nvazquez commented 3 years ago

Rebased sofia-lab as I was getting SSH issues

====Trying SSH Connection: Host:10.0.32.252 User:root                                   Port:22 RetryCnt:60===
SshClient: Exception under createConnection: ['Traceback (most recent call last):\n', '  File "/usr/lib/python2.7/site-packages/marvin/sshClient.py", line 122, in createConnection\n    allow_agent=False)\n', '  File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect\n    t.start_client()\n', '  File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 492, in start_client\n    raise e\n', 'ValueError: CTR mode needs counter parameter, not IV\n']
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/marvin/sshClient.py", line 122, in createConnection
    allow_agent=False)
  File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect
    t.start_client()
  File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 492, in start_client
    raise e
ValueError: CTR mode needs counter parameter, not IV
nvazquez commented 3 years ago

@rhtyd starting a new round of tests after rebasing - will report if the SSH error is fixed and this can be merged

nvazquez commented 3 years ago

Rebased fixed the SSH issue, merging