TextBoxes icon indicating copy to clipboard operation
TextBoxes copied to clipboard

unable to make this repository on ubuntu 17.04?

Open arsalan993 opened this issue 7 years ago • 0 comments

i have pre-installed caffe and cuda and cudnn .. protobug 2.5.0 opencv3 installed using python wheel

arsalan993 avatar Feb 09 '18 12:02 arsalan993

here is my awx.yaml, I have my own harbor which is housing all the images.

AWX: enabled: true name: awx spec: admin_user: admin image: harbor.xx/ansible/awx image_version: "23.1.0" postgres_image: harbor.xx/library/postgres postgres_image_version: "13" init_container_image: harbor.xx/ansible/awx-ee init_container_image_version: "23.1.04" ee_images: - name: AWX EE image: harbor.xx/ansible/awx-ee:23.1.04 control_plane_ee_image: harbor.xx/ansible/awx-ee:23.1.04 service_type: ClusterIP redis_image: harbor.xx/library/redis redis_image_version: "7" ingress_type: ingress hostname: awx.xx

I've also tried to helm install awx-operator just straight from the actual git repo, still has the same result. Am I missing something in the clean up?

I've deleted the crds, rolebindings, clusterrolebindings, I'm at a loss. I've deployed this same exact version in my enclosed environment and it works great.

Danmanny avatar Apr 04 '24 17:04 Danmanny

Also here are some logs in the awx-operator pod

bash-4.4$ ansible-playbook main.yml -vvv ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/usr/share/ansible/openshift'] ansible python module location = /usr/local/lib/python3.8/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.8.13 (default, Jun 14 2022, 17:49:07) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] Using /etc/ansible/ansible.cfg as config file host_list declined parsing /etc/ansible/hosts as it did not pass its verify_file() method script declined parsing /etc/ansible/hosts as it did not pass its verify_file() method auto declined parsing /etc/ansible/hosts as it did not pass its verify_file() method Parsed /etc/ansible/hosts inventory source with ini plugin ERROR! 'k8s_info' is not a valid attribute for a Play

The error appears to be in '/opt/ansible/roles/installer/tasks/main.yml': line 2, column 3, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:


  • name: Check for presence of old awx Deployment ^ here

Danmanny avatar Apr 04 '24 17:04 Danmanny

do you still have these same issues with more recent versions of awx-operator?

fosterseth avatar Apr 12 '24 17:04 fosterseth

@fosterseth

Tried it with awx operator 2.8.0 and 2.14.0. 2.14.0 worked perfectly just had to do the fsgroup for the postgres pod.

Danmanny avatar Apr 16 '24 12:04 Danmanny