
Add tests for the nodepool launcher and builder. Since by default this uses the nodepool configuration found in openstack-infra/project-config, fudge the hostnames so that it can find a real config file. Depends-On: https://review.openstack.org/577519 Change-Id: I036c1afc0414f846c9112ef5bc5f3abd486f3147
9 lines
151 B
Puppet
9 lines
151 B
Puppet
exec { 'change hostname':
|
|
command => '/bin/hostname nl04'
|
|
}
|
|
|
|
host { 'nl04.openstack.org':
|
|
host_aliases => 'nl04',
|
|
ip => '127.0.1.1',
|
|
}
|