I am running a service that use id-pools which return 'false' when a 'request services check-sync' is performed because my username is running 'check-sync', but a different username was used to deploy the service and assign an id-pool. A re-deploy dry-run shows the differences below. What is the recommended fix for this, as its not really an un-synchronized service. Should my service just be using a generic 'username' when assigning id-pool values as I do not really care if the username of the assigning user is stored in CDB, or is there a way to exempt the resource-pool tree from the service compliance check, or are both bad ideas? Thanks in advance.
resource-pools {
id-pool VLAN-CUSTOMERX_RP
allocation SITEX/SERVERS1 {
- username joe.smith
+ username jim.hall
}
}