diff --git a/manifests/site.pp b/manifests/site.pp index ab6892589d..cca6cb4782 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -852,6 +852,7 @@ node 'nodepool.openstack.org' { mysql_password => hiera('nodepool_mysql_password'), mysql_root_password => hiera('nodepool_mysql_root_password'), nodepool_ssh_public_key => hiera('zuul_worker_ssh_public_key_contents'), + revision => 'feature/zuulv3', # TODO(pabelanger): Switch out private key with zuul_worker once we are # ready. nodepool_ssh_private_key => hiera('jenkins_ssh_private_key_contents'),