-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25234/
-----------------------------------------------------------
(Updated Sept. 1, 2014, 4:05 p.m.)
Review request for Ambari, Andrew Onischuk and Andrii Tkach.
Changes
-------
patch re-attached
if (!App.supports.ubuntu && os.OperatingSystems.os_type == 'ubuntu12') return;
// @todo: remove after Ubuntu support confirmation
reverted back according to proposal of FE
Bugs: AMBARI-7106
https://issues.apache.org/jira/browse/AMBARI-7106
Repository: ambari
Description
-------
Call this "ubuntu12" not "debian12" to avoid scenario where HDP stack ships
different repos for ubuntu + debian. Since we are only having ubuntu12 support
now, call this what it is (ubuntu12) to leave debian12 free in case we need it.
Diffs (updated)
-----
ambari-agent/src/main/python/ambari_agent/HostInfo.py ff91dc4
ambari-agent/src/test/python/ambari_agent/TestHardware.py 96d1a65
ambari-agent/src/test/python/resource_management/TestPackageResource.py
1628322
ambari-agent/src/test/python/resource_management/TestRepositoryResource.py
e381e9a
ambari-common/src/main/python/ambari_commons/os_check.py f652d06
ambari-common/src/main/python/resource_management/core/providers/__init__.py
f22dc74
ambari-common/src/main/python/resource_management/core/system.py d7dab7d
ambari-common/src/main/python/resource_management/libraries/providers/__init__.py
6d8a8f7
ambari-common/src/main/python/resource_management/libraries/providers/monitor_webserver.py
3aef22e
ambari-common/src/main/python/resource_management/libraries/providers/repository.py
c670ac1
ambari-server/pom.xml 6279834
ambari-server/src/main/java/org/apache/ambari/server/api/services/AmbariMetaInfo.java
cb27100
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
d23ac6c
ambari-server/src/main/java/org/apache/ambari/server/state/Host.java 1ee2071
ambari-server/src/main/java/org/apache/ambari/server/state/stack/LatestRepoCallable.java
b910c8b
ambari-server/src/main/java/org/apache/ambari/server/state/stack/OsFamily.java
40ef3ea
ambari-server/src/main/python/ambari_server/utils.py 7cc0fc7
ambari-server/src/main/python/bootstrap.py 4d0c976
ambari-server/src/main/python/setupAgent.py 2d86048
ambari-server/src/main/resources/os_family.json be030e3
ambari-server/src/main/resources/scripts/kerberos-setup.sh eec8ce5
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-INSTALL/scripts/repo_initialization.py
f3943ed
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-INSTALL/templates/repo_debian.j2
52d4c9a
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-INSTALL/templates/repo_ubuntu.j2
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/repo_initialization.py
9f76a58
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-INSTALL/templates/repo_debian.j2
52d4c9a
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-INSTALL/templates/repo_ubuntu.j2
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml
d481db3
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/package/scripts/functions.py
1e4634a
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/package/scripts/ganglia_server.py
b5931ce
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/package/scripts/params.py
ac1cf6e
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/metainfo.xml
8bb0369
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
d31156e
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py
00d4191
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/status_params.py
c1d86e2
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml
43724c0
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/nagios.py
4c88e0d
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/params.py
21e884f
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/nagios.conf.j2
6fa1ef3
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/metainfo.xml
444bbcb
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/files/oozieSmoke2.sh
83b99f7
ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/OOZIE/metainfo.xml
6a8b98e
ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml 1fde222
ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
9e53b49
ambari-server/src/test/java/org/apache/ambari/server/api/services/AmbariMetaInfoTest.java
c08534c
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java
5fdd619
ambari-server/src/test/python/TestAmbariServer.py 93f76a0
ambari-server/src/test/python/TestBootstrap.py b7b0d0e
ambari-server/src/test/python/TestOSCheck.py 71fe3c5
ambari-server/src/test/python/TestSetupAgent.py 1bbe62e
ambari-server/src/test/python/TestUtils.py 6a9a9e1
ambari-server/src/test/resources/stacks/HDP/2.0.1/services/GANGLIA/metainfo.xml
28f4611
ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HDFS/metainfo.xml
304064c
ambari-server/src/test/resources/stacks/HDP/2.0.1/services/HIVE/metainfo.xml
3846bf4
ambari-server/src/test/resources/stacks/HDP/2.0.1/services/OOZIE/metainfo.xml
6e0c0c9
ambari-server/src/test/resources/stacks/HDP/2.0.5/services/GANGLIA/metainfo.xml
54018af
ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HDFS/metainfo.xml
782aa65
ambari-server/src/test/resources/stacks/HDP/2.0.5/services/HIVE/metainfo.xml
4f1c68f
ambari-server/src/test/resources/stacks/HDP/2.0.5/services/OOZIE/metainfo.xml
e6d6a7f
ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HIVE/metainfo.xml
7be9ccd
ambari-web/app/assets/data/wizard/stack/HDP_versions.json 9549525
ambari-web/app/controllers/installer.js c205853
ambari-web/app/controllers/main/admin/repositories.js a314e71
ambari-web/app/controllers/wizard/step3_controller.js e17c06b
ambari-web/app/controllers/wizard/step8_controller.js 8d29d14
Diff: https://reviews.apache.org/r/25234/diff/
Testing
-------
Tests are going on
Thanks,
Dmitro Lisnichenko