~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/hadoop/apache-hadoop-2.2.0/status

  • Committer: MMorana
  • Date: 2016-03-24 01:18:40 UTC
  • Revision ID: mass@ubuntu.com-20160324011840-blxydmf7ca4ggle0
Splitting out demos from install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#This file will contain the last tested status of demo functions.  
2
 
#Please update as you use this demo and commit your changes with 
3
 
#bzr to keep it up-to-date for all. This file wil be scraped and 
4
 
#data imported into reporting sheets. Stick with the format below 
5
 
#and refrain from any "colorful" commentary.
6
 
 
7
 
 
8
 
#Format
9
 
#Demo:name of demo i.e ... kubernates
10
 
#Complete = yes or no  (every demo needs to have a minimum of a README and a 01-deploy.sh)
11
 
#DateOfTest = DDMMYEAR   (day month year)
12
 
#TestedBy = FirstnameLastInitial
13
 
#Status = pass or fail
14
 
#InfrastructureStatus:pass or fail
15
 
#PostDeployStatus:n/a pass or fail
16
 
#History = free form notes to share about the demo, Think wether it should go here or be an official part of the readme, an example of things go here would be specific items about your particular deployment like "intermittent failures with error xxx" Please prepend your comment with the date and your initials. Newest comment at the top.  
17
 
 
18
 
#EXAMPLE
19
 
#Demo:kubernates
20
 
#Complete:yes
21
 
#DateOfTest:08112015
22
 
#TestedBy:DougS
23
 
#InfrastructureStatus:pass
24
 
#PostDeployStatus:n/a
25
 
#History:
26
 
#08112015DSS initial creation of status file  test of demo, commited changes to 01-deploy
27
 
 
28
 
 
29
 
#####################################################################
30
 
Demo:HadoopApache
31
 
Complete:yes
32
 
DateOfTest:08122015
33
 
TestedBy:DougS
34
 
InfrastructureStatus:pass
35
 
PostDeployStatus:n/a
36
 
History:
37
 
08122015DSS hadoop deployed OK