Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
tower
Commits
b4eb6023
Commit
b4eb6023
authored
Nov 18, 2020
by
EKbfh
🐼
Browse files
Fix default repo url
parent
d9e58d14
Changes
6
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
b4eb6023
[bumpversion]
current_version =
0.4.8
current_version =
1.0.3
commit = False
tag = False
serialize = {major}.{minor}.{patch}
...
...
CHANGELOG.md
View file @
b4eb6023
## 1.0.3 (2020-11-18)
### Release Notes
*
Fix tower default playbook repository url.
## 1.0.2 (2020-11-14)
### Release Notes
*
Fix tower version and tag.
## 1.0.1 (2020-11-13)
### Release Notes
*
Fix ansible version to 2.9.14
## 1.0.0 (2020-11-13)
### Release Notes
*
Python3 full support
*
Login default session_ttl migration
*
Ansible repository default migration
*
Clean old joblogs, ./bin/tower-joblog clean command
## 0.4.8 (2020-03-XX)
### Release Notes
*
Fix pool edit
...
...
VERSION
View file @
b4eb6023
1.0.
0
1.0.
3
contrib/k8s/noc-tower/Chart.yaml
View file @
b4eb6023
name
:
noc-tower
description
:
NocTower
version
:
0.0.1
appVersion
:
1.0.
0
appVersion
:
1.0.
3
keywords
:
-
NocProject
sources
:
...
...
tower/models/environment.py
View file @
b4eb6023
...
...
@@ -50,7 +50,7 @@ class Environment(Model):
)
# Installation name as shown in interface header
installation_name
=
CharField
(
default
=
"Unconfigured installation"
)
playbook_link
=
CharField
(
default
=
"git+https://github.com/nocproject/
ansible_deploy@microservices
"
)
playbook_link
=
CharField
(
default
=
"git+https://github.com/nocproject/
noc@stable
"
)
# Web settings
web_host
=
CharField
(
default
=
"127.0.0.1:8000"
)
# json-serialized service configuration
...
...
tower/ui/desktop_ui.js
View file @
b4eb6023
...
...
@@ -55,7 +55,7 @@ var desktop = {
{
id
:
"
version
"
,
icon
:
"
info
"
,
value
:
"
Version: 1.0.
0
"
value
:
"
Version: 1.0.
3
"
}
]
}
...
...
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