redhat-cop / agnosticd

AgnosticD - Ansible Deployer for multiple Cloud Deployers
https://redhat-cop.github.io/agnosticd/
GNU General Public License v3.0
383 stars 487 forks source link

Hardcoded Satellite Tools Repo Version #146

Open NonyNo3lle opened 6 years ago

NonyNo3lle commented 6 years ago

@fridim Sat Tools version is hardcoded in command in two files:

https://github.com/sborenst/ansible_agnostic_deployer/blob/ocp-workshop-prod-1.18/ansible/roles/satellite-repositories/tasks/main.yml

https://github.com/sborenst/ansible_agnostic_deployer/blob/ocp-workshop-prod-1.18/ansible/roles/set-repositories/tasks/satellite-repos.yml

Should we make it part of rhel_repos and identify if repo_method==satellite then pick version from somewhere else? It's not frequently updated, but it's not ok it's hardcoded.

gmontalvoy commented 5 years ago

As this is kind a old issue, satellite-repositories directory does not exist anymore and satellite-repos is commented, should it has any sense to go ahead with this? @fridim @NonyNo3lle

# - name: Enable Repositories
#   command: subscription-manager repos --enable=rhel-7-server-satellite-tools-6.3-rpms

# - name: Install Katello Agent
#   yum:
#     name: katello-agent
#     state: latest

# - name: Start Katello Agent
#   service:
#     name: goferd
#     state: started
#     enabled: yes