Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
5c2f772b
Commit
5c2f772b
authored
Aug 25, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have a seperate room for ansible hipchat messages.
Defaulting it to hammer for now.
parent
0761a4d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
util/vpc-tools/abbey.py
+5
-1
No files found.
util/vpc-tools/abbey.py
View file @
5c2f772b
...
...
@@ -117,6 +117,10 @@ def parse_args():
default
=
None
,
help
=
"The API ID of the Hipchat room to post"
"status messages to"
)
parser
.
add_argument
(
"--ansible-hipchat-room-id"
,
required
=
False
,
default
=
'Hammer'
,
help
=
"The room used by the abbey instance for "
"printing verbose ansible run data."
)
parser
.
add_argument
(
"--hipchat-api-token"
,
required
=
False
,
default
=
None
,
help
=
"The API token for Hipchat integration"
)
...
...
@@ -346,7 +350,7 @@ rm -rf $base_dir
"""
.
format
(
hipchat_token
=
args
.
hipchat_api_token
,
hipchat_room
=
args
.
hipchat_room_id
,
hipchat_room
=
args
.
ansible_
hipchat_room_id
,
configuration_version
=
args
.
configuration_version
,
configuration_secure_version
=
args
.
configuration_secure_version
,
configuration_secure_repo
=
args
.
configuration_secure_repo
,
...
...
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