Giter VIP home page Giter VIP logo

awx's Introduction

Hi there πŸ‘‹

Wayne Witzel III's GitHub stats

awx's People

Contributors

alancoding avatar anoek avatar ansiblegalaxy avatar benthomasson avatar cchurch avatar chouseknecht avatar chrismeyersfsu avatar gconsidine avatar ghjm avatar haokun-chen avatar jakemcdermott avatar jangsutsr avatar jaredevantabor avatar jimi-c avatar jlaska avatar joefiorini avatar kensible avatar kialam avatar leigh-johnson avatar lukesneeringer avatar mabashian avatar marshmalien avatar matburt avatar mpdehaan avatar rooftopcellist avatar ryanpetrello avatar shanemcd avatar softwarefactory-project-zuul[bot] avatar wenottingham avatar wwitzel3 avatar

Watchers

 avatar  avatar  avatar

Forkers

awxbot

awx's Issues

Another Testing Issue

ISSUE TYPE
  • Bug Report
COMPONENT
  • API
  • UI
SUMMARY

Stuff

ENVIRONMENT
  • AWX version: X.Y.Z
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
ADDITIONAL INFORMATION

Test 129

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • Installer
SUMMARY

AWX Web Container activation fails

ENVIRONMENT
  • AWX version: devel
  • Ansible version: 2.3.1
  • Operating System: CentOS 7.x
  • Web Browser: N/A
STEPS TO REPRODUCE
  • Run the installer.
cd installer && ansible-playbook -i inventory install.yml
EXPECTED RESULTS

An installation with no errors

ACTUAL RESULTS
TASK [local_docker : Activate AWX Web Container] *******************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Error starting container 775e238d2b00e262520977de5fcb20235c8db6df238d5b0c46f7a1197f3cd335: 500 Server Error: Internal Server Error (\"{\"message\":\"Cannot link to a non running container: /postgres AS /awx_web/postgres\"}\")"}
	to retry, use: --limit @/tmp/awx/installer/install.retry
ADDITIONAL INFORMATION

Postgres was unable to run because the proper permissions had not been granted on the local filesystem to {{ postgres_data_dir }}. In this case it was /tmp/pgdocker.

[root@localhost installer]# docker logs postgres
chown: cannot read directory β€˜/var/lib/postgresql/data’: Permission denied

[root@localhost installer]# docker inspect postgres
[
    {
        "Id": "988d71f0834e6911b3ed2b22af71fc1f1b9bb458b3004b5592bd13d9fadbde18",
        "Created": "2017-09-12T12:22:53.733164627Z",
        "Path": "docker-entrypoint.sh",
        "Args": [
            "postgres"
        ],
        "State": {
            "Status": "exited",
            "Running": false,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 0,
            "ExitCode": 1,
            "Error": "",
            "StartedAt": "2017-09-12T12:22:54.129824374Z",
            "FinishedAt": "2017-09-12T12:22:54.226815764Z"
        },
        "Image": "sha256:2e1182956e3ab20ab9f01bc30bf83d2562c87e9974078eefc6010b9933295cac",
        "ResolvConfPath": "/var/lib/docker/containers/988d71f0834e6911b3ed2b22af71fc1f1b9bb458b3004b5592bd13d9fadbde18/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/988d71f0834e6911b3ed2b22af71fc1f1b9bb458b3004b5592bd13d9fadbde18/hostname",
        "HostsPath": "/var/lib/docker/containers/988d71f0834e6911b3ed2b22af71fc1f1b9bb458b3004b5592bd13d9fadbde18/hosts",
        "LogPath": "",
        "Name": "/postgres",
        "RestartCount": 0,
        "Driver": "devicemapper",
        "MountLabel": "system_u:object_r:svirt_sandbox_file_t:s0:c1,c96",
        "ProcessLabel": "system_u:system_r:svirt_lxc_net_t:s0:c1,c96",
        "AppArmorProfile": "",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/tmp/pgdocker:/var/lib/postgresql/data:rw"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "journald",
                "Config": {}
            },
            "NetworkMode": "default",
            "PortBindings": null,
            "RestartPolicy": {
                "Name": "",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "CapAdd": null,
            "CapDrop": null,
            "Dns": null,
            "DnsOptions": null,
            "DnsSearch": null,
            "ExtraHosts": null,
            "GroupAdd": null,
            "IpcMode": "",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "docker-runc",
            "ConsoleSize": [
                0,
                0
            ],
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DiskQuota": 0,
            "KernelMemory": 0,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": -1,
            "OomKillDisable": false,
            "PidsLimit": 0,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0
        },
        "GraphDriver": {
            "Name": "devicemapper",
            "Data": {
                "DeviceId": "163",
                "DeviceName": "docker-253:0-34381204-0cf64ece32af15f765a2b739930f19dd96ab7dfe54fe120fa0908b7a99e65aa4",
                "DeviceSize": "10737418240"
            }
        },
        "Mounts": [
            {
                "Source": "/tmp/pgdocker",
                "Destination": "/var/lib/postgresql/data",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "988d71f0834e",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "5432/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "POSTGRES_PASSWORD=awxpass",
                "POSTGRES_USER=awx",
                "POSTGRES_DB=awx",
                "PATH=/usr/lib/postgresql/9.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "GOSU_VERSION=1.10",
                "LANG=en_US.utf8",
                "PG_MAJOR=9.6",
                "PG_VERSION=9.6.5-1.pgdg80+1",
                "PGDATA=/var/lib/postgresql/data"
            ],
            "Cmd": [
                "postgres"
            ],
            "Image": "postgres:9.6",
            "Volumes": {
                "/var/lib/postgresql/data": {}
            },
            "WorkingDir": "",
            "Entrypoint": [
                "docker-entrypoint.sh"
            ],
            "OnBuild": null,
            "Labels": {}
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "20afcaa0176d01f365dc2cf73d757104cc56477b6f3713ccb4c995b2be489b49",
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "Ports": null,
            "SandboxKey": "/var/run/docker/netns/20afcaa0176d",
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "bridge": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": null,
                    "NetworkID": "57d7f110351571b14ae8c1ebb9e599cf528b61c896034c9e1e93b3be7d5362e1",
                    "EndpointID": "",
                    "Gateway": "",
                    "IPAddress": "",
                    "IPPrefixLen": 0,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": ""
                }
            }
        }
    }
]

Setting the context manually with sudo chcon -t svirt_sandbox_file_t /tmp/pgdocker resolved this as well.

Another New Issue

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • API
  • UI
SUMMARY
ENVIRONMENT
  • AWX version: X.Y.Z
  • AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
ADDITIONAL INFORMATION

Clean Run Attempt #1

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • API
  • UI
SUMMARY
ENVIRONMENT
  • AWX version: X.Y.Z
  • AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
ADDITIONAL INFORMATION

Bad API and UI stuff

Issue Type
  • Bug Report
Component
  • API
  • UI
Summary

Something bad happened.

Environment
  • AWX version: X.Y.Z
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:
Steps To Reproduce:
Expected Results:
Actual Results:
Additional Information:

Testy Test

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • API
SUMMARY
ENVIRONMENT
  • AWX version: X.Y.Z
  • AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
ADDITIONAL INFORMATION

Test UI Bug Report

Issue Type

  • Bug Report

Component

  • UI

Summary

Environment

Steps To Reproduce:

Expected Results:

Actual Results:

Additional Information:

This impacts API

Summary

Sample Issue

Environment

  • AWX version: 1.0
  • Ansible version: 2.3
  • Operating System: RedHat Linux
  • Web Browser:
  • Component: api

Steps To Reproduce:

Expected Results:

Actual Results:

Additional Information:

Sample

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • API
ENVIRONMENT
  • AWX version: X.Y.Z
  • AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:

Test Feature

Issue Type

  • Feature Idea

Component

Summary

Environment

Steps To Reproduce:

Expected Results:

Actual Results:

Additional Information:

Test API Bug Report

Issue Type

  • Bug Report

Component

  • API

Summary

Big problem

Environment

  • AWX version: X.Y.Z
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:

Steps To Reproduce:

Expected Results:

Actual Results:

Additional Information:

Test UI / API bug report

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • API
  • UI
SUMMARY

Big problem

ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
ADDITIONAL INFORMATION

Moar Issue Testing

ISSUE TYPE
  • Bug Report
COMPONENT
  • API
  • UI
SUMMARY

Bad things

ENVIRONMENT
  • AWX version: X.Y.Z
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:

Steps To Reproduce:

Bleh

Expected Results:

Actual Results:

Additional Information:

Wanna Migrate?

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • API
SUMMARY
ENVIRONMENT
  • AWX version: X.Y.Z
  • AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
ADDITIONAL INFORMATION

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.