Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. apiVersion: v1
  2. data:
  3. broker-config: |
  4. registry:
  5. name: "dockerhub"
  6. url: "docker-registry-default.apps.192.168.20.168.xip.io"
  7. user: "mangirdas"
  8. pass: "asdasdsadsa"
  9. org: "ansibleplaybookbundle"
  10. dao:
  11. etcd_host: etcd
  12. etcd_port: 2379
  13. log:
  14. logfile: /var/log/ansible-service-broker/asb.log
  15. stdout: true
  16. level: "debug"
  17. color: true
  18. openshift: {}
  19. broker:
  20. dev_broker: true
  21. launch_apb_on_bind: true
  22. recovery: true
  23. output_request: false
  24. bootstrap_on_startup: true
  25. kind: ConfigMap
  26. metadata:
  27. creationTimestamp: null
  28. labels:
  29. app: ansible-service-br
  30.  
  31. LOGS:
  32. [2017-07-20T15:05:00.547Z] [INFO] == REGISTRY CX ==
  33. [2017-07-20T15:05:00.547Z] [INFO] Name: dockerhub
  34. [2017-07-20T15:05:00.547Z] [INFO] Url: docker-registry-default.apps.192.168.20.168.xip.io
  35. [2017-07-20T15:05:00.547Z] [DEBUG] DockerHubRegistry::Init
  36. [2017-07-20T15:05:00.547Z] [DEBUG] Initializing WorkEngine
  37. [2017-07-20T15:05:00.547Z] [DEBUG] Initializing Provision WorkSubscriber
  38. [2017-07-20T15:05:00.547Z] [DEBUG] Creating AnsibleBroker
  39. [2017-07-20T15:05:00.547Z] [DEBUG] Logging into openshift...
  40. [2017-07-20T15:05:00.547Z] [INFO] Listening for provision messages
  41. [2017-07-20T15:05:00.798Z] [INFO] Initiating Recovery Process
  42. [2017-07-20T15:05:00.798Z] [DEBUG] Dao::FindByState
  43. [2017-07-20T15:05:00.8Z] [INFO] No jobs to recover
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement