[puppet] Fixed DNS issue on target node
This commit is contained in:
parent
eb8a62fe07
commit
0dcc6654f9
@ -29,6 +29,7 @@ class nailgun(
|
||||
$rabbitmq_naily_password = "naily",
|
||||
$rabbitmq_plugins_repo = "file:///var/www/nailgun/rabbitmq-plugins",
|
||||
$puppet_master_hostname = "${hostname}.${domain}",
|
||||
$puppet_master_ip = $ipaddress,
|
||||
|
||||
) {
|
||||
|
||||
|
@ -48,5 +48,5 @@ PUPPET_MASTER_HOST: "<%= puppet_master_hostname %>"
|
||||
PUPPET_VERSION: "2.7.19"
|
||||
|
||||
DNS_DOMAIN: "<%= domain %>"
|
||||
DNS_SERVERS: "127.0.0.1"
|
||||
DNS_SERVERS: "<%= puppet_master_ip %>"
|
||||
DNS_SEARCH: "<%= domain %>"
|
||||
|
@ -26,7 +26,7 @@ class TestCobbler(Base):
|
||||
|
||||
|
||||
def test_cobbler_alive(self):
|
||||
logging.info("Waiting for handlers to complete")
|
||||
logging.info("Waiting while bootstrapping is in progress")
|
||||
|
||||
self.remote.connect_ssh(str(self.ip), "root", "r00tme")
|
||||
count = 0
|
||||
|
Loading…
Reference in New Issue
Block a user