Skip to content

Instantly share code, notes, and snippets.

@a1git
Created February 17, 2017 10:21
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 a1git/0a7ae00a7a492981cbadc650bf22735e to your computer and use it in GitHub Desktop.
Save a1git/0a7ae00a7a492981cbadc650bf22735e to your computer and use it in GitHub Desktop.
root@deploy:/opt/openstack-ansible/playbooks# curl -I http://172.20.236.9:8181/venvs/14.0.8/ubuntu/keystone-14.0.8-x86_64.tgz
HTTP/1.1 200 OK
Server: nginx/1.10.0 (Ubuntu)
Date: Fri, 17 Feb 2017 10:11:16 GMT
Content-Type: application/octet-stream
Content-Length: 38168847
Last-Modified: Fri, 17 Feb 2017 09:54:57 GMT
ETag: "58a6c871-246690f"
Expires: Fri, 17 Feb 2017 15:11:16 GMT
Cache-Control: max-age=18000
X-WHOAMI: OpenStack Private Slushee Repository api_repo_container-8d0fb25d
Accept-Ranges: bytes
root@deploy:/opt/openstack-ansible/playbooks# curl -I http://172.20.236.9:8181/venvs/14.0.8/ubuntu/keystone-14.0.8-x86_64.tgz
curl: (52) Empty reply from server
root@deploy:/opt/openstack-ansible/playbooks# curl -I http://172.20.236.9:8181/venvs/14.0.8/ubuntu/keystone-14.0.8-x86_64.tgz
HTTP/1.1 200 OK
Server: nginx/1.10.0 (Ubuntu)
Date: Fri, 17 Feb 2017 10:18:55 GMT
Content-Type: application/octet-stream
Content-Length: 38168847
Last-Modified: Fri, 17 Feb 2017 09:54:57 GMT
ETag: "58a6c871-246690f"
Expires: Fri, 17 Feb 2017 15:18:55 GMT
Cache-Control: max-age=18000
X-WHOAMI: OpenStack Private Slushee Repository api_repo_container-8d0fb25d
Accept-Ranges: bytes
root@deploy:/opt/openstack-ansible/playbooks# curl -I http://172.20.236.9:8181/venvs/14.0.8/ubuntu/keystone-14.0.8-x86_64.tgz
curl: (52) Empty reply from server
root@deploy:/opt/openstack-ansible/playbooks#
frontend repo_all-front-1
bind dev.cloudvpsnl.com:8181 ssl crt /etc/ssl/private/haproxy.pem ciphers ECDH+AE
SGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:RSA+AESGCM:RSA+AES:!aNULL:!MD
5:!DSS
option httplog
option forwardfor except 127.0.0.0/8
option http-server-close
reqadd X-Forwarded-Proto:\ https
mode http
default_backend repo_all-back
frontend repo_all-front-2
bind 172.20.236.9:8181
option httplog
option forwardfor except 127.0.0.0/8
option http-server-close
mode http
default_backend repo_all-back
backend repo_all-back
mode http
balance leastconn
stick store-request src
stick-table type ip size 256k expire 30m
option forwardfor
option httplog
option httpchk HEAD /
server api_repo_container-8d0fb25d 172.20.239.154:8181 check port 8181 inter 12000 rise 1 fall 1
root@deploy:/opt/openstack-ansible/playbooks# curl -I http://172.20.239.154:8181/venvs/14.0.8/ubuntu/keystone-14.0.8-x86_64.tgz
HTTP/1.1 200 OK
Server: nginx/1.10.0 (Ubuntu)
Date: Fri, 17 Feb 2017 10:20:35 GMT
Content-Type: application/octet-stream
Content-Length: 38168847
Last-Modified: Fri, 17 Feb 2017 09:54:57 GMT
Connection: keep-alive
Keep-Alive: timeout=15
ETag: "58a6c871-246690f"
Expires: Fri, 17 Feb 2017 15:20:35 GMT
Cache-Control: max-age=18000
X-WHOAMI: OpenStack Private Slushee Repository api_repo_container-8d0fb25d
Accept-Ranges: bytes
root@deploy:/opt/openstack-ansible/playbooks# curl -I http://172.20.239.154:8181/venvs/14.0.8/ubuntu/keystone-14.0.8-x86_64.tgz
HTTP/1.1 200 OK
Server: nginx/1.10.0 (Ubuntu)
Date: Fri, 17 Feb 2017 10:20:37 GMT
Content-Type: application/octet-stream
Content-Length: 38168847
Last-Modified: Fri, 17 Feb 2017 09:54:57 GMT
Connection: keep-alive
Keep-Alive: timeout=15
ETag: "58a6c871-246690f"
Expires: Fri, 17 Feb 2017 15:20:37 GMT
Cache-Control: max-age=18000
X-WHOAMI: OpenStack Private Slushee Repository api_repo_container-8d0fb25d
Accept-Ranges: bytes
root@deploy:/opt/openstack-ansible/playbooks#
root@deploy:/opt/openstack-ansible/playbooks# curl -I http://172.20.239.154:8181/venvs/14.0.8/ubuntu/keystone-14.0.8-x86_64.tgz
HTTP/1.1 200 OK
Server: nginx/1.10.0 (Ubuntu)
Date: Fri, 17 Feb 2017 10:20:41 GMT
Content-Type: application/octet-stream
Content-Length: 38168847
Last-Modified: Fri, 17 Feb 2017 09:54:57 GMT
Connection: keep-alive
Keep-Alive: timeout=15
ETag: "58a6c871-246690f"
Expires: Fri, 17 Feb 2017 15:20:41 GMT
Cache-Control: max-age=18000
X-WHOAMI: OpenStack Private Slushee Repository api_repo_container-8d0fb25d
Accept-Ranges: bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment