SlideShare a Scribd company logo
1 of 39
Download to read offline
第6回 CloudFoundry輪読会


    GitHubのリポジトリ(32個)を
          覗いてみよう。
       ただし、READMEだけね


          なおと@tnaoto
自己紹介
• たかはしなおと@tnaoto
• CloudFoundryは業務外の
          興味(趣味)で触ってます。

• rubyは読めも書けもしません。

• 夢:「会社に遊びに行くこと」
はじめに
• 輪読会前日に・・・4つ増えた!
  (まぁいつ増えても変わらないわけですが)

• ということで、現在32個です。
• これも混ぜてお送りします

• って書いたら今日35個になってたYO!
• 資料が雑でごめんなさい・・・m(__)m
acm
• https://github.com/cloudfoundry/acm

• Cloud Foundry Access Control Manager (ACM)
• The ACM is a service that allows cloud foundry
  components to implement access control
  features.
• The ACM documentation is at docs/Access-
  Control-Manager-APIs.rst
• 最初のコミットは、2011年11月15日
bosh
• https://github.com/cloudfoundry/bosh

• BOSH
• Cloud Foundry BOSH is an open source tool chain
  for release engineering, deployment and lifecycle
  management of large scale distributed services.
  In this manual we describe the architecture,
  topology, configuration, and use of BOSH, as well
  as the structure and conventions used in
  packaging and deployment.
• 最初のコミットは、2010年8月18日!
bosh-release
• https://github.com/cloudfoundry/bosh-
  release
• README がないんですけど・・・
• 仕方ないので、src配下をみてみた
• パッケージ(deb)とか、tar.gzとか・・・

• 最初のコミットは2011年11月29日
bosh-sample-release
• https://github.com/cloudfoundry/bosh-sample-
  release
• This is a sample release repository for BOSH that
  deploys a three tier LAMP application: a
  wordpress blog which consists of a number of
  apache servers running php & wordpress, fronted
  by nginx, and using one mysql database for
  storage.

最初のコミットはMar 06, 2012
caldecott
• https://github.com/cloudfoundry/caldecott
• caldecott
  TCP over HTTP tunnel.

• vmc tunnelのことです
• http://blog.udcp.net/2011/12/01/caldecottの仕
  組みvmc-tunnel/
• たぶんこのあたりを見れば・・・(ステマ)
• 最初のコミットは2011年10月21日
• 版数もあがってなく(0.0.5?)活発度不明
cf-docs
• https://github.com/cloudfoundry/cf-docs
• docs.cloudfoundry.com向けドキュメントの書き方?
  CloudFoundry.comの情報はすべてオープンにすると
  いう方針に従って、ドキュメントの作成の仕方もオープ
  ンにしているのかも

• License
  This work is licensed under a Creative Commons
  Attribution-ShareAlike 3.0 License

• 最初のコミットは、2012年4月
cf-release
• https://github.com/cloudfoundry/cf-release
• Cloud Foundry release

• なんかどっかで見たようなREADME
  マニュアルへの誘導とレビュー依頼の仕方が書いてある
  ような
• 仕方ないので中を覗いてみると、patchが入ってたりして、
  これをインストールの中で当てている
• cf以外の外部モジュールpatch等のため?
• XX-releaseはすべてBOSHのために存在するとのこと

• 最初のコミットは2012年4月4日
common
• https://github.com/cloudfoundry/common
• This repo contains code that is shared
  between inner/outer shell

• 各コンポーネントで共通のロジックが集めら
  れている

• 最初のコミットは2011年3月19日
dea
•   https://github.com/cloudfoundry/dea
•   2012年5月16日に突如出現
•   README なし
•   中身をみると、ただのrailsアプリ・・・ってDEA
    そのままでした

• 最初のコミットは2011年4月11日
eventmachine
              forked from eventmachine/eventmachine

• https://github.com/cloudfoundry/eventmachine

• What is EventMachine
• EventMachine is an event-driven I/O and lightweight
  concurrency library for Ruby. It provides event-driven I/O
  using the Reactor pattern, much like JBoss Netty, Apache
  MINA, Python's Twisted, Node.js, libevent and libev.

• オリジナルのeventmachineから派生して、CloudFoundry向
  けの修正が入っている

• 最初のコミットは2003年・・・って元のものですね
gerrit_test
• https://github.com/cloudfoundry/gerrit_test

• READMEなし
• テストコミットしているだけのようで、fooとか
  barしかない

• 最初のコミットは2011年4月14日
gonit
• https://github.com/cloudfoundry/gonit
• 2012年5月16日に出現
• Nothing to see here yet. Move along.
  と表示されて中身見えません。
health_manager
•   https://github.com/cloudfoundry/health_manager
•   2012年5月16日に出現

•   HealthManager 2.0
    Health Manager 2.0 (HM-2) is a complete re-write of the original Health Manager.

•   HM-2 monitors the state of the applications and ensures that started applications
    are indeed running, their versions and number of instances correct.
    Conceptually, this is done by maintaining a Known State of applications and
    comparing it against the Expected State. When discrepancies are found, actions
    are initiated to bring the applications to the Expected State, e.g., start/stop
    commands are issued for missing/extra instances, respectively.
    Additionally, Health Manager collects and exposes statistics and health status for
    individual applications, as well as aggregates for frameworks, runtimes, etc.

•   なにか置き換わる予定か・・・?

•   最初のコミットは2012年4月19日
membrane
• https://github.com/cloudfoundry/membrane

• Membrane
  Membrane provides an easy to use DSL for specifying validators
  declaratively. It's intended to be used to validate data received from
  external sources, such as API endpoints or config files. Use it at the
  edges of your process to decide what data to let in and what to
  keep out.
• なんだか分からないので、grepしてみたけどひっかからず。なにこ
  れ?
  →各コンポが使っている設定値等のValidationを取ったりするよう
  なTOOLが入っているらしい

• 最初のコミットは2012年4月30日
micro
• https://github.com/cloudfoundry/micro

• This repository is currently broken as I've just pulled
  the micro cloud related code from the bosh repository.

• To get it working again:
• - switch to the new stemcell builder
• - change the console code to use the http-based agent

• 最初のコミットは2010年8月18日
oss-docs
• https://github.com/cloudfoundry/oss-docs

• There is a Cloud Foundry documentation set for open source developers,
  and one for CloudFoundry.com users
• Open Source Developers: https://github.com/cloudfoundry/oss-docs
• CloudFoundry.com users: http://docs.cloudfoundry.com

• To make changes to our documentation, follow the [OSS
  Contributions][OSS Contributions] steps and contribute to the oss-docs
  repository.

• タイトルと言っていることがなんかおかしいですが、boshとvcapのセット
  アップ等のドキュメントがあります
