Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dns bootstrap during iso install #269

Merged
merged 1 commit into from
Mar 13, 2018

Conversation

minced
Copy link
Contributor

@minced minced commented Mar 6, 2018

Tested changes by bouncing the cluster with the "normal" DNS bootstrap code ops.add_subcommand(setup.setup_dns_bootstrap) commented out in seq.py.

@minced minced requested a review from celskeggs March 6, 2018 01:48
@celskeggs celskeggs self-assigned this Mar 11, 2018
@celskeggs celskeggs added this to the Dev Cluster 6 milestone Mar 11, 2018
config = configuration.get_config()
return ["%s\t%s # AUTO-HOMEWORLD-BOOTSTRAP" % (ip, hostname) for hostname, ip in config.dns_bootstrap.items()]


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you removed setup_dns_bootstrap from the cluster init sequence? You probably should.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@celskeggs
Copy link
Member

celskeggs commented Mar 11, 2018

Also, this should probably be rebased into a single commit. But this is almost ready to merge!

(Remember to assign this back to me when you're done making corrections.)

@celskeggs celskeggs assigned minced and unassigned celskeggs Mar 11, 2018
@minced minced force-pushed the dns-bootstrap-during-iso-install branch from f3e2f6f to 73dadc4 Compare March 12, 2018 23:13
@minced minced assigned celskeggs and unassigned minced Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants