Skip to content

Commit 7b35224

Browse files
authored
Merge pull request QualiSystems#83 from QualiSystems/develop
Merging dev to master to get the fixed version
2 parents b228382 + 8c410d1 commit 7b35224

9 files changed

Lines changed: 14 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ drivers/ansible_shellPackage/Resource Drivers - Python/*.zip
77
.eggs/
88
cloudshell_cm_ansible.egg-info/
99
package/cloudshell_cm_ansible.egg-info/
10+
drivers/ansible_shell.zip

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python:
33
- "2.7"
44

55
install:
6-
- pip install -r package/test_requirements.txt --extra-index-url https://pypi.python.org/simple
6+
- pip install -r external_requirements.txt --extra-index-url https://pypi.python.org/simple
77
- pip install -r test_requirements.txt --extra-index-url https://pypi.python.org/simple
88
- pip install "cloudshell-shell-core>=2.2.0,<2.3.0" --extra-index-url https://testpypi.python.org/simple
99
- pip install "cloudshell-automation-api>=8.0.0.0,<8.1.0.0" --extra-index-url https://testpypi.python.org/simple

drivers/ansible_shell/drivermetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Driver Description="" MainClass="driver.AnsibleShellDriver" Name="Ansible Shell Driver" Version="1.0.0">
1+
<Driver Description="" MainClass="driver.AnsibleShellDriver" Name="Ansible Shell Driver" Version="1.2.0">
22
<Layout>
33
<Category Name="General">
44
<Command Description="" DisplayName="Execute Playbook" EnableCancellation="true" Name="execute_playbook" Tags="allow_unreserved" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cloudshell-shell-core>=2.2.0,<2.3.0
2-
cloudshell-cm-ansible>=1.1.0,<1.2.0
2+
cloudshell-cm-ansible>=1.2.0,<1.3.0

drivers/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

external_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
requests
2+
pywinrm==0.2.2
3+
paramiko==2.1.2

package/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

test_requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
coverage
22
teamcity-messages
33
nose-exclude
4-
coveralls
4+
coveralls
5+
nose
6+
mock
7+
unittest2

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)