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: ServiceAccount | |
| metadata: | |
| name: fluentd-logging | |
| namespace: kube-system | |
| labels: | |
| k8s-app: fluentd-logging | |
| kubernetes.io/cluster-service: "true" | |
| --- | |
| kind: ClusterRole |
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/bash | |
| # DIR stores the path to the directory where this script is located | |
| DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| # ETCD stores the command used to run etcd | |
| ETCD="/usr/local/bin/etcd" | |
| # ETCDCTL stores the command used to run etcdctl | |
| ETCDCTL="/usr/local/bin/etcdctl" | |
| # we use this to choose the path to the etcd/etcdctl binaries, but etcd cannot |
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/bash | |
| echo "Role ${ROLE}" | |
| sudo mv dcos-metrics-prometheus-plugin_1.10.5 /opt/mesosphere/bin/dcos-metrics-prometheus-plugin | |
| echo "PROMETHEUS_PORT=61091" > dcos-metrics-prometheus.env | |
| mv dcos-metrics-prometheus.env /opt/mesosphere/etc/ |
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
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
| <configuration> | |
| <property> | |
| <name>hadoop.hdfs.configuration.version</name> | |
| <value>1</value> | |
| </property> | |
| <property> | |
| <name>dfs.nameservice.id</name> | |
| <value>hdfs</value> |
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
| Archive: /var/lib/mesos/slave/slaves/66df60ae-ce98-4ce6-968a-f99922382ef3-S0/frameworks/66df60ae-ce98-4ce6-968a-f99922382ef3-0001/executors/kubernetes.eb803f00-daac-11e7-af0a-f66634909198/runs/6f3605e0-9e27-4133-a2af-bbbe3706877b/kubernetes-scheduler.zip | |
| creating: /var/lib/mesos/slave/slaves/66df60ae-ce98-4ce6-968a-f99922382ef3-S0/frameworks/66df60ae-ce98-4ce6-968a-f99922382ef3-0001/executors/kubernetes.eb803f00-daac-11e7-af0a-f66634909198/runs/6f3605e0-9e27-4133-a2af-bbbe3706877b/kubernetes-scheduler/ | |
| inflating: /var/lib/mesos/slave/slaves/66df60ae-ce98-4ce6-968a-f99922382ef3-S0/frameworks/66df60ae-ce98-4ce6-968a-f99922382ef3-0001/executors/kubernetes.eb803f00-daac-11e7-af0a-f66634909198/runs/6f3605e0-9e27-4133-a2af-bbbe3706877b/kubernetes-scheduler/dashboard.template.yaml | |
| inflating: /var/lib/mesos/slave/slaves/66df60ae-ce98-4ce6-968a-f99922382ef3-S0/frameworks/66df60ae-ce98-4ce6-968a-f99922382ef3-0001/executors/kubernetes.eb803f00-daac-11e7-af0a-f66634909198/runs/6f3605e0-9e27-4133-a2af-bbbe370687 |
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
| [ { | |
| "id" : "master", | |
| "realm" : "master", | |
| "displayName" : "Keycloak", | |
| "displayNameHtml" : "<div class=\"kc-logo-text\"><span>Keycloak</span></div>", | |
| "notBefore" : 0, | |
| "revokeRefreshToken" : false, | |
| "accessTokenLifespan" : 60, | |
| "accessTokenLifespanForImplicitFlow" : 900, | |
| "ssoSessionIdleTimeout" : 1800, |
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: List | |
| items: | |
| - apiVersion: v1 | |
| kind: Secret | |
| metadata: | |
| annotations: | |
| maven.fabric8.io/source-url: jar:file:/home/hector/rh_repo/gopath/src/github.com/fabric8io/fabric8-platform/apps/keycloak/target/keycloak-3.0-SNAPSHOT.jar!/META-INF/fabric8/openshift.yml | |
| labels: |
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/alm-cli list work-item-link-type -H localhost:8080 --pp | |
| 2017/02/24 13:02:53 [INFO] started id=AGzGsdJ+ GET=http://localhost:8080/api/workitemlinktypes | |
| 2017/02/24 13:02:53 [INFO] completed id=AGzGsdJ+ status=200 time=21.729558ms | |
| { | |
| "data": [ | |
| { | |
| "attributes": { | |
| "description": "One bug blocks a planner item.", | |
| "forward_name": "blocks", | |
| "name": "Bug blocker", |
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
| ok github.com/coreos/fleet/engine 0.045s coverage: 39.2% of statements | |
| Destroyed j1.service | |
| Destroyed j2.service | |
| Destroyed j3.service | |
| Destroyed j4.service | |
| Destroyed j5.service | |
| Units not found in registry | |
| Units not found in registry | |
| Units not found in registry | |
| Destroyed j1.service |
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
| INFO global: Vagrant version: 1.8.1 | |
| INFO global: Ruby version: 2.2.3 | |
| INFO global: RubyGems version: 2.4.5.1 | |
| INFO global: VAGRANT_LOG="debug" | |
| INFO global: VAGRANT_OLD_ENV_XPC_FLAGS="0x0" | |
| INFO global: VAGRANT_OLD_ENV_SECURITYSESSIONID="186a5" | |
| INFO global: VAGRANT_OLD_ENV_COMMAND_MODE="unix2003" | |
| INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8" | |
| INFO global: VAGRANT_OLD_ENV_HOME="/Users/hector" | |
| INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/gems/vagrant-1.8.1/bin/vagrant" |