Archiv:Devops Meetup: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
== Next meetup ==
== Next meetup ==


Tue., '''2011-01-11, 19:00''', [[Lage|Metalab]] Bibliothek
Tue., '''2011-02-08, 19:00''', [[Lage|Metalab]] Bibliothek


=== Agenda ===
=== Agenda ===


# Mongrel2 introduction by Lukas Fittl
# Time management - basic ideas – [[User:japhy|japhy]] (based on the [http://oreilly.com/catalog/9780596007836 Time Management for System Administrators] book)
# Grml fly-by by Christian Hofstädtler
# …enter your own proposition?
# .. your idea/topic/questions? ..


=== Participants ===
=== Who's coming? ===


# [[User:Japhy|japhy]]
# [[User:Japhy|japhy]]
# [[User:Robe|Michael Renner]]
# Adrian Smith
# [[User:sts|Stefan Schlesinger]]
# [[User:cyberkov|Hannes Nagl]]
# [[User:lfittl|Lukas Fittl]]
# [[User:ch|Christian Hofstaedtler]]
# …you?
# …you?
== Presentation/topic propositions for future ==
If you have something to present, discuss, show, or ask around about, but don't want to commit to a date yet – here's the place to do it:
# …


== People ==
== People ==
Zeile 74: Zeile 73:
** [http://virtualenv.openplans.org/ virtualenv] Python
** [http://virtualenv.openplans.org/ virtualenv] Python
** [http://rvm.beginrescueend.com/ rvm] Ruby
** [http://rvm.beginrescueend.com/ rvm] Ruby
* Misc
** [http://grml.org/ Grml] Debian-based live CD
** [http://mongrel2.org/ Mongrel2], a language-agnostic Web server


== History ==
== History ==
=== 2011-01-11 ===
# [http://mongrel2.org/ Mongrel2] introduction by Lukas Fittl
#* http://www.igvita.com/2010/09/03/zeromq-modern-fast-networking-stack/
#* http://www.igvita.com/2010/11/17/routing-with-ruby-zeromq-devices/
# [http://grml.org Grml] fly-by by Christian Hofstädtler ([http://zeha.at/talks/2011/grml-deployment-free.pdf slides])
# [http://www.plat-forms.org/|Plat_forms - The web development platform comparison]


=== 2010-12-14 ===
=== 2010-12-14 ===
==== Agenda ====


* A 10 minute PostgreSQL crash course including Q&A for operations-relevant Stuff  - [[User:Robe|Michael]]
* A 10 minute PostgreSQL crash course including Q&A for operations-relevant Stuff  - [[User:Robe|Michael]]
Zeile 87: Zeile 95:
** automated tests
** automated tests
* Free talk, show&tell, …
* Free talk, show&tell, …
==== Participants ====
# [[User:Japhy|japhy]]
# [[User:lfittl|Lukas]]
# [[User:Robe|Michael]]
# [[User:Queltos|Queltos]]
# [[User:sts|sts]]
# [[User:musha68k|oskar]]
# [[User:oib|oib]]
# …you?


=== 2010-11-23 Bootstrap meeting ===
=== 2010-11-23 Bootstrap meeting ===
==== Agenda ====


* WTF devops? (lightning talk, [[User:Japhy|japhy]])
* WTF devops? (lightning talk, [[User:Japhy|japhy]])
* WTF this meetup? (discussion)  
* WTF this meetup? (discussion)  
* Achieving Fully Automated Provisioning (whitepaper review and discussion, [[User:Japhy|japhy]], sauce: http://blog.controltier.com/2009/04/new-whitepaper-achieving-fully.html and http://dev2ops.org/blog/2009/11/2/6-months-in-fully-automated-provisioning-revisited.html)
* Achieving Fully Automated Provisioning (whitepaper review and discussion, [[User:Japhy|japhy]], sauce: http://blog.controltier.com/2009/04/new-whitepaper-achieving-fully.html and http://dev2ops.org/blog/2009/11/2/6-months-in-fully-automated-provisioning-revisited.html)
==== Participants ====
# [[User:Japhy|japhy]]
# [[User:Queltos|queltos]]
# [[User:Robe|Der Michael]]
# [[User:sts|Der Stefan]]
# …you?


[[Kategorie:Veranstaltungen]]
[[Kategorie:Veranstaltungen]]
[[Kategorie:Workshops]]
[[Kategorie:Workshops]]
[[Kategorie:English]]
[[Kategorie:English]]

Version vom 15. Januar 2011, 14:58 Uhr

WTF

A regular meetup of people interested in DevOps.

DevOps is kind of a new sysadmin buzzword for ways to close the gap between software development and operations; it's what happens when agile development spreads to the server room. We meet to discuss culture, processes, tools and trends that contribute to this field.

DevOps — slides from introductory lightning talk at Metaday #36

There is a mailing list for announcements and discussions.

Next meetup

Tue., 2011-02-08, 19:00, Metalab Bibliothek

Agenda

  1. Time management - basic ideas – japhy (based on the Time Management for System Administrators book)
  2. …enter your own proposition?

Who's coming?

  1. japhy
  2. …you?

Presentation/topic propositions for future

If you have something to present, discuss, show, or ask around about, but don't want to commit to a date yet – here's the place to do it:

People

Links

Tools

  • Automated installation & configuration
    • Opscode Chef Ruby-based automated system configuration
    • Puppet Another Ruby-based automated system configuration
    • Fai Fully Automated Installer
    • Cobbler Rapid deployment system, script/pluggable infrastructure, python-based
  • Cloud
  • Deployment and control
    • Capistrano Remote multi-server automation tool (deployment)
    • MCollective Framework to build server orchestration or parallel job execution systems
    • Vertebra [1] Another job execution system, XMPP-based
    • ControlTier cross-platform build and deployment automation framework (job automation / infrastructure orchestration)
  • Continuous Integration & Testing
    • Hudson Continuous Integration server
    • Buildbot Another Continuous Integration server
    • Selenium Web application testing system
    • Cucumber Behaviour Driven Development testing tool
  • Documenting infrastructure
    • OCS-ng Inventory system + GLPI Asset Management
    • Ohai Detecting information (facts) about system
    • Facter Detecting information (facts) about system
    • puppet + facter + puppet-dashboard
    • SICE Kit A set of tools and templates designed for MediaWiki to aid people who maintain systems and infrastructure
  • Interpreter "sandboxes"
  • Misc
    • Grml Debian-based live CD
    • Mongrel2, a language-agnostic Web server

History

2011-01-11

  1. Mongrel2 introduction by Lukas Fittl
  2. Grml fly-by by Christian Hofstädtler (slides)
  3. - The web development platform comparison

2010-12-14

  • A 10 minute PostgreSQL crash course including Q&A for operations-relevant Stuff - Michael
  • A hopefully short and functional live presentation of my company's infrastructure User:b2c
    • Overview: puppet+dashboard, vmware, storage
    • live server deployment
    • automated tests
  • Free talk, show&tell, …

2010-11-23 Bootstrap meeting