On Wed, Apr 26, 2017 at 12:17:03PM -0400, Paul Belanger wrote: > Greetings, > > We, openstack-infra, are on our final steps of removing puppet (and ruby) from > our images jobs run in nodepool. At this point, I think we are confident we > shouldn't break any projects however I wanted to send this email just to keep > everybody up to date. > > If you do depend on puppet or ruby for your project jobs, please make sure to > update your intree bindep.txt file and express the dependency. > > If you do have a problem, please join us in #openstack-infra so we can help. > As a heads up, we are rolling out another set of changes today. This is the final setup needed from manging our diskimage in nodepool with puppet.
As a result, jobs should now be setting up there SSH known_hosts files as needed. For example: ssh-keyscan <host> >> ~/.ssh/known_hosts Or if you'd like to continue with disabled host checking: ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -PB __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
