redhat-nfvpe / base-infra-bootstrap

Generic node bootstrap for virtual KVM or baremetal
Apache License 2.0
3 stars 4 forks source link

No package matching 'python36' found available (on virthost) #38

Closed dougbtv closed 6 years ago

dougbtv commented 6 years ago

Against a CentOS 7.5 host I found that in the pre-tasks for virt-host-setup.yml there's a complaint that it can't find the python36 package. Wondering if this is related to changes with Python in recent CentOS releases. Potentially can just ignore error, but, wanted to note the issue.

ansible-playbook -i inventory/virthost.inventory virt-host-setup.yml 

PLAY [virthosts] ****************************************************************************************************************************************************************************************************************************

TASK [Gathering Facts] **********************************************************************************************************************************************************************************************************************
ok: [virt_host]

TASK [Install python36 on virt host] ********************************************************************************************************************************************************************************************************
fatal: [virt_host]: FAILED! => {"changed": false, "msg": "No package matching 'python36' found available, installed or updated", "rc": 126, "results": ["No package matching 'python36' found available, installed or updated"]}
dougbtv commented 6 years ago

Appears that python36 package is in EPEL, now.