I hereby claim:
- I am elexy on github.
- I am elexy (https://keybase.io/elexy) on keybase.
- I have a public key ASCAUJbOZjkjPmgTm6pGWbtUFPH57Vx7nzF_bzP56btqlQo
To claim this, I am signing this object:
| 6.5M ./localExtract/bubbleProf/One4MBFile | |
| 6.6M ./localExtract/bubbleProf | |
| 896K ./localExtract/doctor/One64MBFile | |
| 408K ./localExtract/doctor/One4MBFile | |
| 1.3M ./localExtract/doctor | |
| 7.9M ./localExtract/flame/One64MBFile | |
| 6.4M ./localExtract/flame/One4MBFile | |
| 15M ./localExtract/flame | |
| 23M ./localExtract | |
| 1.2M ./unixFsAddGo_balanced/bubbleProf/One4MBFile |
| service1: | |
| configuration: | |
| probes: | |
| liveness: | |
| httpGet: | |
| path: /healthz | |
| port: 8080 | |
| initialDelaySeconds: 5 | |
| timeoutSeconds: 1 | |
| readiness: |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Tue May 9 09:22:28 UTC 2017 |
| $ cat inventory/kubernetes.ini | |
| #master01 ansible_ssh_host=master01.vanlanschot.cobrowser.com | |
| master02 ansible_ssh_host=master02.vanlanschot.cobrowser.com | |
| node101 ansible_ssh_host=node101.vanlanschot.cobrowser.com | |
| node102 ansible_ssh_host=node102.vanlanschot.cobrowser.com | |
| node103 ansible_ssh_host=node103.vanlanschot.cobrowser.com | |
| node104 ansible_ssh_host=node104.vanlanschot.cobrowser.com | |
| node105 ansible_ssh_host=node105.vanlanschot.cobrowser.com | |
| newnode ansible_ssh_host=new.vanlanschot.cobrowser.com |
| PLAY [localhost] *************************************************************** | |
| TASK [kargo-defaults : Configure defaults] ************************************* | |
| Friday 28 April 2017 10:00:15 +0200 (0:00:00.019) 0:00:00.019 ********** | |
| ok: [localhost] => { | |
| "msg": "Check roles/kargo-defaults/defaults/main.yml" | |
| } | |
| TASK [bastion-ssh-config : set_fact] ******************************************* |
| 2015-01-09 18:16:44.089 [debug] <0.2648.0>@ejabberd_router:do_route:322 route | |
| from {jid,<<>>,<<"localhost">>,<<>>,<<>>,<<"localhost">>,<<>>} | |
| to {jid,<<"agent1">>,<<"localhost">>,<<"cb_operator_1420818758533">>,<<"agent1">>,<<"localhost">>,<<"cb_operator_1420818758533">>} | |
| packet {xmlel,<<"iq">>,[{<<"id">>,<<"1593051025">>},{<<"type">>,<<"get">>}],[{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}]} | |
| 2015-01-09 18:16:44.090 [debug] <0.2648.0>@ejabberd_local:do_route:296 local route | |
| from {jid,<<>>,<<"localhost">>,<<>>,<<>>,<<"localhost">>,<<>>} | |
| to {jid,<<"agent1">>,<<"localhost">>,<<"cb_operator_1420818758533">>,<<"agent1">>,<<"localhost">>,<<"cb_operator_1420818758533">>} | |
| packet {xmlel,<<"iq">>,[{<<"id">>,<<"1593"...>>},{<<"type">>,<<...>>}],[{xmlel,<<...>>,...}]} | |
| 2015-01-09 18:16:44.091 [debug] <0.2648.0>@ejabberd_sm:do_route:514 session manager | |
| from {jid,<<>>,<<"localhost">>,<<>>,<<>>,<<"localhost">>,<<>>} |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html class="htmlclass" leuke="attribute"> | |
| <head class="headclass"> | |
| <title>page 1</title> | |
| </head> | |
| <body> | |
| <h1>Pagina spandiv</h1> | |
| <h2>SPAN with input</h2> |
| angular.module('app').provider 'RouteConfig', | |
| ['$stateProvider', ($stateProvider) -> | |
| # this will configure the routes from the received json | |
| # using $stateProvider.state() like in app.config | |
| configurator = ($http) - | |
| console.log $stateProvider | |
| updateRoutes: -> | |
| configService.get().then (conf) -> | |
| # add routes here from 'conf' | |