Slide 1

Slide 1 text

The story became happy with itamae @nobu666 2015.12.09 itamae meetup #1

Slide 2

Slide 2 text

•ඌܗெढ़ @nobu666 •Manager of ApplicationServices Team

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

before itamae

Slide 5

Slide 5 text

Too many chef repositories

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

WTF

Slide 8

Slide 8 text

after itamae

Slide 9

Slide 9 text

only one repository

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

simple

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

• automatic provisioning • pull recipes from S3 and exec `sudo itamae local bootstrap.rb --ohai` • or manually exec `fab XXX prd all itamae` at gateway

Slide 14

Slide 14 text

$ tree -d -L 2 . ├── ci ├── cookbooks -> packer/cookbooks ├── fabfile ├── nodes -> packer/nodes ├── packer │ ├── cookbooks │ ├── nodes │ ├── roles │ ├── scripts │ └── spec ├── roles -> packer/roles ├── spec -> packer/spec └── tmp $ ls cookbooks | wc -l 17 $ ls roles | wc -l 39 $ git log --format="%ae" | sort | uniq | wc -l 25

Slide 15

Slide 15 text

real itamae provisioning

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

Happy provisioning!