Page MenuHomePhabricator

clean up nova IDs for newer cloudvirts
Open, Needs TriagePublic

Description

Specifying a nova ID in puppet is not needed since https://gerrit.wikimedia.org/r/c/operations/puppet/+/1005065 and over time we kept adding IDs for cloudvirts, which should not be hardcoded in puppet anymore.

Verify that the IDs added in these reviews match fqdn_uuid:

And remove the ones that match

Event Timeline

I think I'm behind on something. When you say...

should not be hardcoded in puppet anymore

Are you talking about the profile::openstack::base::nova::compute::id values in hiera, or a different nova ID somewhere else in puppet?

I think I'm behind on something. When you say...

should not be hardcoded in puppet anymore

Are you talking about the profile::openstack::base::nova::compute::id values in hiera, or a different nova ID somewhere else in puppet?

Yes that's correct, profile::openstack::base::nova::compute::id

ok, I'm caught up now! I hadn't realized that we had reproducible uuids for new hosts, I was still just taking nova's word for it :(