marvin: make deployDataCenter.py script compatible with python 2 and 3#5139
marvin: make deployDataCenter.py script compatible with python 2 and 3#5139nvazquez merged 1 commit intoapache:mainapache/cloudstack:mainfrom shapeblue:fix-py2-3-compatibilityshapeblue/cloudstack:fix-py2-3-compatibilityCopy head branch name to clipboard
Conversation
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ centos7 ✔️ centos8 ✔️ debian. SL-JID 324 |
|
@blueorangutan test kvm-ubuntu20 kvm-ubuntu20 |
|
@weizhouapache unsupported parameters provided. Supported mgmt server os are: |
|
@blueorangutan test ubuntu20 kvm-ubuntu20 |
|
@weizhouapache a Trillian-Jenkins test job (ubuntu20 mgmt + kvm-ubuntu20) has been kicked to run smoke tests |
|
@blueorangutan test |
|
@weizhouapache a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian Build Failed (tid-1042) |
|
Trillian test result (tid-1041)
|
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1043)
|
|
@blueorangutan test |
|
@Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Travis is passing except that one job |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 466 |
|
@blueorangutan test |
|
@Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1199)
|
|
@blueorangutan test |
|
@Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1207)
|
|
Merging based on approvals and test results |
Description
This PR fixes a compatibility issue noticed with deployDataCenter.py script when run with python3 - the script reports the following exception:
And hence doesn't create the dc_entries.obj file
Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
How Has This Been Tested?
Ran the deployDataCenter script using python2 and python3 - it runs successfully and generates the dc_entries.obj file in human readable format (which is controlled by the protocol number passed)