summaryrefslogtreecommitdiffstats
path: root/docs/submodules/samplevnf
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Update git submodulesDeepak S1-0/+0
2017-08-14Update git submodulesDeepak S1-0/+0
2017-08-14Update git submodulesDeepak S1-0/+0
2017-08-07Update git submodulesAnand B Jyoti1-0/+0
2017-07-31Update git submodulesDeepak S1-0/+0
2017-07-31Added nfvbench as submoduleeSofia Wallin1-0/+0
2017-07-28Update git submodulesAnand B Jyoti1-0/+0
2017-07-26Update git submodulesDeepak S1-0/+0
2017-07-24Update git submodulesVishwesh M Rudramuni1-0/+0
2017-07-21Update git submodulesAnand B Jyoti1-0/+0
2017-07-21Update git submodulesDeepak S1-0/+0
2017-07-21Update git submodulesDeepak S1-0/+0
2017-07-21Update git submodulesDeepak S1-0/+0
2017-07-20Update git submodulesDeepak S1-0/+0
2017-07-20Update git submodulesDeepak S1-0/+0
2017-07-19Update git submodulesDeepak S1-0/+0
2017-07-17Update git submodulesDeepak S1-0/+0
2017-07-17Update git submodulesDeepak S1-0/+0
2017-07-17Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesAnand B Jyoti1-0/+0
2017-07-14Update git submodulesVishwesh M Rudramuni1-0/+0
2017-07-14Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesVishwesh M Rudramuni1-0/+0
2017-07-14Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesDeepak S1-0/+0
2017-07-14Update git submodulesAnand B Jyoti1-0/+0
2017-07-12Added samplevnf as submoduleSofia Wallin1-0/+0
oggingConfiguration, LoggingDefaultSources]} - yaql: expression: list($.data.role_data.where($ != null).select($.get('logging_source')).where($ != null)) data: {role_data: {get_attr: [ServiceChain, role_data]}} - {get_attr: [LoggingConfiguration, LoggingExtraSources]} default_format: {get_attr: [LoggingConfiguration, LoggingDefaultFormat]} pos_file_path: {get_attr: [LoggingConfiguration, LoggingPosFilePath]} logging_groups: # Build a list of unique groups to which we should add the # fluentd user. yaql: expression: > set($.data.groups.flatten()).where($) data: groups: - [{get_attr: [LoggingConfiguration, LoggingDefaultGroups]}] - yaql: expression: list($.data.role_data.where($ != null).select($.get('logging_groups')).where($ != null)) data: {role_data: {get_attr: [ServiceChain, role_data]}} - [{get_attr: [LoggingConfiguration, LoggingExtraGroups]}] config_settings: {map_merge: {get_attr: [ServiceChain, role_data, config_settings]}} global_config_settings: map_merge: yaql: expression: list($.data.role_data.where($ != null).select($.get('global_config_settings')).where($ != null)) data: {role_data: {get_attr: [ServiceChain, role_data]}} service_config_settings: yaql: expression: $.data.role_data.where($ != null).select($.get('service_config_settings')).where($ != null).reduce($1.mergeWith($2), {}) data: {role_data: {get_attr: [ServiceChain, role_data]}} step_config: {get_attr: [ServiceChain, role_data, step_config]} upgrade_tasks: yaql: # Note we use distinct() here to filter any identical tasks, e.g yum update for all services expression: $.data.where($ != null).select($.get('upgrade_tasks')).where($ != null).flatten().distinct() data: {get_attr: [ServiceChain, role_data]} upgrade_batch_tasks: yaql: # Note we use distinct() here to filter any identical tasks, e.g yum update for all services expression: $.data.where($ != null).select($.get('upgrade_batch_tasks')).where($ != null).flatten().distinct() data: {get_attr: [ServiceChain, role_data]} service_metadata_settings: {get_attr: [ServiceServerMetadataHook, metadata]}