Skip to content

Commit c0e6bb1

Browse files
committed
Merge branch 'develop'
# Conflicts: # deployment_drivers/deploy_clone_from_vm/requirements.txt # deployment_drivers/deploy_from_image/requirements.txt # deployment_drivers/deploy_from_linked_clone/requirements.txt # deployment_drivers/deploy_from_template/requirements.txt # vcentershell_driver/requirements.txt
2 parents f218b15 + 55119e1 commit c0e6bb1

47 files changed

Lines changed: 797 additions & 135 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,14 @@ package/cloudshell/tests/config.ini
6767
*.tar.gz
6868
*.orig
6969
vCenterShell.zip
70-
vCenterShellPackage/Resource Drivers - Python/*
71-
vCenterShellPackage/Resource Scripts/*
72-
vCenterShellPackage/Topology Scripts/*.*
70+
vCenterShellPackage/
7371
debug.txt
7472
package/cloudshell/tests/utils/config.ini
75-
vCenterShellPackage/Resource Drivers - Python/VCenter Shell Driver.zip
7673

7774
#IDE Helpers
7875
deployment.xml
7976
deployment
8077

8178
#Misc
8279
.imdone
80+
develop.cmd

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ python:
33
- "2.7"
44

55
install:
6-
- pip install -r package/requirements.txt --extra-index-url https://testpypi.python.org/pypi
7-
- pip install cloudshell-shell-core --extra-index-url https://testpypi.python.org/pypi
6+
- pip install -r package/requirements.txt --extra-index-url https://testpypi.python.org/simple
7+
- pip install cloudshell-shell-core --extra-index-url https://testpypi.python.org/simple
8+
- pip install cloudshell-core --extra-index-url https://testpypi.python.org/simple
89
- pip install -r test_requirements.txt
910
- pip install coveralls
1011

1112
script:
1213
- pushd package
14+
- pip install "cloudshell-automation-api>=7.1.0.0,<7.2.0.0" --extra-index-url https://testpypi.python.org/simple
1315
- python setup.py develop
1416
- popd
1517
- python runtests.py --with-coverage --cover-package=package --exclude-dir=integration

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![Build Status](https://travis-ci.org/QualiSystems/vCenterShell.svg?branch=master)](https://travis-ci.org/QualiSystems/vCenterShell) [![Coverage Status](https://coveralls.io/repos/QualiSystems/vCenterShell/badge.svg?branch=develop&service=github)](https://coveralls.io/github/QualiSystems/vCenterShell?branch=develop) [![Code Climate](https://codeclimate.com/github/QualiSystems/vCenterShell/badges/gpa.svg)](https://codeclimate.com/github/QualiSystems/vCenterShell) [ ![Foo](https://qualisystems.getbadges.io/shield/company/qualisystems) ](https://getbadges.io) [![Stories in Ready](https://badge.waffle.io/QualiSystems/vCenterShell.svg?label=ready&title=Ready)](http://waffle.io/QualiSystems/vCenterShell) [![Join the chat at https://gitter.im/QualiSystems/vCenterShell](https://badges.gitter.im/QualiSystems/vCenterShell.svg)](https://gitter.im/QualiSystems/vCenterShell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Analytics](https://ga-beacon.appspot.com/UA-72194260-1/QualiSystems/vCenterShell)](https://github.com/QualiSystems/vCenterShell/)
1+
[![Build Status](https://travis-ci.org/QualiSystems/vCenterShell.svg?branch=master)](https://travis-ci.org/QualiSystems/vCenterShell) [![Coverage Status](https://coveralls.io/repos/QualiSystems/vCenterShell/badge.svg?branch=develop&service=github)](https://coveralls.io/github/QualiSystems/vCenterShell?branch=develop) [![Code Climate](https://codeclimate.com/github/QualiSystems/vCenterShell/badges/gpa.svg)](https://codeclimate.com/github/QualiSystems/vCenterShell)
2+
[![Dependency Status](https://dependencyci.com/github/QualiSystems/vCenterShell/badge)](https://dependencyci.com/github/QualiSystems/vCenterShell)
3+
[ ![Foo](https://qualisystems.getbadges.io/shield/company/qualisystems) ](https://getbadges.io) [![Stories in Ready](https://badge.waffle.io/QualiSystems/vCenterShell.svg?label=ready&title=Ready)](http://waffle.io/QualiSystems/vCenterShell) [![Join the chat at https://gitter.im/QualiSystems/vCenterShell](https://badges.gitter.im/QualiSystems/vCenterShell.svg)](https://gitter.im/QualiSystems/vCenterShell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Analytics](https://ga-beacon.appspot.com/UA-72194260-1/QualiSystems/vCenterShell)](https://github.com/QualiSystems/vCenterShell/)
24

35
A repository for projects providing out of the box capabilities within CloudShell to define VMWare vCenter instances in CloudShell and leverage vCenter's capabilities to deploy and connect apps in CloudShell sandboxes.
46

deployment_drivers/deploy_clone_from_vm/drivermetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Driver Description="Deploy App From VM" MainClass="driver.DeployCloneFromVMDriver" Name="Deploy Clone From VM Driver" Version="1.1.0">
1+
<Driver Description="Deploy App From VM" MainClass="driver.DeployCloneFromVMDriver" Name="Deploy Clone From VM Driver" Version="1.3.0">
22
<Layout>
33
<Category Name="App Management">
44
<Command Description="" DisplayName="Deploy" Name="Deploy" Tags="allow_shared" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jsonpickle==0.9.3
2-
cloudshell-automation-api>=7.0.0.0,<7.1.0.0
3-
cloudshell-cp-vcenter>=1.2.0,<1.3.0
2+
cloudshell-automation-api>=7.1.0.0,<7.2.0.0
3+
cloudshell-cp-vcenter>=1.3.0,<1.4.0
44
cloudshell-shell-core>=2.0.0,<2.1.0

deployment_drivers/deploy_from_image/drivermetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Driver Description="Deploy App From Image" MainClass="driver.DeployFromImage" Name="VM Deployment From Image" Version="1.1.0">
1+
<Driver Description="Deploy App From Image" MainClass="driver.DeployFromImage" Name="VM Deployment From Image" Version="1.3.0">
22
<Layout>
33
<Category Name="App Management">
44
<Command Description="" DisplayName="Deploy" Name="Deploy" Tags="allow_shared" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jsonpickle==0.9.3
2-
cloudshell-automation-api>=7.0.0.0,<7.0.1.0
3-
cloudshell-cp-vcenter>=1.2.0,<1.3.0
2+
cloudshell-automation-api>=7.1.0.0,<7.2.0.0
3+
cloudshell-cp-vcenter>=1.3.0,<1.4.0
44
cloudshell-shell-core>=2.0.0,<2.1.0

deployment_drivers/deploy_from_linked_clone/drivermetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Driver Description="Deploy App From VM" MainClass="driver.DeployCloneFromVMDriver" Name="Deploy Clone From VM Driver" Version="1.1.0">
1+
<Driver Description="Deploy App From VM" MainClass="driver.DeployCloneFromVMDriver" Name="Deploy Clone From VM Driver" Version="1.3.0">
22
<Layout>
33
<Category Name="App Management">
44
<Command Description="" DisplayName="Deploy" Name="Deploy" Tags="allow_shared" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jsonpickle==0.9.3
2-
cloudshell-automation-api>=7.0.0.0,<7.1.0.0
3-
cloudshell-cp-vcenter>=1.2.0,<1.3.0
2+
cloudshell-automation-api>=7.1.0.0,<7.2.0.0
3+
cloudshell-cp-vcenter>=1.3.0,<1.4.0
44
cloudshell-shell-core>=2.0.0,<2.1.0

deployment_drivers/deploy_from_template/drivermetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Driver Description="Deploy App From Template" MainClass="driver.DeployFromTemplateDriver" Name="VM Deployment From Template" Version="1.1.0">
1+
<Driver Description="Deploy App From Template" MainClass="driver.DeployFromTemplateDriver" Name="VM Deployment From Template" Version="1.3.0">
22
<Layout>
33
<Category Name="App Management">
44
<Command Description="" DisplayName="Deploy" Name="Deploy" Tags="allow_shared" />

0 commit comments

Comments
 (0)