• 最初のコミットは2011年4月23日
oss-release
•   https://github.com/cloudfoundry/oss-release
•   Cloud Foundry OSS Tools Release
•   srcには、各種OSSのバイナリが入っています
•   releaseはセットアップ情報?
•   とりあえずよくわからず
    → XX-releaseに従い、BOSHのためらしい

• 最初のコミットは2012年4月6日
oss-tools
• https://github.com/cloudfoundry/oss-tools

• Cloud Foundry Open Source Tools
• This repo contains various tools related to or
  used by Cloud Foundry
• 入っているのは3つ(gerrit-cli、 pr-bounce、
  sync_jenkins_jobs)
• 最初のコミットは、2012年2月9日
uaa
• https://github.com/cloudfoundry/uaa

• CloudFoundry User Account and
  Authentication (UAA) Server
• rubyとJavaで実装されているコンポ
• ビルドするためにmaven3.0.4を抱えることに
  なる。
• 最初のコミットは2011年10月11日
vblob
• https://github.com/cloudfoundry/vblob

• node.js blob service gateway.
• The blob service provides an S3-compatible HTTP endpoint
  to an underlying storage provider. A driver model is used
  for different providers. Currently the available drivers
  include S3 (Amazon web services) or a local file system (FS)
  driver.

• CloudFoundry.comがEMCのストレージとセットのために
  使っているコンポらしいとのこと

• 最初のコミットは2011年8月11日
vcap
• https://github.com/cloudfoundry/vcap
• VMware's Cloud Application Platform
• What is Cloud Foundry?
  Cloud Foundry is an open platform-as-a-
  service (PaaS). The system supports multiple
  frameworks, multiple application
  infrastructure services and deployment to
  multiple clouds.
• 最初のコミットは2011年4月11日
vcap-common
• https://github.com/cloudfoundry/vcap-common
• 今日(2012年5月17日)増えてました
• READMEなし・・・
• vcap_common.gemspec
  →s.homepage = http://github.com/vmware-
  ac/core
  →404エラー。プライベートリポジトリですか。。。
• 結局なんでしょうこれ?
• 最初のコミットは2011年4月11日
vcap-concurrency
• https://github.com/cloudfoundry/vcap-
  concurrency
