- Introduction to the environment
- PHP 5.3 / 5.4
- Required modules
- Configuration settings (php.ini)
- Composer
- Behat / Mink / Sahi
- Makefile
- Local server
- Testing (work-in-progress)
- PHP 5.3 / 5.4
- Deployment
This file contains 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/sh | |
## | |
# This is a script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# Run in interactive mode with: | |
# $ sh -c "$(curl -sL https://raw.github.com/gist/2108403/hack.sh)" | |
# | |
# or run it without prompt questions: |
This file contains 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
GIT | |
remote: git://github.com/Skookum/spree_fishbowl.git | |
revision: 047f5c415b263077cfa56aee259da5cd5b293bde | |
specs: | |
spree_fishbowl (1.3.2) | |
fishbowl (>= 0.1.0) | |
spree_core (~> 1.3.2) | |
GIT | |
remote: git://github.com/mrbanzai/fishbowl.git |
This file contains 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
from ansible import utils, errors | |
import os | |
import subprocess | |
import json | |
import sys | |
class LookupModule(object): | |
def __init__(self, basedir=None, **kwargs): | |
self.basedir = basedir |
This file contains 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: Load NRPE variables from Hiera | |
connection: local | |
hiera: path=lib/hiera/bin/hiera key="{{ item.value }}" fact="{{ item.key }}" source=hiera.yaml | |
args: | |
context: | |
environment: "{{ environment }}" | |
sitecode_lc: "{{ sitecode_lc }}" | |
with_dictionary: | |
nrpe_server_port: "nrpe_server_port" |
I hereby claim:
- I am mrbanzai on github.
- I am mrbanzai (https://keybase.io/mrbanzai) on keybase.
- I have a public key ASDOfoRlJQ8ZpmXAJwvKhOFl8IYpaZWiBo_9CKC8YcYbKAo
To claim this, I am signing this object:
This file contains 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
[2017-03-03T10:53:26,332][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 429 (RemoteTransportException[[lvlogfs03-02][inet[/172.24.29.156:9300]][indices:data/write/bulk[s]]]; nested: EsRejectedExecutionException[rejected execution (queue capacity 50) on org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction$PrimaryPhase$1@3e507efc]; ) | |
[2017-03-03T10:53:26,333][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 429 (RemoteTransportException[[lvlogfs03-02][inet[/172.24.29.156:9300]][indices:data/write/bulk[s]]]; nested: EsRejectedExecutionException[rejected execution (queue capacity 50) on org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction$PrimaryPhase$1@6fe709c]; ) | |
[2017-03-03T10:53:26,333][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 429 (RemoteTransportException[[lvlogfs03-02][inet[/172.24.29.156:9300]][indices:data/write/bulk[s]]]; nested: E |