Re: DNS issue install OpenShift on OpenStack

2017-10-09 Thread Joel Pearson
Looks like the post-provision-openstack.yml did run by itself, but I needed to restart all the nodes to pick up the new DNS entries via DHCP. Maybe I should submit a PR to include that tip, unless of course, a restart wasn't supposed to be necessary. On Tue, Oct 10, 2017 at 7:15 AM Joel Pearson

Re: DNS issue install OpenShift on OpenStack

2017-10-09 Thread Joel Pearson
Ok, my bad it looks like the https://github.com/openshift/openshift-ansible-contrib/blob/master/playbooks/provisioning/openstack/post-provision-openstack.yml playbook does what I’m after. I’ll run that and see what happens On Tue, 10 Oct 2017 at 6:58 am, Joel Pearson

Re: DNS issue install OpenShift on OpenStack

2017-10-09 Thread Joel Pearson
Hi, Sorry, I think I didn’t explain it very well. I’m trying to use the in-stack DNS servers, but it seems to just be using the google ones. Yes the base domain is hosted by AWS but I haven’t created any records for “ master-0.openshift.staging.agiledigital.co” as I don’t need that resolvable

Re: DNS issue install OpenShift on OpenStack

2017-10-09 Thread François VILLAIN
Hello, I see that your domain name is hosted by AWS. Maybe try to see if the domain is “public” or “private”, it seems private from what I can see (your entries do not resolve). If it is private you should directly reference your DNS server in the “public_dns_nameservers” variable. Good luck

DNS issue install OpenShift on OpenStack

2017-10-09 Thread Joel Pearson
Hi, I'm trying to install openshift on openstack and I've been following https://github.com/openshift/openshift-ansible-contrib/tree/master/playbooks/provisioning/openstack I got past the openstack bit and now I'm installing openshift with “ansible-playbook