-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NetworkIpConfiguration
- Not creating MOF Config
#170
Comments
Hey, do you have NetworkIPConfiguration somewhere in the Configrations in e.g a Baseline or Role? Like:
We had a similar error where it wasn´t in the MOF because of it missing somewhere in the Confirations config. |
For me, I just cloned and built. This was a whole ago, I'll revisit in the week. I'll check your recommendation though. |
I just revisited this and I think the issue was with the datum config for NetworkIpConfiguration. I got it working by changing it to: NetworkIpConfiguration:
merge_hash: deep
NetworkIpConfiguration\Interfaces:
merge_basetype_array: UniqueKeyValTuples
merge_hash_array: DeepTuple
merge_options:
tuple_keys:
- InterfaceAlias I changed I'll have a play around when I use this for a future project and see if it is working as intended. |
I have just done a build and it works fine. In the configuration data (source folder) the But I would like to simplify the configuration data or make it more efficient. The server baseline should contain all interface settings and only the IP address should be configured on node level. |
Problem description
When using the
NetworkIpConfiguration
composite, it does not create the configuration in the MOF files.I'm assuming the
InterfaceAlias
is supposed to have a-
and be at the top of the list, which then would generate RSOP belowVerbose logs
DSC configuration
No changes from clone of DscWorkshop repo.
Suggested solution
No. But if I understand correctly this is more of a Datum issue as the RSOP is incorrect?
Operating system the target node is running
PowerShell version and build the target node is running
CommonTasks2 version
The text was updated successfully, but these errors were encountered: