Skip to content

Instantly share code, notes, and snippets.

@ekristen
Created June 6, 2014 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekristen/f50a6fe6c6170e67f1a2 to your computer and use it in GitHub Desktop.
Save ekristen/f50a6fe6c6170e67f1a2 to your computer and use it in GitHub Desktop.
WORKING
2014-06-06 22:33:43,248 [salt.minion ][INFO ] User sudo_ekristen Executing command docker.pull with jid 20140606223149421370
2014-06-06 22:33:43,249 [salt.minion ][DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20140606223149421370', 'tgt': '*minion*', 'ret': '', 'user': 'sudo_ekristen', 'arg': ['index.private.io/repo/image:prod'], 'fun': 'docker.pull'}
2014-06-06 22:33:43,340 [salt.loaded.int.module.dockerio][DEBUG ] {'Configs': {'https://index.private.io/v1': {'username': 'devops', 'password': 'redacted', 'email': 'devops@private.com'}}, 'rootPath': '/dev/null', u'https://index.private.io/v1/': {u'email': u'devops@private.com', u'auth': u'redacted='}}
2014-06-06 22:33:43,354 [urllib3.connectionpool][INFO ] Starting new HTTPS connection (1): index.private.io
2014-06-06 22:33:43,408 [urllib3.connectionpool][DEBUG ] Setting read timeout to None
2014-06-06 22:33:43,415 [urllib3.connectionpool][DEBUG ] "GET /v1/_ping HTTP/1.1" 200 None
2014-06-06 22:33:43,420 [urllib3.connectionpool][DEBUG ] Setting read timeout to None
2014-06-06 22:33:43,446 [urllib3.connectionpool][DEBUG ] "POST /run/docker.sock/v1.9/images/create?tag=prod&fromImage=index.private.io%2Frepo%2Fimage HTTP/1.1" 200 None
2014-06-06 22:33:45,352 [salt.loaded.int.module.dockerio][DEBUG ] {'Configs': {'https://index.private.io/v1': {'username': 'devops', 'password': 'redacted', 'email': 'devops@private.com'}}, 'rootPath': '/dev/null', u'https://index.private.io/v1/': {u'email': u'devops@private.com', u'auth': u'redacted='}}
2014-06-06 22:33:45,366 [urllib3.connectionpool][DEBUG ] Setting read timeout to 60
2014-06-06 22:33:45,367 [urllib3.connectionpool][DEBUG ] "GET /run/docker.sock/v1.9/images/index.private.io/repo/image:prod/json HTTP/1.1" 200 1848
2014-06-06 22:33:45,367 [salt.minion ][INFO ] Returning information for job: 20140606223149421370
NOT WORKING
2014-06-06 22:36:48,773 [salt.minion ][INFO ] User sudo_ekristen Executing command docker.pull with jid 20140606223454782185
2014-06-06 22:36:48,773 [salt.minion ][DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20140606223454782185', 'tgt': '*minion*', 'ret': '', 'user': 'sudo_ekristen', 'arg': ['index.private.io/repo/image:prod'], 'fun': 'docker.pull'}
2014-06-06 22:36:48,781 [salt.loaded.int.module.dockerio][DEBUG ] {'Configs': {'https://index.private.io/v1': {'username': 'devops', 'password': 'redacted', 'email': 'devops@private.com'}}, 'rootPath': '/dev/null', u'https://index.private.io/v1/': {u'email': u'devops@private.com', u'auth': u'redacted='}}
2014-06-06 22:36:48,784 [urllib3.connectionpool][INFO ] Starting new HTTPS connection (1): index.private.io
2014-06-06 22:36:48,802 [urllib3.connectionpool][DEBUG ] Setting read timeout to None
2014-06-06 22:36:48,808 [urllib3.connectionpool][DEBUG ] "GET /v1/_ping HTTP/1.1" 200 None
2014-06-06 22:36:48,812 [urllib3.connectionpool][DEBUG ] Setting read timeout to None
2014-06-06 22:36:48,848 [urllib3.connectionpool][DEBUG ] "POST /run/docker.sock/v1.9/images/create?tag=prod&fromImage=index.private.io%2Frepor%2Fimage HTTP/1.1" 200 None
2014-06-06 22:36:48,879 [salt.minion ][INFO ] Returning information for job: 20140606223454782185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment