Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Kuzin
tower
Commits
c6b57a06
Commit
c6b57a06
authored
Jul 13, 2017
by
uncol
Browse files
hack ignore fail
parent
5d5849a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
c6b57a06
version
:
'
2.1'
services
:
tower
:
image
:
registry.getnoc.com/noc/tower:master
image
:
registry.getnoc.com/noc/tower:master
_alpine
restart
:
always
ports
:
-
"
888
8
:8888"
-
"
888
9
:8888"
volumes
:
-
"
/opt/tower/var:/opt/tower/var/"
#see for details https://groups.google.com/forum/#!topic/ansible-project/y8ohlv_dRi4
-
"
$PWD/root:/root"
## provide them only for distributed installations
## for single node installation there is no need for consul info
-
"
$PWD/config:/opt/tower/var"
-
$PWD/tower:/opt/tower/lib/python2.7/site-packages/tower
environment
:
# PROMETHEUS_ENABLED: "True"
# INFLUXDB_ENABLED: "False"
HISTCONTROL
:
"
ignoreboth:erasedups"
# MONGO_VERSION: 3.4
# POSTGRES_VERSION: 9.6
tower/ui/environment_logic.js
View file @
c6b57a06
...
...
@@ -261,6 +261,9 @@ var environment_logic = {
break
;
}
}
if
(
t
.
match
(
/
(
...ignoring
)
/
)){
status
.
failed
--
;
}
// Update deploy log
ct
=
t
.
replace
(
rx_task
,
function
(
x
)
{
x
=
x
.
replace
(
rx_stars
,
""
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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