Comment 2 for bug 1419201

Revision history for this message
Aleksandr Didenko (adidenko) wrote :

Tested the same on ISO #100 and got the same results:

# grep ^role deployment_1/*yaml
deployment_1/compute_2.yaml:role: compute
deployment_1/primary-controller_1.yaml:role: primary-controller

# ssh node-2 -C 'hiera nodes'
Warning: Permanently added 'node-2' (RSA) to the list of known hosts.
[{"fqdn"=>"node-1.test.domain.local",
  "storage_netmask"=>"255.255.255.0",
  "public_address"=>"172.16.0.2",
  "internal_address"=>"192.168.0.1",
  "swift_zone"=>"1",
  "user_node_name"=>"Untitled (8c:5c)",
  "role"=>"primary-controller",
  "public_netmask"=>"255.255.255.0",
  "internal_netmask"=>"255.255.255.0",
  "uid"=>"1",
  "storage_address"=>"192.168.1.1",
  "name"=>"node-1"},
 {"fqdn"=>"node-2.test.domain.local",
  "storage_netmask"=>"255.255.255.0",
  "internal_address"=>"192.168.0.2",
  "swift_zone"=>"2",
  "user_node_name"=>"Untitled (d6:45)",
  "role"=>"compute",
  "internal_netmask"=>"255.255.255.0",
  "uid"=>"2",
  "storage_address"=>"192.168.1.2",
  "name"=>"node-2"}]

# ssh node-2 -C 'hiera nodes | grep role'
Warning: Permanently added 'node-2' (RSA) to the list of known hosts.
  "role"=>"primary-controller",
  "role"=>"compute",

So I'm marking this bug as invalid since I was not able to reproduce it on ISOs #100 and #105.