Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
cf300da0
Commit
cf300da0
authored
May 05, 2015
by
Chris Meyers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
azure changes to Makefile
parent
efb190d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
test/integration/Makefile
+10
-1
No files found.
test/integration/Makefile
View file @
cf300da0
...
...
@@ -105,13 +105,16 @@ test_tags:
[
"
$$
(ansible-playbook --list-tasks --skip-tags tag test_tags.yml -i
$(INVENTORY)
-e @
$(VARS_FILE)
$(CREDENTIALS_ARG)
-v
$(TEST_FLAGS)
| fgrep Task_with | xargs)"
=
"Task_with_always_tag TAGS: [always] Task_without_tag TAGS: []"
]
cloud
:
amazon rackspace
cloud
:
amazon rackspace
azure
cloud_cleanup
:
amazon_cleanup rackspace_cleanup
amazon_cleanup
:
python cleanup_ec2.py
-y
--match
=
"^
$(CLOUD_RESOURCE_PREFIX)
"
azure_cleanup
:
python cleanup_azure.py
-y
--match
=
"^
$(CLOUD_RESOURCE_PREFIX)
"
gce_setup
:
python setup_gce.py
"
$(CLOUD_RESOURCE_PREFIX)
"
...
...
@@ -131,6 +134,12 @@ amazon: $(CREDENTIALS_FILE)
CLOUD_RESOURCE_PREFIX
=
"
$(CLOUD_RESOURCE_PREFIX)
"
make amazon_cleanup
;
\
exit
$$
RC
;
azure
:
$(CREDENTIALS_FILE)
ANSIBLE_HOST_KEY_CHECKING
=
False ansible-playbook azure.yml
-i
$(INVENTORY)
$(CREDENTIALS_ARG)
-e
"resource_prefix=
$(CLOUD_RESOURCE_PREFIX)
"
-v
$(TEST_FLAGS)
;
\
RC
=
$$
?
;
\
CLOUD_RESOURCE_PREFIX
=
"
$(CLOUD_RESOURCE_PREFIX)
"
make azure_cleanup
;
\
exit
$$
RC
;
gce
:
$(CREDENTIALS_FILE)
CLOUD_RESOURCE_PREFIX
=
"
$(CLOUD_RESOURCE_PREFIX)
"
make gce_setup
;
\
ansible-playbook gce.yml
-i
$(INVENTORY)
-e
@
$(VARS_FILE)
$(CREDENTIALS_ARG)
-e
"resource_prefix=
$(CLOUD_RESOURCE_PREFIX)
"
-v
$(TEST_FLAGS)
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment