fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

hardcoded install node internal IP on local.yml #68

Closed A1ve5 closed 8 years ago

A1ve5 commented 8 years ago

This is breaking thebe's ansible-pull node installation. maybe getting the IP from the hosts file could do the trick

martbhell commented 8 years ago

There are also hard coded IP addresses in the ansible-pull-script.sh: https://github.com/CSC-IT-Center-for-Science/fgci-ansible/blob/master/tools/ansible-pull-script.sh

A1ve5 commented 8 years ago

that one I've corrected. The problem is now with http://10.1.1.2/pull_variables.yml that comes from the github repo.

martbhell commented 8 years ago

pull_variables is this template from the ansible-role-fgci-install:

https://github.com/CSC-IT-Center-for-Science/ansible-role-fgci-install/blob/master/templates/pull_variables.yml.j2

I don't see 10.1.1.2 hard-coded into there.

This can be closed now?

A1ve5 commented 8 years ago

the admin node IP is still there hard-coded. Let me fix that on ansible-role-fgci-install. Closing this for the main repo.