AWX installation failure

I’m working on an AWX project! Need to setup an AWX system with GUI to build towards having a build admin dashboard type view of our environment.

sestatus:

root ~ # sestatus

SELinux status:                 enabled
SELinuxfs mount:                /sys/fs/selinux
SELinux root directory:         /etc/selinux
Loaded policy name:             targeted
Current mode:                   permissive
Mode from config file:          permissive
Policy MLS status:              enabled
Policy deny_unknown status:     allowed
Max kernel policy version:      31

disabled firewalld:

`

Looks like you have a proxy between you and github!

GIT_CURL_VERBOSE=1 git clone https://github.com/ansible/awx.git

^^ A successful clone looks like the below. Yours probably fails somewhere after * SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256

  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x560d31b2e0a0)
  • Connected to github.com (140.82.113.4) port 443 (#0)
  • found 407 certificates in /etc/ssl/certs
  • ALPN, offering h2
  • ALPN, offering http/1.1
  • SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
  • server certificate verification OK
  • server certificate status verification SKIPPED
  • common name: github.com (matched)
  • server certificate expiration date OK
  • server certificate activation date OK
  • certificate public key: RSA
  • certificate version: #3
  • start date: Tue, 08 May 2018 00:00:00 GMT
  • expire date: Wed, 03 Jun 2020 12:00:00 GMT
  • issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert SHA2 Extended Validation Server CA
  • compression: NULL
  • ALPN, server accepted to use http/1.1

GET /ansible/awx.git/info/refs?service=git-upload-pack HTTP/1.1
Host: github.com
User-Agent: git/2.20.1
Accept: /
Accept-Encoding: deflate, gzip
Accept-Language: en-US, *;q=0.9
Pragma: no-cache

< HTTP/1.1 200 OK
< Server: GitHub Babel 2.0
< Content-Type: application/x-git-upload-pack-advertisement
< Transfer-Encoding: chunked
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Vary: Accept-Encoding
< X-GitHub-Request-Id: 492D:4B40:15B98D:254A23:5E333DED
< X-Frame-Options: DENY
<

  • Connection #0 to host github.com left intact
  • Expire in 0 ms for 6 (transfer 0x560d31b2e0a0)
  • Couldn’t find host github.com in the .netrc file; using defaults
  • Found bundle for host github.com: 0x560d31b34b30 [can pipeline]
  • Could pipeline, but not asked to!
  • Re-using existing connection! (#0) with host github.com
  • Connected to github.com (140.82.113.4) port 443 (#0)
  • Expire in 0 ms for 6 (transfer 0x560d31b2e0a0)

POST /ansible/awx.git/git-upload-pack HTTP/1.1
Host: github.com
User-Agent: git/2.20.1
Accept-Encoding: deflate, gzip
Content-Type: application/x-git-upload-pack-request
Accept: application/x-git-upload-pack-result
Content-Encoding: gzip
Content-Length: 842

  • upload completely sent off: 842 out of 842 bytes
    < HTTP/1.1 200 OK
    < Server: GitHub Babel 2.0
    < Content-Type: application/x-git-upload-pack-result
    < Transfer-Encoding: chunked
    < Expires: Fri, 01 Jan 1980 00:00:00 GMT
    < Pragma: no-cache
    < Cache-Control: no-cache, max-age=0, must-revalidate
    < Vary: Accept-Encoding
    < X-GitHub-Request-Id: 492D:4B40:15B9BB:254A33:5E333DED
    < X-Frame-Options: DENY
    <
    remote: Enumerating objects: 7, done.
    remote: Counting objects: 100% (7/7), done.
    remote: Compressing objects: 100% (6/6), done.