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
#!/usr/bin/env bash | |
apt-get -y update | |
apt-get -y install openjdk-7-jdk | |
apt-get -y install python-dev | |
echo 'mysql-server mysql-server/root_password password foobar' | debconf-set-selections | |
echo 'mysql-server mysql-server/root_password_again password foobar' | debconf-set-selections | |
apt-get -qqy install mysql-server |
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
etcd: | |
image: kubernetes/etcd:2.0.5.1 | |
net: "host" | |
command: /usr/local/bin/etcd --addr=127.0.0.1:4001 --bind-addr=0.0.0.0:4001 --data-dir=/var/etcd/data | |
master: | |
image: gcr.io/google_containers/hyperkube:v0.14.1 | |
net: "host" | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
- /home/sebgoa/master.json:/etc/kubernetes/manifests/master.json |
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
$ docker run -d -p 8083:8083 -p 8086:8086 \ | |
-e PRE_CREATE_DB="db" \ | |
--name influxdb \ | |
tutum/influxdb:latest | |
$ docker run -d -p 80:80 \ | |
--link=influxdb:influxdb \ | |
-e HTTP_USER=admin \ | |
-e HTTP_PASS=root \ | |
-e INFLUXDB_HOST=influxdb \ | |
-e INFLUXDB_NAME=db \ |
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
2016-03-07T10:31:15.700918+00:00 localhost st2api[20801]: AUDIT 140609218268688 [-] Token with id "56dd58730640fd40042bdcfd" is validated. | |
2016-03-07T10:31:15.712672+00:00 localhost st2api[20801]: WARNING 140609218268688 [-] Type definition for 'exclude_attributes' argument of 'get_one' is missing. | |
2016-03-07T10:31:15.713024+00:00 localhost st2api[20801]: INFO 140609218268688 [-] GET /v1/executions/56dd586fbda19051414619bf with id=56dd586fbda19051414619bf | |
2016-03-07T10:31:15.721840+00:00 localhost st2api[20801]: DEBUG 140609218268688 [-] GET /v1/executions/56dd586fbda19051414619bf with id=56dd586fbda19051414619bf, client_result=ActionExecutionAPI[status=u'succeeded', start_timestamp='2016-03-07T10:31:11.953787Z', parameters={u'query': u'docker'}, runner={u'runner_module': u'st2actions.runners.pythonrunner', u'description': u'A runner for launching python actions.', u'enabled': True, u'runner_parameters': {u'timeout': {u'default': 600, u'type': u'integer', u'description': u"Action timeout in seconds. Action wi |
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
| | | | | UTC | UTC | | |
| + 56dd5321bda19050ecb4f174 | chatops.post_result | stanley | succeeded | Mon, 07 Mar 2016 10:08:33 | Mon, 07 Mar 2016 10:08:36 | | |
| | | | | UTC | UTC | | |
| 56dd555ebda19051414619b7 | google.get_search_results | chatops_bot | succeeded | Mon, 07 Mar 2016 10:18:06 | Mon, 07 Mar 2016 10:18:08 | | |
| | | | | UTC | UTC | | |
| + 56dd5560bda19050ecb4f184 | chatops.post_result | stanley | succeeded | Mon, 07 Mar 2016 10:18:08 | Mon, 07 Mar 2016 10:18:11 | | |
| | | | | UTC | UTC | | |
| 56dd56c3bda19051414 |
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
st2.actions.python.St2ActionsListAction: DEBUG Calling client method "get_all" with kwargs "{'limit': 10}" | |
Traceback (most recent call last): | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2actions/runners/python_action_wrapper.py", line 152, in <module> | |
obj.run() | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2actions/runners/python_action_wrapper.py", line 69, in run | |
output = action.run(**self._parameters) | |
File "/opt/stackstorm/packs/st2/actions/actions_list.py", line 27, in run | |
'exclude_attributes': exclude | |
File "/opt/stackstorm/packs/st2/actions/lib/action.py", line 86, in _run_client_method | |
result = method(**method_kwargs) |
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
apiVersion: v1 | |
kind: PersistentVolume | |
metadata: | |
name: local | |
spec: | |
capacity: | |
storage: 2Gi | |
accessModes: | |
- ReadWriteOnce | |
persistentVolumeReclaimPolicy: Recycle |
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
/etc/st2/st2.conf: FAILED open or read | |
md5sum: /etc/st2/st2.conf: No such file or directory | |
md5sum: WARNING: 1 listed file could not be read | |
2016-03-15 10:21:42,329 DEBUG [-] Using config files: /tmp/conf/st2.conf | |
2016-03-15 10:21:42,330 DEBUG [-] Using logging config: /etc/st2/logging.auth.conf | |
ERROR: Traceback (most recent call last): | |
File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/log.py", line 144, in setup | |
disable_existing_loggers=disable_existing_loggers) | |
File "/usr/lib/python2.7/logging/config.py", line 70, in fileConfig | |
formatters = _create_formatters(cp) |
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/helm --debug deploy --name test --properties "workers=2" gs://kubernetes-charts-testing/redis-2.tgz | |
POST /api/v1/proxy/namespaces/helm/services/manager-service:manager/deployments HTTP/1.1 | |
Host: localhost:8001 | |
User-Agent: helm/v0.0.1+6ec1c9e | |
Content-Length: 124 | |
Accept: application/json | |
Content-Type: application/json | |
Accept-Encoding: gzip | |
{"resources":[{"name":"test","type":"gs://kubernetes-charts-testing/redis-2.tgz","properties":{"workers":2}}],"name":"test"}HTTP/1.1 400 Bad Request |
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
$ kubectl logs manager-rc-b259z --namespace=helm | |
2016/03/31 09:43:53 cannot connect to MongoDB at mongodb://: no reachable servers | |
2016/03/31 09:43:53 Map "GET /healthz" to HandlerFunc | |
2016/03/31 09:43:53 Map "GET /deployments" to HandlerFunc | |
2016/03/31 09:43:53 Map "GET /deployments/*" to HandlerFunc | |
2016/03/31 09:43:53 Map "POST /deployments" to HandlerFunc | |
2016/03/31 09:43:53 Map "DELETE /deployments/*" to HandlerFunc | |
2016/03/31 09:43:53 Map "PUT /deployments/*" to HandlerFunc | |
2016/03/31 09:43:53 Map "GET /deployments/*/manifests" to HandlerFunc |