forked from QualiSystems/cloudshell-orch-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from QualiSystemsLab/teardowndebug_part2
Teardowndebug part2
- Loading branch information
Showing
13 changed files
with
145 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+186 KB
(210%)
SandboxOrchestrationPackage/Topology Scripts/Default Sandbox Setup.zip
Binary file not shown.
Binary file modified
BIN
+172 KB
(200%)
SandboxOrchestrationPackage/Topology Scripts/Default Sandbox Teardown.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
@echo off | ||
python -m pip install qpm --no-cache-dir --upgrade | ||
Path = %Path%;C:\Python27 | ||
echo %Path% | ||
python.exe -m pip install qpm --no-cache-dir --upgrade | ||
copy version.txt SandboxOrchestrationPackage/version.txt /Y | ||
python -m qpm pack --package_name SandboxOrchestration | ||
python.exe -m qpm pack --package_name SandboxOrchestration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
sandbox_scripts/QualiEnvironmentUtils/tests/DebugInteractive_setup_resources.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
import cloudshell.helpers.scripts.cloudshell_dev_helpers as dev_helpers | ||
from sandbox_scripts.environment.setup.setup_resources import * | ||
|
||
dev_helpers.attach_to_cloudshell_as(user="admin", password="admin", domain="Global", | ||
reservation_id="c04d3da4-8025-4efe-9f4d-820ba19d20af", | ||
server_address="localhost") | ||
os.environ["environment_name"] = "Abstract-ALL" | ||
# change line 155....in helpers to environment_name= os.environ["environmentName"], | ||
os.environ["environmentName"] = "Just1Res" | ||
|
||
|
||
dev_helpers.attach_to_cloudshell_as(user="admin", password="xxxx", domain="Global", | ||
reservation_id="ad024811-7528-42eb-b2c4-d50003951278", | ||
server_address="svl-dev-quali") | ||
|
||
x = EnvironmentSetupResources() | ||
x.execute() |
8 changes: 6 additions & 2 deletions
8
sandbox_scripts/QualiEnvironmentUtils/tests/DebugInteractive_teardown_resources.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.