Guest User

Untitled

a guest
Dec 12th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. kubectl describe job keystone-db-sync -n openstack
  2. Name: keystone-db-sync
  3. Namespace: openstack
  4. Selector: controller-uid=6d364422-fe29-11e8-9455-0007cb0b7703
  5. Labels: app.kubernetes.io/component=db-sync
  6. app.kubernetes.io/instance=keystone
  7. app.kubernetes.io/managed-by=Tiller
  8. app.kubernetes.io/name=keystone
  9. app.kubernetes.io/part-of=keystone
  10. application=keystone
  11. component=db-sync
  12. controller-uid=6d364422-fe29-11e8-9455-0007cb0b7703
  13. helm.sh/chart=keystone-0.1.0
  14. job-name=keystone-db-sync
  15. release_group=keystone
  16. Annotations: <none>
  17. Parallelism: 1
  18. Completions: 1
  19. Start Time: Wed, 12 Dec 2018 17:17:32 +0100
  20. Pods Statuses: 0 Running / 0 Succeeded / 0 Failed
  21. Pod Template:
  22. Labels: app.kubernetes.io/component=db-sync
  23. app.kubernetes.io/instance=keystone
  24. app.kubernetes.io/managed-by=Tiller
  25. app.kubernetes.io/name=keystone
  26. app.kubernetes.io/part-of=keystone
  27. application=keystone
  28. component=db-sync
  29. controller-uid=6d364422-fe29-11e8-9455-0007cb0b7703
  30. helm.sh/chart=keystone-0.1.0
  31. job-name=keystone-db-sync
  32. release_group=keystone
  33. Service Account: keystone-db-sync
  34. Init Containers:
  35. init:
  36. Image: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
  37. Port: <none>
  38. Host Port: <none>
  39. Command:
  40. kubernetes-entrypoint
  41. Environment:
  42. POD_NAME: (v1:metadata.name)
  43. NAMESPACE: (v1:metadata.namespace)
  44. INTERFACE_NAME: eth0
  45. PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
  46. DEPENDENCY_SERVICE: openstack:mariadb
  47. DEPENDENCY_JOBS: keystone-db-init,keystone-credential-setup,keystone-fernet-setup,keystone-rabbit-init
  48. DEPENDENCY_DAEMONSET:
  49. DEPENDENCY_CONTAINER:
  50. DEPENDENCY_POD_JSON:
  51. COMMAND: echo done
  52. Mounts: <none>
  53. Containers:
  54. keystone-db-sync:
  55. Image: docker.io/openstackhelm/keystone:ocata
  56. Port: <none>
  57. Host Port: <none>
  58. Command:
  59. /tmp/db-sync.sh
  60. Environment:
  61. OS_BOOTSTRAP_ADMIN_URL: http://keystone.openstack.svc.cluster.local:80/v3
  62. OS_BOOTSTRAP_INTERNAL_URL: http://keystone-api.openstack.svc.cluster.local:5000/v3
  63. OS_BOOTSTRAP_PUBLIC_URL: http://keystone.openstack.svc.cluster.local:80/v3
  64. OPENSTACK_CONFIG_FILE: /etc/keystone/keystone.conf
  65. OPENSTACK_CONFIG_DB_SECTION: database
  66. OPENSTACK_CONFIG_DB_KEY: connection
  67. OS_IDENTITY_API_VERSION: 3
  68. OS_AUTH_URL: <set to the key 'OS_AUTH_URL' in secret 'keystone-keystone-admin'> Optional: false
  69. OS_REGION_NAME: <set to the key 'OS_REGION_NAME' in secret 'keystone-keystone-admin'> Optional: false
  70. OS_INTERFACE: <set to the key 'OS_INTERFACE' in secret 'keystone-keystone-admin'> Optional: false
  71. OS_PROJECT_DOMAIN_NAME: <set to the key 'OS_PROJECT_DOMAIN_NAME' in secret 'keystone-keystone-admin'> Optional: false
  72. OS_PROJECT_NAME: <set to the key 'OS_PROJECT_NAME' in secret 'keystone-keystone-admin'> Optional: false
  73. OS_USER_DOMAIN_NAME: <set to the key 'OS_USER_DOMAIN_NAME' in secret 'keystone-keystone-admin'> Optional: false
  74. OS_USERNAME: <set to the key 'OS_USERNAME' in secret 'keystone-keystone-admin'> Optional: false
  75. OS_PASSWORD: <set to the key 'OS_PASSWORD' in secret 'keystone-keystone-admin'> Optional: false
  76. Mounts:
  77. /etc/keystone from etc-service (rw)
  78. /etc/keystone/fernet-keys/ from keystone-fernet-keys (ro)
  79. /etc/keystone/keystone.conf from db-sync-conf (ro)
  80. /etc/keystone/logging.conf from db-sync-conf (ro)
  81. /tmp/db-sync.sh from db-sync-sh (ro)
  82. /tmp/endpoint-update.py from db-sync-sh (ro)
  83. Volumes:
  84. db-sync-sh:
  85. Type: ConfigMap (a volume populated by a ConfigMap)
  86. Name: keystone-bin
  87. Optional: false
  88. etc-service:
  89. Type: EmptyDir (a temporary directory that shares a pod's lifetime)
  90. Medium:
  91. db-sync-conf:
  92. Type: Secret (a volume populated by a Secret)
  93. SecretName: keystone-etc
  94. Optional: false
  95. keystone-fernet-keys:
  96. Type: Secret (a volume populated by a Secret)
  97. SecretName: keystone-fernet-keys
  98. Optional: false
  99. Events: <none>
Advertisement
Add Comment
Please, Sign In to add comment