• ```VCAP::Concurrency''' provides a small set of
  classes that ease common tasks associated
  with concurrent programming
• grepの結果もないので、まだ使われてな
  い??詳しい情報求む
• 最初のコミットは、2012年4月16日
vcap-java
• https://github.com/cloudfoundry/vcap-java
• What is vcap-java ?
• The vcap-java repo contains Java libraries that
  applications running on Cloud Foundry may
  utilize. Applications can include cloudfoundry-
  runtime library to easily access information about
  services bound to the app, its environment, as
  well as implementation of various namespace
  elements. Cloud Foundry automatically includes
  the auto-reconfiguration library as needed.
• 最初のコミットは2011年4月11日
vcap-java-client
• https://github.com/cloudfoundry/vcap-java-client

• What is this component
  The vcap-java-client repo contains a java client
  library and tools for Cloud Foundry. The library
  provides a set of classes that ultimately call the
  core Cloud Foundry REST API
• Caldecott client とかmaven-pluginとかJavaクライ
  アントとか
• 最初のコミットは、2011年9月14日
vcap-node
• https://github.com/cloudfoundry/vcap-node
• 直下にはcf-runtimeのみ
• cf-runtime is a Node.js module that provides
  API to Cloud Foundry platform. It provides
  easy access to Cloud Foundry application
  properties and services.
• 最初のコミットは2012年3月3日
vcap-ruby
• https://github.com/cloudfoundry/vcap-ruby

• What is this component
• The vcap-ruby repo contains the auto-reconfiguration
  and cfruntime modules. cf-runtime is a client library
  that makes it easier to connect to Cloud Foundry
  services from your Ruby applications. The auto-
  reconfiguration module is used internally by the Cloud
  Foundry staging plugins to automatically connect Ruby
  and Sinatra applications to Cloud Foundry services.
• 最初のコミットは、2011年11月17日
vcap-services
• https://github.com/cloudfoundry/vcap-services

• What is this component
  The services repo contains a collection of sample
  cloud foundry services.
  The repo has a position in the overall vcap
  namespace at vcap/services and uses the git
  submodule mechanism to be mounted in that
  location.
  The code is exposed via the vcap-services repo.
• 最初のコミットは、2011年4月11日
vcap-test-assets
• https://github.com/cloudfoundry/vcap-test-
  assets
• What is vcap-test-assets ?
  The vcap-test-assets repo contains various
  assets needed by vcap-tests. It has a position
  in the overall vcap namespace at vcap/test-
  assets and uses the git submodule mechanism
  to be mounted in that location.
• 最初のコミットは2011年9月14日
vcap-tests
• https://github.com/cloudfoundry/vcap-tests

• What is vcap-tests ?
• The tests repo contains the basic verification tests
  used to quickly validate that a release is
  functional. It has a position in the overall vcap
  namespace at vcap/tests and uses the git
  submodule mechanism to be mounted in that
  location.
• 最初のコミットは2011年4月11日
vcap-tools
• https://github.com/cloudfoundry/vcap-tools
• Repository for Cloud Foundry tools
• VCAP Metric Collector
   The collector will discover the various components on the message bus and query
  their /healthz and /varz interfaces.
• dashboard
  READMEなし。Java出かかれている。
• router_registrar
• vcap_registrar
• 最初のコミットは2011年4月11日
vmc
• https://github.com/cloudfoundry/vmc
• The VMware Cloud CLI. This is the command
  line interface to VMware's Application
  Platform

• 最初のコミットは2011年4月11日
vmc-glue
•   https://github.com/cloudfoundry/vmc-glue
•   本日(2012年5月17日)出現
•   READMEなし
•   bin配下にvmcが1つあるだけ

• 新しいvmcの実装との中間のために用意された
  もの。

• 最初のコミットは2012年5月16日
vmc-lib
• https://github.com/cloudfoundry/vmc-lib
• 本日(2012年5月17日)出現
• READMEなし

• 最初のコミットは2012年5月14日
vmc-plugins
•   https://github.com/cloudfoundry/vmc-plugins
•   本日(2012年5月17日)出現
•   READMEなし
•   manifest.ymlのため?

• vmcの新しい実装ではプラグインを実装できるよ
  うになったため、そのためのもの。

• 最初のコミットは2012年5月14日
以上


雑な資料ですみませんでした・・・

More Related Content

What's hot

BOSHでお手軽CFデプロイon AWS
BOSHでお手軽CFデプロイon AWSBOSHでお手軽CFデプロイon AWS
BOSHでお手軽CFデプロイon AWSi_yudai
 
KubernetesとOpenShiftの話
KubernetesとOpenShiftの話KubernetesとOpenShiftの話
KubernetesとOpenShiftの話Kazuto Kusama
 
Docker, Kubernetes and OpenShift v3
Docker, Kubernetes and OpenShift v3Docker, Kubernetes and OpenShift v3
Docker, Kubernetes and OpenShift v3Emma Haruka Iwao
 
割と新し目の Open shift origin で作る自宅 paas 作成記
割と新し目の Open shift origin で作る自宅 paas 作成記割と新し目の Open shift origin で作る自宅 paas 作成記
割と新し目の Open shift origin で作る自宅 paas 作成記Hara Yoshihiko
 
IBM Log Analysis with LogDNAを評価した話
 IBM Log Analysis with LogDNAを評価した話 IBM Log Analysis with LogDNAを評価した話
IBM Log Analysis with LogDNAを評価した話Daisuke Hiraoka
 
microPCFを使ってみよう
microPCFを使ってみようmicroPCFを使ってみよう
microPCFを使ってみようHiroaki_UKAJI
 
はじめての Cloud Foundry: .NET アプリケーションのはじめ方
はじめての Cloud Foundry: .NET アプリケーションのはじめ方はじめての Cloud Foundry: .NET アプリケーションのはじめ方
はじめての Cloud Foundry: .NET アプリケーションのはじめ方Akihiro Kitada
 
DevStackで始めるCloud FoundryとBOSH
DevStackで始めるCloud FoundryとBOSHDevStackで始めるCloud FoundryとBOSH
DevStackで始めるCloud FoundryとBOSHi_yudai
 
Kubernetesにまつわるエトセトラ(主に苦労話)
Kubernetesにまつわるエトセトラ(主に苦労話)Kubernetesにまつわるエトセトラ(主に苦労話)
Kubernetesにまつわるエトセトラ(主に苦労話)Works Applications
 
aws上でcloud foundryを構築してみた
aws上でcloud foundryを構築してみたaws上でcloud foundryを構築してみた
aws上でcloud foundryを構築してみたkokuboyuichi
 
『コンテナ疲れ』と戦う、k8s・PaaS・Serverlessの活用法
『コンテナ疲れ』と戦う、k8s・PaaS・Serverlessの活用法『コンテナ疲れ』と戦う、k8s・PaaS・Serverlessの活用法
『コンテナ疲れ』と戦う、k8s・PaaS・Serverlessの活用法Kazuto Kusama
 
Cloud foundryのコミュニティを紹介するよ
Cloud foundryのコミュニティを紹介するよCloud foundryのコミュニティを紹介するよ
Cloud foundryのコミュニティを紹介するよKazuto Kusama
 
第18回Cloud Foundry輪読会用 Buildpackを使ってアプリを 載せるためのアプローチ
第18回Cloud Foundry輪読会用 Buildpackを使ってアプリを 載せるためのアプローチ第18回Cloud Foundry輪読会用 Buildpackを使ってアプリを 載せるためのアプローチ
第18回Cloud Foundry輪読会用 Buildpackを使ってアプリを 載せるためのアプローチTakeshi Morikawa
 
Cloud Foundry構成概要 111018
Cloud Foundry構成概要 111018Cloud Foundry構成概要 111018
Cloud Foundry構成概要 111018Uemura Yuichi
 
新しいOpenShiftのしくみを調べてみた
新しいOpenShiftのしくみを調べてみた新しいOpenShiftのしくみを調べてみた
新しいOpenShiftのしくみを調べてみたKazuto Kusama
 
runC概要と使い方
runC概要と使い方runC概要と使い方
runC概要と使い方Yuji Oshima
 
コンテナ時代だからこそ要注目! Cloud Foundry
コンテナ時代だからこそ要注目! Cloud Foundryコンテナ時代だからこそ要注目! Cloud Foundry
コンテナ時代だからこそ要注目! Cloud FoundryKazuto Kusama
 
Docker & Kubernetes基礎
Docker & Kubernetes基礎Docker & Kubernetes基礎
Docker & Kubernetes基礎Daisuke Hiraoka
 
cf-containers-broker を使ってローカル環境もサービスの恩恵をうける
cf-containers-broker を使ってローカル環境もサービスの恩恵をうけるcf-containers-broker を使ってローカル環境もサービスの恩恵をうける
cf-containers-broker を使ってローカル環境もサービスの恩恵をうけるTakeshi Morikawa
 

What's hot (20)

BOSHでお手軽CFデプロイon AWS
BOSHでお手軽CFデプロイon AWSBOSHでお手軽CFデプロイon AWS
BOSHでお手軽CFデプロイon AWS
 
ProjectAtomic-and-geard
ProjectAtomic-and-geardProjectAtomic-and-geard
ProjectAtomic-and-geard
 
KubernetesとOpenShiftの話
KubernetesとOpenShiftの話KubernetesとOpenShiftの話
KubernetesとOpenShiftの話
 
Docker, Kubernetes and OpenShift v3
Docker, Kubernetes and OpenShift v3Docker, Kubernetes and OpenShift v3
Docker, Kubernetes and OpenShift v3
 
割と新し目の Open shift origin で作る自宅 paas 作成記
割と新し目の Open shift origin で作る自宅 paas 作成記割と新し目の Open shift origin で作る自宅 paas 作成記
割と新し目の Open shift origin で作る自宅 paas 作成記
 
IBM Log Analysis with LogDNAを評価した話
 IBM Log Analysis with LogDNAを評価した話 IBM Log Analysis with LogDNAを評価した話
IBM Log Analysis with LogDNAを評価した話
 
microPCFを使ってみよう
microPCFを使ってみようmicroPCFを使ってみよう
microPCFを使ってみよう
 
はじめての Cloud Foundry: .NET アプリケーションのはじめ方
はじめての Cloud Foundry: .NET アプリケーションのはじめ方はじめての Cloud Foundry: .NET アプリケーションのはじめ方
はじめての Cloud Foundry: .NET アプリケーションのはじめ方
 
DevStackで始めるCloud FoundryとBOSH
DevStackで始めるCloud FoundryとBOSHDevStackで始めるCloud FoundryとBOSH
DevStackで始めるCloud FoundryとBOSH
 
Kubernetesにまつわるエトセトラ(主に苦労話)
Kubernetesにまつわるエトセトラ(主に苦労話)Kubernetesにまつわるエトセトラ(主に苦労話)
Kubernetesにまつわるエトセトラ(主に苦労話)
 
aws上でcloud foundryを構築してみた
aws上でcloud foundryを構築してみたaws上でcloud foundryを構築してみた
aws上でcloud foundryを構築してみた
 
『コンテナ疲れ』と戦う、k8s・PaaS・Serverlessの活用法
『コンテナ疲れ』と戦う、k8s・PaaS・Serverlessの活用法『コンテナ疲れ』と戦う、k8s・PaaS・Serverlessの活用法
『コンテナ疲れ』と戦う、k8s・PaaS・Serverlessの活用法
 
Cloud foundryのコミュニティを紹介するよ
Cloud foundryのコミュニティを紹介するよCloud foundryのコミュニティを紹介するよ
Cloud foundryのコミュニティを紹介するよ
 
第18回Cloud Foundry輪読会用 Buildpackを使ってアプリを 載せるためのアプローチ
第18回Cloud Foundry輪読会用 Buildpackを使ってアプリを 載せるためのアプローチ第18回Cloud Foundry輪読会用 Buildpackを使ってアプリを 載せるためのアプローチ
第18回Cloud Foundry輪読会用 Buildpackを使ってアプリを 載せるためのアプローチ
 
Cloud Foundry構成概要 111018
Cloud Foundry構成概要 111018Cloud Foundry構成概要 111018
Cloud Foundry構成概要 111018
 
新しいOpenShiftのしくみを調べてみた
新しいOpenShiftのしくみを調べてみた新しいOpenShiftのしくみを調べてみた
新しいOpenShiftのしくみを調べてみた
 
runC概要と使い方
runC概要と使い方runC概要と使い方
runC概要と使い方
 
コンテナ時代だからこそ要注目! Cloud Foundry
コンテナ時代だからこそ要注目! Cloud Foundryコンテナ時代だからこそ要注目! Cloud Foundry
コンテナ時代だからこそ要注目! Cloud Foundry
 
Docker & Kubernetes基礎
Docker & Kubernetes基礎Docker & Kubernetes基礎
Docker & Kubernetes基礎
 
cf-containers-broker を使ってローカル環境もサービスの恩恵をうける
cf-containers-broker を使ってローカル環境もサービスの恩恵をうけるcf-containers-broker を使ってローカル環境もサービスの恩恵をうける
cf-containers-broker を使ってローカル環境もサービスの恩恵をうける
 

Viewers also liked

A team may 23 2013
A team may 23 2013A team may 23 2013
A team may 23 2013bscisteam
 
Evaluation 3
Evaluation 3Evaluation 3
Evaluation 3eoinb
 
Резултати от анкета относно финансиране на бизнеса
Резултати от анкета относно финансиране на бизнесаРезултати от анкета относно финансиране на бизнеса
Резултати от анкета относно финансиране на бизнесаMoite Pari
 
Patriot-PT-SB76
Patriot-PT-SB76Patriot-PT-SB76
Patriot-PT-SB76Al Maks
 
Chapter 4 x rays and ancilliary equipments
Chapter 4 x rays and ancilliary equipmentsChapter 4 x rays and ancilliary equipments
Chapter 4 x rays and ancilliary equipmentsROBERT ESHUN
 
New Models of Content Creation and Scholarship at the Intersection of Library...
New Models of Content Creation and Scholarship at the Intersection of Library...New Models of Content Creation and Scholarship at the Intersection of Library...
New Models of Content Creation and Scholarship at the Intersection of Library...Mike Nutt
 
English presentation
English presentation English presentation
English presentation Ana Arballo
 
Cognitive principles of instruction (edet 722) ctml
Cognitive principles of instruction (edet 722) ctmlCognitive principles of instruction (edet 722) ctml
Cognitive principles of instruction (edet 722) ctmlacademic3
 
JB G321 Target audience media
JB G321 Target audience mediaJB G321 Target audience media
JB G321 Target audience medianctcmedia12
 
Miscellaneous-Animesh chandra
Miscellaneous-Animesh chandraMiscellaneous-Animesh chandra
Miscellaneous-Animesh chandraAnimesh Chandra
 
Trabajo sobre vietnam
Trabajo sobre vietnamTrabajo sobre vietnam
Trabajo sobre vietnammcarmeb
 
Russian and Ukrainian banks activities in social media analytic review
Russian and Ukrainian banks activities in social media analytic reviewRussian and Ukrainian banks activities in social media analytic review
Russian and Ukrainian banks activities in social media analytic reviewSPN Communications Ukraine
 
Untrash summit presentation 1
Untrash summit presentation 1Untrash summit presentation 1
Untrash summit presentation 1scswa
 

Viewers also liked (20)

A team may 23 2013
A team may 23 2013A team may 23 2013
A team may 23 2013
 
compra vino monterrey orense
compra vino monterrey orensecompra vino monterrey orense
compra vino monterrey orense
 
Evaluation 3
Evaluation 3Evaluation 3
Evaluation 3
 
2012想飛的季節 (1)
2012想飛的季節 (1)2012想飛的季節 (1)
2012想飛的季節 (1)
 
PPT BS
PPT BS PPT BS
PPT BS
 
1
11
1
 
Резултати от анкета относно финансиране на бизнеса
Резултати от анкета относно финансиране на бизнесаРезултати от анкета относно финансиране на бизнеса
Резултати от анкета относно финансиране на бизнеса
 
Patriot-PT-SB76
Patriot-PT-SB76Patriot-PT-SB76
Patriot-PT-SB76
 
Chapter 4 x rays and ancilliary equipments
Chapter 4 x rays and ancilliary equipmentsChapter 4 x rays and ancilliary equipments
Chapter 4 x rays and ancilliary equipments
 
New Models of Content Creation and Scholarship at the Intersection of Library...
New Models of Content Creation and Scholarship at the Intersection of Library...New Models of Content Creation and Scholarship at the Intersection of Library...
New Models of Content Creation and Scholarship at the Intersection of Library...
 
English presentation
English presentation English presentation
English presentation
 
Cognitive principles of instruction (edet 722) ctml
Cognitive principles of instruction (edet 722) ctmlCognitive principles of instruction (edet 722) ctml
Cognitive principles of instruction (edet 722) ctml
 
Dogs
DogsDogs
Dogs
 
JB G321 Target audience media
JB G321 Target audience mediaJB G321 Target audience media
JB G321 Target audience media
 
Miscellaneous-Animesh chandra
Miscellaneous-Animesh chandraMiscellaneous-Animesh chandra
Miscellaneous-Animesh chandra
 
Trabajo sobre vietnam
Trabajo sobre vietnamTrabajo sobre vietnam
Trabajo sobre vietnam
 
Russian and Ukrainian banks activities in social media analytic review
Russian and Ukrainian banks activities in social media analytic reviewRussian and Ukrainian banks activities in social media analytic review
Russian and Ukrainian banks activities in social media analytic review
 
Untrash summit presentation 1
Untrash summit presentation 1Untrash summit presentation 1
Untrash summit presentation 1
 
Daftarhadir&nilai statistik1213
Daftarhadir&nilai statistik1213Daftarhadir&nilai statistik1213
Daftarhadir&nilai statistik1213
 
MIME 484-Final
MIME 484-FinalMIME 484-Final
MIME 484-Final
 

Similar to GitHubのリポジトリ(32個)を 覗いてみよう。 ただし、READMEだけね

INF-015_そこのコンテナ、うまく積めてるね! ~Windows アプリケーション コンテナの展開と運用~
INF-015_そこのコンテナ、うまく積めてるね! ~Windows アプリケーション コンテナの展開と運用~INF-015_そこのコンテナ、うまく積めてるね! ~Windows アプリケーション コンテナの展開と運用~
INF-015_そこのコンテナ、うまく積めてるね! ~Windows アプリケーション コンテナの展開と運用~decode2016
 
Firefoxの開発プロセス
Firefoxの開発プロセスFirefoxの開発プロセス
Firefoxの開発プロセスMakoto Kato
 
Openness, Innovation and Opptunity
Openness, Innovation and OpptunityOpenness, Innovation and Opptunity
Openness, Innovation and OpptunityMakoto Kato
 
高速!Clojure Web 開発入門
高速!Clojure Web 開発入門高速!Clojure Web 開発入門
高速!Clojure Web 開発入門Kazuki Tsutsumi
 
オープン・ソースで構築するARMマイコン開発環境 ―― GCC,Eclipse,OpenOCDで統合開発環境,JTAGデバッグもできる!
オープン・ソースで構築するARMマイコン開発環境 ―― GCC,Eclipse,OpenOCDで統合開発環境,JTAGデバッグもできる!オープン・ソースで構築するARMマイコン開発環境 ―― GCC,Eclipse,OpenOCDで統合開発環境,JTAGデバッグもできる!
オープン・ソースで構築するARMマイコン開発環境 ―― GCC,Eclipse,OpenOCDで統合開発環境,JTAGデバッグもできる!Masaki Muranaka
 
ALMツールたべくらべ
ALMツールたべくらべALMツールたべくらべ
ALMツールたべくらべKaoru NAKAMURA
 
Composer による依存管理 と Packagist によるライブラリの公開
Composer による依存管理 と Packagist によるライブラリの公開Composer による依存管理 と Packagist によるライブラリの公開
Composer による依存管理 と Packagist によるライブラリの公開Shogo Kawahara
 
JSUG 2018/02/05 SpringOnePlatform2017参加報告 プラットフォーム関連のお話
JSUG 2018/02/05 SpringOnePlatform2017参加報告 プラットフォーム関連のお話JSUG 2018/02/05 SpringOnePlatform2017参加報告 プラットフォーム関連のお話
JSUG 2018/02/05 SpringOnePlatform2017参加報告 プラットフォーム関連のお話Yahoo!デベロッパーネットワーク
 
Dockerの仕組みとIIJ社内での利用例
Dockerの仕組みとIIJ社内での利用例Dockerの仕組みとIIJ社内での利用例
Dockerの仕組みとIIJ社内での利用例maebashi
 
MediaRecorder と WebM で、オレオレ Live Streaming
MediaRecorder と WebM で、オレオレ Live StreamingMediaRecorder と WebM で、オレオレ Live Streaming
MediaRecorder と WebM で、オレオレ Live Streamingmganeko
 
LL言語でもHudsonを使おう!
LL言語でもHudsonを使おう!LL言語でもHudsonを使おう!
LL言語でもHudsonを使おう!KLab株式会社
 
LibreOfficeをビルドしてみよう(Windows)
LibreOfficeをビルドしてみよう(Windows)LibreOfficeをビルドしてみよう(Windows)
LibreOfficeをビルドしてみよう(Windows)Masataka Kondo
 
Multibranch Pipeline with Docker 入門編
Multibranch Pipeline with Docker 入門編Multibranch Pipeline with Docker 入門編
Multibranch Pipeline with Docker 入門編kimulla
 
120315 cloud founry_java_ironfoundry
120315 cloud founry_java_ironfoundry120315 cloud founry_java_ironfoundry
120315 cloud founry_java_ironfoundryTakayoshi Tanaka
 
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望Tetsuo Yamabe
 
LingrBotを作ってみた/ ownCloud+Andoroid+Picasa+Flickr連携/Chromecast をLinuxで遊ぶ
LingrBotを作ってみた/ ownCloud+Andoroid+Picasa+Flickr連携/Chromecast をLinuxで遊ぶLingrBotを作ってみた/ ownCloud+Andoroid+Picasa+Flickr連携/Chromecast をLinuxで遊ぶ
LingrBotを作ってみた/ ownCloud+Andoroid+Picasa+Flickr連携/Chromecast をLinuxで遊ぶKenichiro MATOHARA
 
Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】
Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】
Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】Masahito Zembutsu
 

Similar to GitHubのリポジトリ(32個)を 覗いてみよう。 ただし、READMEだけね (20)

INF-015_そこのコンテナ、うまく積めてるね! ~Windows アプリケーション コンテナの展開と運用~
INF-015_そこのコンテナ、うまく積めてるね! ~Windows アプリケーション コンテナの展開と運用~INF-015_そこのコンテナ、うまく積めてるね! ~Windows アプリケーション コンテナの展開と運用~
INF-015_そこのコンテナ、うまく積めてるね! ~Windows アプリケーション コンテナの展開と運用~
 
Firefoxの開発プロセス
Firefoxの開発プロセスFirefoxの開発プロセス
Firefoxの開発プロセス
 
Openshift 20191121
Openshift 20191121Openshift 20191121
Openshift 20191121
 
Openness, Innovation and Opptunity
Openness, Innovation and OpptunityOpenness, Innovation and Opptunity
Openness, Innovation and Opptunity
 
高速!Clojure Web 開発入門
高速!Clojure Web 開発入門高速!Clojure Web 開発入門
高速!Clojure Web 開発入門
 
オープン・ソースで構築するARMマイコン開発環境 ―― GCC,Eclipse,OpenOCDで統合開発環境,JTAGデバッグもできる!
オープン・ソースで構築するARMマイコン開発環境 ―― GCC,Eclipse,OpenOCDで統合開発環境,JTAGデバッグもできる!オープン・ソースで構築するARMマイコン開発環境 ―― GCC,Eclipse,OpenOCDで統合開発環境,JTAGデバッグもできる!
オープン・ソースで構築するARMマイコン開発環境 ―― GCC,Eclipse,OpenOCDで統合開発環境,JTAGデバッグもできる!
 
ALMツールたべくらべ
ALMツールたべくらべALMツールたべくらべ
ALMツールたべくらべ
 
Composer による依存管理 と Packagist によるライブラリの公開
Composer による依存管理 と Packagist によるライブラリの公開Composer による依存管理 と Packagist によるライブラリの公開
Composer による依存管理 と Packagist によるライブラリの公開
 
JSUG 2018/02/05 SpringOnePlatform2017参加報告 プラットフォーム関連のお話
JSUG 2018/02/05 SpringOnePlatform2017参加報告 プラットフォーム関連のお話JSUG 2018/02/05 SpringOnePlatform2017参加報告 プラットフォーム関連のお話
JSUG 2018/02/05 SpringOnePlatform2017参加報告 プラットフォーム関連のお話
 
Dockerの仕組みとIIJ社内での利用例
Dockerの仕組みとIIJ社内での利用例Dockerの仕組みとIIJ社内での利用例
Dockerの仕組みとIIJ社内での利用例
 
MediaRecorder と WebM で、オレオレ Live Streaming
MediaRecorder と WebM で、オレオレ Live StreamingMediaRecorder と WebM で、オレオレ Live Streaming
MediaRecorder と WebM で、オレオレ Live Streaming
 
LL言語でもHudsonを使おう!
LL言語でもHudsonを使おう!LL言語でもHudsonを使おう!
LL言語でもHudsonを使おう!
 
LibreOfficeをビルドしてみよう(Windows)
LibreOfficeをビルドしてみよう(Windows)LibreOfficeをビルドしてみよう(Windows)
LibreOfficeをビルドしてみよう(Windows)
 
Multibranch Pipeline with Docker 入門編
Multibranch Pipeline with Docker 入門編Multibranch Pipeline with Docker 入門編
Multibranch Pipeline with Docker 入門編
 
120315 cloud founry_java_ironfoundry
120315 cloud founry_java_ironfoundry120315 cloud founry_java_ironfoundry
120315 cloud founry_java_ironfoundry
 
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
 
Odl intro20141029
Odl intro20141029Odl intro20141029
Odl intro20141029
 
LingrBotを作ってみた/ ownCloud+Andoroid+Picasa+Flickr連携/Chromecast をLinuxで遊ぶ
LingrBotを作ってみた/ ownCloud+Andoroid+Picasa+Flickr連携/Chromecast をLinuxで遊ぶLingrBotを作ってみた/ ownCloud+Andoroid+Picasa+Flickr連携/Chromecast をLinuxで遊ぶ
LingrBotを作ってみた/ ownCloud+Andoroid+Picasa+Flickr連携/Chromecast をLinuxで遊ぶ
 
How to run P4 BMv2
How to run P4 BMv2How to run P4 BMv2
How to run P4 BMv2
 
Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】
Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】
Docker入門-基礎編 いまから始めるDocker管理【2nd Edition】
 

Recently uploaded

第15回販促コンペ 審査員個人賞(林 知幸 氏) アルカナ? アディダスジャパン
第15回販促コンペ 審査員個人賞(林 知幸 氏) アルカナ? アディダスジャパン第15回販促コンペ 審査員個人賞(林 知幸 氏) アルカナ? アディダスジャパン
第15回販促コンペ 審査員個人賞(林 知幸 氏) アルカナ? アディダスジャパンYusuke Katsuma
 
答えのないコンセンサスゲーム「無人島での出来事」運営用パワーポイントスライド説明資料
答えのないコンセンサスゲーム「無人島での出来事」運営用パワーポイントスライド説明資料答えのないコンセンサスゲーム「無人島での出来事」運営用パワーポイントスライド説明資料
答えのないコンセンサスゲーム「無人島での出来事」運営用パワーポイントスライド説明資料Jun Chiba
 
HCCソフト株式会社 2025年新卒採用向け 会社紹介・採用情報資料------
HCCソフト株式会社 2025年新卒採用向け 会社紹介・採用情報資料------HCCソフト株式会社 2025年新卒採用向け 会社紹介・採用情報資料------
HCCソフト株式会社 2025年新卒採用向け 会社紹介・採用情報資料------ssusercbaf23
 
株式会社MAVEL会社概要_アフィリエイト広告_運用型広告_LTVを予測しLOIを最適化する広告代理店
株式会社MAVEL会社概要_アフィリエイト広告_運用型広告_LTVを予測しLOIを最適化する広告代理店株式会社MAVEL会社概要_アフィリエイト広告_運用型広告_LTVを予測しLOIを最適化する広告代理店
株式会社MAVEL会社概要_アフィリエイト広告_運用型広告_LTVを予測しLOIを最適化する広告代理店ssuserfb441f
 
JAPAN WEB3.0 AWARD 2023 ブロックチェーン(NFT)技術を活用したアイディア 優秀賞作品 遺3.0相続
JAPAN WEB3.0 AWARD 2023 ブロックチェーン(NFT)技術を活用したアイディア 優秀賞作品 遺3.0相続JAPAN WEB3.0 AWARD 2023 ブロックチェーン(NFT)技術を活用したアイディア 優秀賞作品 遺3.0相続
JAPAN WEB3.0 AWARD 2023 ブロックチェーン(NFT)技術を活用したアイディア 優秀賞作品 遺3.0相続Yusuke Katsuma
 
コダワリ抜いた経営指南書(概要版) - コダワリ・ビジネス・コンサルティング株式会社
コダワリ抜いた経営指南書(概要版) - コダワリ・ビジネス・コンサルティング株式会社コダワリ抜いた経営指南書(概要版) - コダワリ・ビジネス・コンサルティング株式会社
コダワリ抜いた経営指南書(概要版) - コダワリ・ビジネス・コンサルティング株式会社hmoriyama
 

Recently uploaded (8)

第15回販促コンペ 審査員個人賞(林 知幸 氏) アルカナ? アディダスジャパン
第15回販促コンペ 審査員個人賞(林 知幸 氏) アルカナ? アディダスジャパン第15回販促コンペ 審査員個人賞(林 知幸 氏) アルカナ? アディダスジャパン
第15回販促コンペ 審査員個人賞(林 知幸 氏) アルカナ? アディダスジャパン
 
答えのないコンセンサスゲーム「無人島での出来事」運営用パワーポイントスライド説明資料
答えのないコンセンサスゲーム「無人島での出来事」運営用パワーポイントスライド説明資料答えのないコンセンサスゲーム「無人島での出来事」運営用パワーポイントスライド説明資料
答えのないコンセンサスゲーム「無人島での出来事」運営用パワーポイントスライド説明資料
 
HCCソフト株式会社 2025年新卒採用向け 会社紹介・採用情報資料------
HCCソフト株式会社 2025年新卒採用向け 会社紹介・採用情報資料------HCCソフト株式会社 2025年新卒採用向け 会社紹介・採用情報資料------
HCCソフト株式会社 2025年新卒採用向け 会社紹介・採用情報資料------
 
company profile
company profilecompany profile
company profile
 
KestrelPro Flyer Japan IT Week 2024 (Japanese)
KestrelPro Flyer Japan IT Week 2024 (Japanese)KestrelPro Flyer Japan IT Week 2024 (Japanese)
KestrelPro Flyer Japan IT Week 2024 (Japanese)
 
株式会社MAVEL会社概要_アフィリエイト広告_運用型広告_LTVを予測しLOIを最適化する広告代理店
株式会社MAVEL会社概要_アフィリエイト広告_運用型広告_LTVを予測しLOIを最適化する広告代理店株式会社MAVEL会社概要_アフィリエイト広告_運用型広告_LTVを予測しLOIを最適化する広告代理店
株式会社MAVEL会社概要_アフィリエイト広告_運用型広告_LTVを予測しLOIを最適化する広告代理店
 
JAPAN WEB3.0 AWARD 2023 ブロックチェーン(NFT)技術を活用したアイディア 優秀賞作品 遺3.0相続
JAPAN WEB3.0 AWARD 2023 ブロックチェーン(NFT)技術を活用したアイディア 優秀賞作品 遺3.0相続JAPAN WEB3.0 AWARD 2023 ブロックチェーン(NFT)技術を活用したアイディア 優秀賞作品 遺3.0相続
JAPAN WEB3.0 AWARD 2023 ブロックチェーン(NFT)技術を活用したアイディア 優秀賞作品 遺3.0相続
 
コダワリ抜いた経営指南書(概要版) - コダワリ・ビジネス・コンサルティング株式会社
コダワリ抜いた経営指南書(概要版) - コダワリ・ビジネス・コンサルティング株式会社コダワリ抜いた経営指南書(概要版) - コダワリ・ビジネス・コンサルティング株式会社
コダワリ抜いた経営指南書(概要版) - コダワリ・ビジネス・コンサルティング株式会社
 

GitHubのリポジトリ(32個)を 覗いてみよう。 ただし、READMEだけね

  • 1. 第6回 CloudFoundry輪読会 GitHubのリポジトリ(32個)を 覗いてみよう。 ただし、READMEだけね なおと@tnaoto
  • 2. 自己紹介 • たかはしなおと@tnaoto • CloudFoundryは業務外の 興味(趣味)で触ってます。 • rubyは読めも書けもしません。 • 夢:「会社に遊びに行くこと」
  • 3. はじめに • 輪読会前日に・・・4つ増えた! (まぁいつ増えても変わらないわけですが) • ということで、現在32個です。 • これも混ぜてお送りします • って書いたら今日35個になってたYO! • 資料が雑でごめんなさい・・・m(__)m
  • 4. acm • https://github.com/cloudfoundry/acm • Cloud Foundry Access Control Manager (ACM) • The ACM is a service that allows cloud foundry components to implement access control features. • The ACM documentation is at docs/Access- Control-Manager-APIs.rst • 最初のコミットは、2011年11月15日
  • 5. bosh • https://github.com/cloudfoundry/bosh • BOSH • Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services. In this manual we describe the architecture, topology, configuration, and use of BOSH, as well as the structure and conventions used in packaging and deployment. • 最初のコミットは、2010年8月18日!
  • 6. bosh-release • https://github.com/cloudfoundry/bosh- release • README がないんですけど・・・ • 仕方ないので、src配下をみてみた • パッケージ(deb)とか、tar.gzとか・・・ • 最初のコミットは2011年11月29日
  • 7. bosh-sample-release • https://github.com/cloudfoundry/bosh-sample- release • This is a sample release repository for BOSH that deploys a three tier LAMP application: a wordpress blog which consists of a number of apache servers running php & wordpress, fronted by nginx, and using one mysql database for storage. 最初のコミットはMar 06, 2012
  • 8. caldecott • https://github.com/cloudfoundry/caldecott • caldecott TCP over HTTP tunnel. • vmc tunnelのことです • http://blog.udcp.net/2011/12/01/caldecottの仕 組みvmc-tunnel/ • たぶんこのあたりを見れば・・・(ステマ) • 最初のコミットは2011年10月21日 • 版数もあがってなく(0.0.5?)活発度不明
  • 9. cf-docs • https://github.com/cloudfoundry/cf-docs • docs.cloudfoundry.com向けドキュメントの書き方? CloudFoundry.comの情報はすべてオープンにすると いう方針に従って、ドキュメントの作成の仕方もオープ ンにしているのかも • License This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License • 最初のコミットは、2012年4月
  • 10. cf-release • https://github.com/cloudfoundry/cf-release • Cloud Foundry release • なんかどっかで見たようなREADME マニュアルへの誘導とレビュー依頼の仕方が書いてある ような • 仕方ないので中を覗いてみると、patchが入ってたりして、 これをインストールの中で当てている • cf以外の外部モジュールpatch等のため? • XX-releaseはすべてBOSHのために存在するとのこと • 最初のコミットは2012年4月4日
  • 11. common • https://github.com/cloudfoundry/common • This repo contains code that is shared between inner/outer shell • 各コンポーネントで共通のロジックが集めら れている • 最初のコミットは2011年3月19日
  • 12. dea • https://github.com/cloudfoundry/dea • 2012年5月16日に突如出現 • README なし • 中身をみると、ただのrailsアプリ・・・ってDEA そのままでした • 最初のコミットは2011年4月11日
  • 13. eventmachine forked from eventmachine/eventmachine • https://github.com/cloudfoundry/eventmachine • What is EventMachine • EventMachine is an event-driven I/O and lightweight concurrency library for Ruby. It provides event-driven I/O using the Reactor pattern, much like JBoss Netty, Apache MINA, Python's Twisted, Node.js, libevent and libev. • オリジナルのeventmachineから派生して、CloudFoundry向 けの修正が入っている • 最初のコミットは2003年・・・って元のものですね
  • 14. gerrit_test • https://github.com/cloudfoundry/gerrit_test • READMEなし • テストコミットしているだけのようで、fooとか barしかない • 最初のコミットは2011年4月14日
  • 15. gonit • https://github.com/cloudfoundry/gonit • 2012年5月16日に出現 • Nothing to see here yet. Move along. と表示されて中身見えません。
  • 16. health_manager • https://github.com/cloudfoundry/health_manager • 2012年5月16日に出現 • HealthManager 2.0 Health Manager 2.0 (HM-2) is a complete re-write of the original Health Manager. • HM-2 monitors the state of the applications and ensures that started applications are indeed running, their versions and number of instances correct. Conceptually, this is done by maintaining a Known State of applications and comparing it against the Expected State. When discrepancies are found, actions are initiated to bring the applications to the Expected State, e.g., start/stop commands are issued for missing/extra instances, respectively. Additionally, Health Manager collects and exposes statistics and health status for individual applications, as well as aggregates for frameworks, runtimes, etc. • なにか置き換わる予定か・・・? • 最初のコミットは2012年4月19日
  • 17. membrane • https://github.com/cloudfoundry/membrane • Membrane Membrane provides an easy to use DSL for specifying validators declaratively. It's intended to be used to validate data received from external sources, such as API endpoints or config files. Use it at the edges of your process to decide what data to let in and what to keep out. • なんだか分からないので、grepしてみたけどひっかからず。なにこ れ? →各コンポが使っている設定値等のValidationを取ったりするよう なTOOLが入っているらしい • 最初のコミットは2012年4月30日
  • 18. micro • https://github.com/cloudfoundry/micro • This repository is currently broken as I've just pulled the micro cloud related code from the bosh repository. • To get it working again: • - switch to the new stemcell builder • - change the console code to use the http-based agent • 最初のコミットは2010年8月18日
  • 19. oss-docs • https://github.com/cloudfoundry/oss-docs • There is a Cloud Foundry documentation set for open source developers, and one for CloudFoundry.com users • Open Source Developers: https://github.com/cloudfoundry/oss-docs • CloudFoundry.com users: http://docs.cloudfoundry.com • To make changes to our documentation, follow the [OSS Contributions][OSS Contributions] steps and contribute to the oss-docs repository. • タイトルと言っていることがなんかおかしいですが、boshとvcapのセット アップ等のドキュメントがあります • 最初のコミットは2011年4月23日
  • 20. oss-release • https://github.com/cloudfoundry/oss-release • Cloud Foundry OSS Tools Release • srcには、各種OSSのバイナリが入っています • releaseはセットアップ情報? • とりあえずよくわからず → XX-releaseに従い、BOSHのためらしい • 最初のコミットは2012年4月6日
  • 21. oss-tools • https://github.com/cloudfoundry/oss-tools • Cloud Foundry Open Source Tools • This repo contains various tools related to or used by Cloud Foundry • 入っているのは3つ(gerrit-cli、 pr-bounce、 sync_jenkins_jobs) • 最初のコミットは、2012年2月9日
  • 22. uaa • https://github.com/cloudfoundry/uaa • CloudFoundry User Account and Authentication (UAA) Server • rubyとJavaで実装されているコンポ • ビルドするためにmaven3.0.4を抱えることに なる。 • 最初のコミットは2011年10月11日
  • 23. vblob • https://github.com/cloudfoundry/vblob • node.js blob service gateway. • The blob service provides an S3-compatible HTTP endpoint to an underlying storage provider. A driver model is used for different providers. Currently the available drivers include S3 (Amazon web services) or a local file system (FS) driver. • CloudFoundry.comがEMCのストレージとセットのために 使っているコンポらしいとのこと • 最初のコミットは2011年8月11日
  • 24. vcap • https://github.com/cloudfoundry/vcap • VMware's Cloud Application Platform • What is Cloud Foundry? Cloud Foundry is an open platform-as-a- service (PaaS). The system supports multiple frameworks, multiple application infrastructure services and deployment to multiple clouds. • 最初のコミットは2011年4月11日
  • 25. vcap-common • https://github.com/cloudfoundry/vcap-common • 今日(2012年5月17日)増えてました • READMEなし・・・ • vcap_common.gemspec →s.homepage = http://github.com/vmware- ac/core →404エラー。プライベートリポジトリですか。。。 • 結局なんでしょうこれ? • 最初のコミットは2011年4月11日
  • 26. vcap-concurrency • https://github.com/cloudfoundry/vcap- concurrency • ```VCAP::Concurrency''' provides a small set of classes that ease common tasks associated with concurrent programming • grepの結果もないので、まだ使われてな い??詳しい情報求む • 最初のコミットは、2012年4月16日
  • 27. vcap-java • https://github.com/cloudfoundry/vcap-java • What is vcap-java ? • The vcap-java repo contains Java libraries that applications running on Cloud Foundry may utilize. Applications can include cloudfoundry- runtime library to easily access information about services bound to the app, its environment, as well as implementation of various namespace elements. Cloud Foundry automatically includes the auto-reconfiguration library as needed. • 最初のコミットは2011年4月11日
  • 28. vcap-java-client • https://github.com/cloudfoundry/vcap-java-client • What is this component The vcap-java-client repo contains a java client library and tools for Cloud Foundry. The library provides a set of classes that ultimately call the core Cloud Foundry REST API • Caldecott client とかmaven-pluginとかJavaクライ アントとか • 最初のコミットは、2011年9月14日
  • 29. vcap-node • https://github.com/cloudfoundry/vcap-node • 直下にはcf-runtimeのみ • cf-runtime is a Node.js module that provides API to Cloud Foundry platform. It provides easy access to Cloud Foundry application properties and services. • 最初のコミットは2012年3月3日
  • 30. vcap-ruby • https://github.com/cloudfoundry/vcap-ruby • What is this component • The vcap-ruby repo contains the auto-reconfiguration and cfruntime modules. cf-runtime is a client library that makes it easier to connect to Cloud Foundry services from your Ruby applications. The auto- reconfiguration module is used internally by the Cloud Foundry staging plugins to automatically connect Ruby and Sinatra applications to Cloud Foundry services. • 最初のコミットは、2011年11月17日
  • 31. vcap-services • https://github.com/cloudfoundry/vcap-services • What is this component The services repo contains a collection of sample cloud foundry services. The repo has a position in the overall vcap namespace at vcap/services and uses the git submodule mechanism to be mounted in that location. The code is exposed via the vcap-services repo. • 最初のコミットは、2011年4月11日
  • 32. vcap-test-assets • https://github.com/cloudfoundry/vcap-test- assets • What is vcap-test-assets ? The vcap-test-assets repo contains various assets needed by vcap-tests. It has a position in the overall vcap namespace at vcap/test- assets and uses the git submodule mechanism to be mounted in that location. • 最初のコミットは2011年9月14日
  • 33. vcap-tests • https://github.com/cloudfoundry/vcap-tests • What is vcap-tests ? • The tests repo contains the basic verification tests used to quickly validate that a release is functional. It has a position in the overall vcap namespace at vcap/tests and uses the git submodule mechanism to be mounted in that location. • 最初のコミットは2011年4月11日
  • 34. vcap-tools • https://github.com/cloudfoundry/vcap-tools • Repository for Cloud Foundry tools • VCAP Metric Collector The collector will discover the various components on the message bus and query their /healthz and /varz interfaces. • dashboard READMEなし。Java出かかれている。 • router_registrar • vcap_registrar • 最初のコミットは2011年4月11日
  • 35. vmc • https://github.com/cloudfoundry/vmc • The VMware Cloud CLI. This is the command line interface to VMware's Application Platform • 最初のコミットは2011年4月11日
  • 36. vmc-glue • https://github.com/cloudfoundry/vmc-glue • 本日(2012年5月17日)出現 • READMEなし • bin配下にvmcが1つあるだけ • 新しいvmcの実装との中間のために用意された もの。 • 最初のコミットは2012年5月16日
  • 37. vmc-lib • https://github.com/cloudfoundry/vmc-lib • 本日(2012年5月17日)出現 • READMEなし • 最初のコミットは2012年5月14日
  • 38. vmc-plugins • https://github.com/cloudfoundry/vmc-plugins • 本日(2012年5月17日)出現 • READMEなし • manifest.ymlのため? • vmcの新しい実装ではプラグインを実装できるよ うになったため、そのためのもの。 • 最初のコミットは2012年5月14日