Skip to content

Instantly share code, notes, and snippets.

@mjudeikis
Created July 20, 2017 15:10
Show Gist options
  • Save mjudeikis/c8f2c5347af491833930c5df5a09a232 to your computer and use it in GitHub Desktop.
Save mjudeikis/c8f2c5347af491833930c5df5a09a232 to your computer and use it in GitHub Desktop.
apiVersion: v1
data:
broker-config: |
registry:
name: "dockerhub"
url: "docker-registry-default.apps.192.168.20.168.xip.io"
user: "mangirdas"
pass: "asdasdsadsa"
org: "ansibleplaybookbundle"
dao:
etcd_host: etcd
etcd_port: 2379
log:
logfile: /var/log/ansible-service-broker/asb.log
stdout: true
level: "debug"
color: true
openshift: {}
broker:
dev_broker: true
launch_apb_on_bind: true
recovery: true
output_request: false
bootstrap_on_startup: true
kind: ConfigMap
metadata:
creationTimestamp: null
labels:
app: ansible-service-br
LOGS:
[2017-07-20T15:05:00.547Z] [INFO] == REGISTRY CX ==
[2017-07-20T15:05:00.547Z] [INFO] Name: dockerhub
[2017-07-20T15:05:00.547Z] [INFO] Url: docker-registry-default.apps.192.168.20.168.xip.io
[2017-07-20T15:05:00.547Z] [DEBUG] DockerHubRegistry::Init
[2017-07-20T15:05:00.547Z] [DEBUG] Initializing WorkEngine
[2017-07-20T15:05:00.547Z] [DEBUG] Initializing Provision WorkSubscriber
[2017-07-20T15:05:00.547Z] [DEBUG] Creating AnsibleBroker
[2017-07-20T15:05:00.547Z] [DEBUG] Logging into openshift...
[2017-07-20T15:05:00.547Z] [INFO] Listening for provision messages
[2017-07-20T15:05:00.798Z] [INFO] Initiating Recovery Process
[2017-07-20T15:05:00.798Z] [DEBUG] Dao::FindByState
[2017-07-20T15:05:00.8Z] [INFO] No jobs to recover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment