This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu:~/citus-installation/stemcells# bosh task 8 --debug | |
Director task 8 | |
I, [2015-03-27T08:54:34.620930 #1861] [0x3fcf220ff330] INFO -- TaskHelper: Director Version: 1.2889.0 | |
I, [2015-03-27T08:54:34.621082 #1861] [0x3fcf220ff330] INFO -- TaskHelper: Enqueuing task: 8 | |
I, [2015-03-27 08:54:36 #6219] [] INFO -- DirectorJobRunner: Looking for task with task id 8 | |
D, [2015-03-27 08:54:36 #6219] [] DEBUG -- DirectorJobRunner: (0.001908s) SELECT * FROM "tasks" WHERE "id" = 8 | |
I, [2015-03-27 08:54:36 #6219] [] INFO -- DirectorJobRunner: Starting task: 8 | |
I, [2015-03-27 08:54:36 #6219] [task:8] INFO -- DirectorJobRunner: Creating job | |
D, [2015-03-27 08:54:39 #6219] [task:8] DEBUG -- DirectorJobRunner: excon.request {:chunk_size=>1048576, :ciphers=>"HIGH:!SSLv2:!aNULL:!eNULL:!3DES", :connect_timeout=>60, :debug_request=>false, :debug_response=>true, :headers=>{"User-Agent"=>"fog/1.27.0 fog-core/1.27.4", "Content-Type"=>"application/json", "Host"=>"10.10.0.9:5000"}, :idempotent=>false, :instrumentor_name=>"exco |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Referee: Sebastien Goasguen. | |
Candidate: Anh-Tu Nguyen | |
####################################### | |
## Interview before the GSoC contest ## | |
####################################### | |
Main point: He was able to complete assigned works and had a good habit of planning prior to work. | |
+ I interviewed him about the issue he had to mitigate during the contest. | |
+ He demonstrated good knowledge-base about generic Cloud Computing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
meta: | |
network: default | |
subdomain: admin | |
admin_ui_uaa_client: | |
id: admin_ui_client | |
secret: admin_ui_secret | |
name: admin-ui | |
director_uuid: 033f4548-5756-4c79-9071-1bc1adb69ac8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compilation: | |
cloud_properties: | |
availability_zone: ap-southeast-1a | |
instance_type: c1.medium | |
network: default | |
reuse_compilation_vms: true | |
workers: 6 | |
director_uuid: 033f4548-5756-4c79-9071-1bc1adb69ac8 | |
jobs: | |
- instances: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compilation: | |
cloud_properties: | |
availability_zone: ap-southeast-1a | |
instance_type: c3.large | |
network: default | |
reuse_compilation_vms: true | |
workers: 3 | |
director_uuid: 033f4548-5756-4c79-9071-1bc1adb69ac8 | |
jobs: | |
- instances: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ip-10-10-10-62:~/bosh-workspace/stemcells# bosh task 9 --debug | |
Director task 9 | |
# Logfile created on 2014-11-12 10:31:16 +0000 by logger.rb/44203 | |
I, [2014-11-12T10:31:16.074227 #2818] INFO -- : Director Version : 1.2765.0 | |
I, [2014-11-12T10:31:16.074292 #2818] INFO -- : Enqueuing task: 9 | |
I, [2014-11-12T10:31:17.167180 #8538] [0x3fb19c881318] INFO -- : Looking for task with task id 9 | |
D, [2014-11-12T10:31:17.188066 #8538] [0x3fb19c881318] DEBUG -- : (0.020135s) SELECT * FROM "tasks" WHERE "id" = 9 | |
I, [2014-11-12T10:31:17.192974 #8538] [0x3fb19c881318] INFO -- : Starting task: 9 | |
I, [2014-11-12T10:31:17.193137 #8538] [task:9] INFO -- : Creating job |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: cf-example | |
director_uuid: 80be9b46-435f-41db-96a4-453f8d59f53c | |
releases: | |
- name: cf | |
version: latest | |
networks: | |
- name: cf1 | |
type: manual |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while [ 2 -gt 1 ] | |
do | |
declare -a containerID | |
# Load file into array. | |
~/cf-docker/cf-docker/bin/docker -H 172.17.42.1:5555 ps | awk '{print $1}' > abc.txt | |
let i=0 | |
while IFS=$'\n' read -r line_data; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ip-10-10-10-75:/home/ubuntu# docker images | |
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE | |
b5f90397-d537-4952-8f90-3d92299ca955 latest 05ad99517313 6 hours ago 269 MB | |
87ba3cc4-30a3-430d-8793-c4454465f049 latest 6c6f343d4ac5 8 hours ago 430.2 MB | |
dockerfile/ubuntu latest ae717902b801 18 hours ago 414.7 MB | |
f0fdd3df-d087-4126-a316-635e6deeec91 latest ae717902b801 18 hours ago 414.7 MB | |
3b456f41-6464-472e-a62d-e364023179a8 latest ae717902b801 18 hours ago 414.7 MB | |
af0a04c6-43b0-484d-8884-813c8b432b7b latest ae717902b801 18 hours ago 414.7 MB | |
da25d900-7ea5-452b-9359-5f38c3f9b2bf latest ae717902b801 18 hours ago 414.7 MB | |
55b8c95e-51cc-43ea-a01e-8ff14df36a26 latest ae717902b801 18 hours ago 414.7 MB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public@public:~$ cf logs nginx | |
Connected, tailing logs for app nginx in org fsb / space demo as admin... | |
2014-10-15T23:16:50.61+0700 [DEA] OUT Got staging request for app with id 1f1a8057-6bbe-4ef2-a5bc-e960452ea985 | |
2014-10-15T23:16:51.68+0700 [API] OUT Updated app with guid 1f1a8057-6bbe-4ef2-a5bc-e960452ea985 ({"state"=>"STARTED"}) | |
2014-10-15T23:16:51.83+0700 [STG] OUT -----> Downloaded app package (4.0K) | |
2014-10-15T23:16:52.17+0700 [STG] OUT -----> Building Docker package | |
2014-10-15T23:16:52.21+0700 [STG] ERR | |
2014-10-15T23:16:52.91+0700 [STG] OUT -----> Uploading droplet (1.7M) | |
2014-10-15T23:16:54.41+0700 [DEA] OUT Starting app instance (index 0) with guid 1f1a8057-6bbe-4ef2-a5bc-e960452ea985 |