Hi all,
I'm setting up our first CFE3 implementation and I've run into a snag. I want
to define custom bundlesequence setups for different customers and it's not
doing what I expect. When running cf-promises or cf-agent on cf3server-1 I get:
cf3 !!! No bundlesequence in the common control body
cf3 -> Inputs are valid
Can you point me in the right direction?
## First part of promise.cf ##
bundle common SITE_GLOBALS
{
vars:
"STD_BUNDLES" slist => { "update", "garbage_collection", "main", "cfengine" };
}
bundle common IT_DEV_GLOBALS
{
vars:
"IT_DEV_CF3TEST" slist => { "cf3server_1", "cf3client_1", "cf3client_2" };
"IT_DEV_BUNDLES" slist => { "IT_DEV_MAIN", "IT_DEV_NAME_RESOLUTION" };
classes:
"IT_DEV" or => { @(IT_DEV_CF3TEST) };
}
body common control
{
IT_DEV::
bundlesequence => { @(SITE_GLOBALS.STD_BUNDLES),
@(IT_DEV_GLOBALS.IT_DEV_BUNDLES) };
inputs => {
"update.cf",
"site.cf",
"library.cf"
};
ignore_missing_inputs => "true";
}
Aaron Grewell
Systems Engineer
Amdocs IT
2211 Elliott Avenue| Suite 400 | Seattle, WA 98121
o: +1.206.830.7745 | m: +1.206.393.7759 | [email protected]
This message and the information contained herein is proprietary and
confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine