[
https://issues.apache.org/jira/browse/HDDS-1216?focusedWorklogId=208060&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-208060
]
ASF GitHub Bot logged work on HDDS-1216:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Mar/19 21:01
Start Date: 05/Mar/19 21:01
Worklog Time Spent: 10m
Work Description: elek commented on pull request #553: HDDS-1216. Change
name of ozoneManager service in docker compose fileā¦
URL: https://github.com/apache/hadoop/pull/553#discussion_r262687909
##########
File path: hadoop-ozone/dist/src/main/smoketest/security/ozone-secure.robot
##########
@@ -16,14 +16,44 @@
*** Settings ***
Documentation Smoke test to start cluster with docker-compose
environments.
Library OperatingSystem
+Library String
Resource ../commonlib.robot
+*** Variables ***
+${ENDPOINT_URL} http://s3g:9878
+
+*** Keywords ***
+Install aws cli s3 centos
+ Execute sudo yum install -y awscli
+ Execute sudo yum install -y krb5-user
+Install aws cli s3 debian
+ Execute sudo apt-get install -y awscli
+ Execute sudo apt-get install -y krb5-user
+
+Install aws cli
+ ${rc} ${output} = Run And Return Rc And
Output which apt-get
+ Run Keyword if '${rc}' == '0' Install aws cli s3 debian
+ ${rc} ${output} = Run And Return Rc And
Output yum --help
+ Run Keyword if '${rc}' == '0' Install aws cli s3 centos
+
+Setup credentials
+ ${hostname}= Execute hostname
+ Execute kinit -k testuser/${hostname}@EXAMPLE.COM -t
/etc/security/keytabs/testuser.keytab
+ ${result} = Execute ozone sh s3 getsecret
+ ${accessKey} = Get Regexp Matches ${result}
(?<=awsAccessKey=).*
+ ${secret} = Get Regexp Matches ${result}
(?<=awsSecret=).*
Review comment:
Still we have a few of them (commonawslib, docker-config)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 208060)
Time Spent: 2h (was: 1h 50m)
> Change name of ozoneManager service in docker compose files to om
> -----------------------------------------------------------------
>
> Key: HDDS-1216
> URL: https://issues.apache.org/jira/browse/HDDS-1216
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Ajay Kumar
> Assignee: Ajay Kumar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Change name of ozoneManager service in docker compose files to om for
> consistency. (secure ozone compose file will use "om").
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]