-
Notifications
You must be signed in to change notification settings - Fork 166
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
Refactor the world #606
Refactor the world #606
Conversation
Kudos for getting these changes out in the open 👍 Really appreciate the effort you have put into the Just wanted to give you a quick thumbs up so far, and do a more thorough review later. |
I've used this to deploy a Ubuntu server (for ChakraCore nightlies) and to generate my ssh config. This is amazing work and I believe our work going forward should be based on this as much as possible. I'd hate to see this bit rot in a PR. Would it be easy to clean our current About the commit messages, since this is a major rewrite, I would be happy with squashing big parts (or all) of it. I do not care about authorship or integrity of my commit in this case (it's just 1 char!). |
+100, this PR is awesome, and it's on my list of things to look at, but it'll be tough to review (at least for me). Also, I assume that the real proof will come from actually using it to provision and update machines. Given that it's entirely additive, could we not just merge this in without removing any of the current stuff, and start trying it out for machines (perhaps on test machines that we have more than one of), and see how it goes? If we run into issues we should be able to iterate on what's already there right? Then we can start removing the old information once we know the refactored equivalent is stable. |
Thanks for your comments! Let me try and reduce a list of 'needs to be done' and work on those. I intentionally split up the folders so they could live alongside to have cover for things like windows and aix, but the main goal should obviously be having it support our entire infrastructure. We're already pretty close. I guess a few aspects of this may or may not be "how to solve things in ansible" – for instance baking our own inventory parser or having plugins that extend the config. If there are better patterns, I'm all open for suggestions. It's been a lot of fun building this but I fell a bit short of time at the end; but I will obviously finish it as well as keep maintaining it. |
@jbergstroem I was trying to connect to test-requireio-osx1010-x64-1, and discovered I didn't have the ssh key in my Is this just something that needs to be added (or am I doing something wrong)? |
Did you first add the worker to |
A 141 squash of a 6-or-so month refactor. Work still needs to be done but lets land this in a subfolder so we can improve collaboration.
8fa2a89
to
8bc3a5f
Compare
After a quick "kick off" for the collab summit we agreed to land the refactor in a subfolder so we can start filing PR's against it. |
At some point, this will hopefully happen. The main objective is to streamline the way we deploy services by not abstracting per operating system, but per task.
This refactor lacks a lot of things and are even getting out of date in corners; but we need more people than me spending time on it, so I'm submitting it for review. It's pretty fancy in some areas, providing scripts to manage your ssh config, validate inventory and separate bootstrapping machines from job-specific tasks.
I guess the best way to get an insight into "todo" would be reviewing README.md. Nevertheless, hopefully this PR can lead to a merge in a month or three -- even without reviews I know I'll sleep one hour less knowing it's up critique 😄
Also: rebase/commit message massaging is another big todo.