ansible/awx

AWX Brand Logos - Incorrect Path - Image Build

Open

#7,599 opened on Jul 10, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (3,333 forks)batch import
component:installerhelp wantedtype:bug

Repository metrics

Stars
 (13,071 stars)
PR merge metrics
 (Avg merge 24d 6h) (30 merged PRs in 30d)

Description

ISSUE TYPE
  • Bug Report
SUMMARY

When you tray to build a local image with AWX Brand Logos, the main.yml task copy the logos to "../awx/ui/client/", but the website show the logos from this path: "../awx/ui/static/assets", so you can't see the AWX Brand Logos and you see the Potato.

ENVIRONMENT
  • AWX version: 13.0.0
  • AWX install method: docker on linux
  • Ansible version: 2.9.9
  • Operating System: CentOS 7
  • Web Browser: Any
STEPS TO REPRODUCE

Modify the inventory to build the image locally.

EXPECTED RESULTS

See the AWX Brand Logos.

ACTUAL RESULTS

The Potato Logo appears on the website.

ADDITIONAL INFORMATION

I modify the main.yml in this path ~/awx/installer/roles/image_build/tasks/main.yml to replace the logos inside this folder: ../awx/ui/static.

Also, I have to modify the owner of the folder ../awx/ui/static.

After that, I rebuild the docker image and the AWX Brand Logos appears.

Contributor guide