[ 
https://issues.apache.org/jira/browse/AMBARI-8336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223249#comment-14223249
 ] 

Hudson commented on AMBARI-8336:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #1022 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/1022/])
AMBARI-8336. Add Security State to Ambari database. (Robert Levas via 
rnettleton) (rnettleton: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6b93fb54452211af1ed678e9fabd8ed165b005a2)
* 
ambari-server/src/main/java/org/apache/ambari/server/state/ServiceComponentHost.java
* 
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/ServiceDesiredStateEntity.java
* ambari-server/src/main/java/org/apache/ambari/server/state/SecurityState.java
* 
ambari-server/src/test/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostTest.java
* ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
* ambari-server/src/main/java/org/apache/ambari/server/state/ServiceImpl.java
* 
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog200Test.java
* ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
* 
ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
* 
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostComponentStateEntity.java
* ambari-server/src/test/java/org/apache/ambari/server/state/ServiceTest.java
* ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
* 
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog200.java
* 
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostComponentDesiredStateEntity.java
* ambari-server/src/main/java/org/apache/ambari/server/state/Service.java


> Add Security State to Ambari database
> -------------------------------------
>
>                 Key: AMBARI-8336
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8336
>             Project: Ambari
>          Issue Type: New Feature
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>            Priority: Blocker
>              Labels: kerberos
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-8336_01.patch, AMBARI-8336_02.patch, 
> AMBARI-8336_03.patch
>
>
> In order to track which services and components have been or need to be 
> secured, several tables need to be updated with a {{security_state}} column 
> to contain one the following values:
> * {{UNKNOWN}} - Indicates that it is not known whether the service or 
> component is secured or not
> * {{UNSECURED}} - Indicates service or component is not or should not be 
> secured
> * {{SECURED_KERBEROS}} - Indicates component is or should be secured using 
> Kerberos
> * {{SECURING}} - Indicates the component is in the process of being secured
> * {{UNSECURING}} - Indicates the component is in the process of being 
> unsecured
> * {{ERROR}} - Indicates the component is not secured due to an error condition
> The following tables need to be updated:
> * hostcomponentdesiredstate - To indicate whether the component needs 
> security added or removed
> * hostcomponentstate - To indicate whether the component is currently 
> configured for security or not 
> * servicedesiredstate - To indicate whether the service (and it components) 
> should or should not be secured



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to