This is an automated email from the ASF dual-hosted git repository.
amagyar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 189e1c2 AMBARI-23464. Debian9 is not shown on UI Install Wizard
Select Version page (amagyar)
189e1c2 is described below
commit 189e1c26a84e8545bdcf5764e1f88a05676e51a7
Author: Attila Magyar <[email protected]>
AuthorDate: Wed Apr 4 21:14:34 2018 +0200
AMBARI-23464. Debian9 is not shown on UI Install Wizard Select Version page
(amagyar)
---
ambari-common/src/main/python/ambari_commons/resources/os_family.json | 3 ++-
ambari-server/src/main/resources/version_definition.xsd | 1 +
contrib/version-builder/version_builder.py | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git
a/ambari-common/src/main/python/ambari_commons/resources/os_family.json
b/ambari-common/src/main/python/ambari_commons/resources/os_family.json
index c731557..70eac01 100644
--- a/ambari-common/src/main/python/ambari_commons/resources/os_family.json
+++ b/ambari-common/src/main/python/ambari_commons/resources/os_family.json
@@ -39,7 +39,8 @@
"debian"
],
"versions": [
- 7
+ 7,
+ 9
]
},
"ubuntu": {
diff --git a/ambari-server/src/main/resources/version_definition.xsd
b/ambari-server/src/main/resources/version_definition.xsd
index db10d67..8269d87 100644
--- a/ambari-server/src/main/resources/version_definition.xsd
+++ b/ambari-server/src/main/resources/version_definition.xsd
@@ -56,6 +56,7 @@
<xs:enumeration value="redhat-ppc7" />
<xs:enumeration value="debian6" />
<xs:enumeration value="debian7" />
+ <xs:enumeration value="debian9" />
<xs:enumeration value="ubuntu12" />
<xs:enumeration value="ubuntu14" />
<xs:enumeration value="ubuntu16" />
diff --git a/contrib/version-builder/version_builder.py
b/contrib/version-builder/version_builder.py
index ac7ddd4..2abf617 100644
--- a/contrib/version-builder/version_builder.py
+++ b/contrib/version-builder/version_builder.py
@@ -445,7 +445,7 @@ def main(argv):
parser.add_option('--repo', action='store_true', dest='repo',
help="Add repository data with options: --repo-os, --repo-url, --repo-id,
--repo-name, --repo-unique")
parser.add_option('--repo-os', dest='repo_os',
- help="The operating system type: i.e. redhat6, redhat7, debian7, ubuntu12,
ubuntu14, ubuntu16, suse11, suse12")
+ help="The operating system type: i.e. redhat6, redhat7, debian7, debian9,
ubuntu12, ubuntu14, ubuntu16, suse11, suse12")
parser.add_option('--repo-url', dest='repo_url',
help="The base url for the repository data")
parser.add_option('--repo-unique', dest='unique', type='choice',
choices=['true', 'false'],
--
To stop receiving notification emails like this one, please contact
[email protected].