Home
last modified time | relevance | path

Searched refs:cluster_group (Results 1 – 25 of 115) sorted by relevance

12345

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netbox/netbox/tests/integration/targets/v2.10/tasks/
H A Dnetbox_cluster_group.yml22 - test_one['cluster_group']['name'] == "Test Cluster Group One"
23 - test_one['cluster_group']['slug'] == "test-cluster-group-one"
24 - test_one['msg'] == "cluster_group Test Cluster Group One created"
39 - test_two['cluster_group']['name'] == "Test Cluster Group One"
40 - test_two['cluster_group']['slug'] == "test-cluster-group-one"
59 - test_three['cluster_group']['name'] == "Test Cluster Group Two"
60 - test_three['cluster_group']['slug'] == "test-cluster-group-2"
76 - test_four['cluster_group']['name'] == "Test Cluster Group One"
77 - test_four['cluster_group']['slug'] == "test-cluster-group-one"
94 - test_five['cluster_group']['name'] == "Test Cluster Group Two"
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netbox/netbox/tests/integration/targets/v2.11/tasks/
H A Dnetbox_cluster_group.yml22 - test_one['cluster_group']['name'] == "Test Cluster Group One"
23 - test_one['cluster_group']['slug'] == "test-cluster-group-one"
24 - test_one['msg'] == "cluster_group Test Cluster Group One created"
39 - test_two['cluster_group']['name'] == "Test Cluster Group One"
40 - test_two['cluster_group']['slug'] == "test-cluster-group-one"
59 - test_three['cluster_group']['name'] == "Test Cluster Group Two"
60 - test_three['cluster_group']['slug'] == "test-cluster-group-2"
76 - test_four['cluster_group']['name'] == "Test Cluster Group One"
77 - test_four['cluster_group']['slug'] == "test-cluster-group-one"
94 - test_five['cluster_group']['name'] == "Test Cluster Group Two"
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netbox/netbox/tests/integration/targets/v3.0/tasks/
H A Dnetbox_cluster_group.yml22 - test_one['cluster_group']['name'] == "Test Cluster Group One"
23 - test_one['cluster_group']['slug'] == "test-cluster-group-one"
24 - test_one['msg'] == "cluster_group Test Cluster Group One created"
39 - test_two['cluster_group']['name'] == "Test Cluster Group One"
40 - test_two['cluster_group']['slug'] == "test-cluster-group-one"
59 - test_three['cluster_group']['name'] == "Test Cluster Group Two"
60 - test_three['cluster_group']['slug'] == "test-cluster-group-2"
76 - test_four['cluster_group']['name'] == "Test Cluster Group One"
77 - test_four['cluster_group']['slug'] == "test-cluster-group-one"
94 - test_five['cluster_group']['name'] == "Test Cluster Group Two"
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Djob_report_functions.c75 while((cluster_group = list_next(itr))) { in _check_create_grouping()
81 if (!cluster_group) { in _check_create_grouping()
82 cluster_group = xmalloc( in _check_create_grouping()
84 cluster_group->cluster = xstrdup(cluster); in _check_create_grouping()
85 cluster_group->acct_list = list_create( in _check_create_grouping()
87 list_append(cluster_list, cluster_group); in _check_create_grouping()
391 if (!cluster_group) { in _process_grouped_report()
397 cluster_group = xmalloc( in _process_grouped_report()
400 cluster_group->acct_list = list_create( in _process_grouped_report()
501 cluster_group->count++; in _process_grouped_report()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/vmware/
H A Dprivateclouds.py47 cluster_group = self.messages.ClusterGroup(description=description)
48 flags.AddLabelsToMessage(labels, cluster_group)
53 cluster_group.networkConfig = network_config
56 clusterGroup=cluster_group,
65 cluster_group = self.Get(resource)
68 flags.AddLabelsToMessage(labels, cluster_group)
70 cluster_group.description = description
73 cluster_group.networkConfig.externalIpAccess = external_ip_access
76 clusterGroup=cluster_group,
H A Dclusters.py64 cluster_group = cluster_group_resource.RelativeName()
66 parent=cluster_group, filter=filter_expression)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/run/services/
H A Dupdate.py67 cluster_group = flags.GetClusterArgGroup(parser)
68 flags.AddSecretsFlags(cluster_group)
69 flags.AddConfigMapsFlags(cluster_group)
103 cluster_group = flags.GetClusterArgGroup(parser)
104 flags.AddEndpointVisibilityEnum(cluster_group)
105 flags.AddHttp2Flag(cluster_group)
173 cluster_group = flags.GetClusterArgGroup(parser)
174 flags.AddEndpointVisibilityEnum(cluster_group)
197 cluster_group = flags.GetClusterArgGroup(parser)
198 flags.AddEndpointVisibilityEnum(cluster_group, deprecated=True)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/run/
H A Ddeploy.py117 cluster_group = flags.GetClusterArgGroup(parser)
118 flags.AddSecretsFlags(cluster_group)
119 flags.AddConfigMapsFlags(cluster_group)
155 cluster_group = flags.GetClusterArgGroup(parser)
156 flags.AddEndpointVisibilityEnum(cluster_group)
157 flags.AddHttp2Flag(cluster_group)
262 cluster_group = flags.GetClusterArgGroup(parser)
263 flags.AddEndpointVisibilityEnum(cluster_group)
290 cluster_group = flags.GetClusterArgGroup(parser)
291 flags.AddEndpointVisibilityEnum(cluster_group, deprecated=True)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/kuberun/core/triggers/
H A Dcreate.py69 cluster_group = serverless_flags.GetClusterArgGroup(parser)
70 flags.AddBrokerFlag(cluster_group)
71 flags.AddFiltersFlags(cluster_group)
H A Dlist.py60 cluster_group = serverless_flags.GetClusterArgGroup(parser)
68 [namespace_presentation]).AddToParser(cluster_group)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/events/triggers/
H A Dcreate.py61 cluster_group = serverless_flags.GetClusterArgGroup(parser)
62 flags.AddBrokerFlag(cluster_group)
63 flags.AddFiltersFlags(cluster_group)
H A Dlist.py54 cluster_group = serverless_flags.GetClusterArgGroup(parser)
62 [namespace_presentation]).AddToParser(cluster_group)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/run/routes/
H A Dlist.py53 cluster_group = flags.GetClusterArgGroup(parser)
61 [namespace_presentation]).AddToParser(cluster_group)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/run/domain_mappings/
H A Dlist.py55 cluster_group = flags.GetClusterArgGroup(parser)
63 [namespace_presentation]).AddToParser(cluster_group)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/run/revisions/
H A Dlist.py52 cluster_group = flags.GetClusterArgGroup(parser)
60 [namespace_presentation]).AddToParser(cluster_group)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/run/configurations/
H A Dlist.py55 cluster_group = flags.GetClusterArgGroup(parser)
63 [namespace_presentation]).AddToParser(cluster_group)
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sreport/
H A Djob_reports.c768 slurmdb_report_cluster_grouping_t *cluster_group = NULL; in _run_report() local
898 while ((cluster_group = list_next(cluster_itr))) { in _run_report()
902 if (cluster_group->tres_list && in _run_report()
904 cluster_group->tres_list, in _run_report()
909 list_sort(cluster_group->acct_list, in _run_report()
911 acct_itr = list_iterator_create(cluster_group->acct_list); in _run_report()
927 cluster_group->cluster, 0); in _run_report()
987 count2 = cluster_group->count; in _run_report()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h516 static inline int cvmx_pki_attach_cluster_to_group(int node, u64 cluster_group, u64 cluster_mask) in cvmx_pki_attach_cluster_to_group() argument
520 if (cluster_group >= CVMX_PKI_NUM_CLUSTER_GROUP) { in cvmx_pki_attach_cluster_to_group()
521 debug("ERROR: config cluster group %d", (int)cluster_group); in cvmx_pki_attach_cluster_to_group()
524 pki_cl_grp.u64 = cvmx_read_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group)); in cvmx_pki_attach_cluster_to_group()
526 cvmx_write_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group), pki_cl_grp.u64); in cvmx_pki_attach_cluster_to_group()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h516 static inline int cvmx_pki_attach_cluster_to_group(int node, u64 cluster_group, u64 cluster_mask) in cvmx_pki_attach_cluster_to_group() argument
520 if (cluster_group >= CVMX_PKI_NUM_CLUSTER_GROUP) { in cvmx_pki_attach_cluster_to_group()
521 debug("ERROR: config cluster group %d", (int)cluster_group); in cvmx_pki_attach_cluster_to_group()
524 pki_cl_grp.u64 = cvmx_read_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group)); in cvmx_pki_attach_cluster_to_group()
526 cvmx_write_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group), pki_cl_grp.u64); in cvmx_pki_attach_cluster_to_group()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h516 static inline int cvmx_pki_attach_cluster_to_group(int node, u64 cluster_group, u64 cluster_mask) in cvmx_pki_attach_cluster_to_group() argument
520 if (cluster_group >= CVMX_PKI_NUM_CLUSTER_GROUP) { in cvmx_pki_attach_cluster_to_group()
521 debug("ERROR: config cluster group %d", (int)cluster_group); in cvmx_pki_attach_cluster_to_group()
524 pki_cl_grp.u64 = cvmx_read_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group)); in cvmx_pki_attach_cluster_to_group()
526 cvmx_write_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group), pki_cl_grp.u64); in cvmx_pki_attach_cluster_to_group()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h516 static inline int cvmx_pki_attach_cluster_to_group(int node, u64 cluster_group, u64 cluster_mask) in cvmx_pki_attach_cluster_to_group() argument
520 if (cluster_group >= CVMX_PKI_NUM_CLUSTER_GROUP) { in cvmx_pki_attach_cluster_to_group()
521 debug("ERROR: config cluster group %d", (int)cluster_group); in cvmx_pki_attach_cluster_to_group()
524 pki_cl_grp.u64 = cvmx_read_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group)); in cvmx_pki_attach_cluster_to_group()
526 cvmx_write_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group), pki_cl_grp.u64); in cvmx_pki_attach_cluster_to_group()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h516 static inline int cvmx_pki_attach_cluster_to_group(int node, u64 cluster_group, u64 cluster_mask) in cvmx_pki_attach_cluster_to_group() argument
520 if (cluster_group >= CVMX_PKI_NUM_CLUSTER_GROUP) { in cvmx_pki_attach_cluster_to_group()
521 debug("ERROR: config cluster group %d", (int)cluster_group); in cvmx_pki_attach_cluster_to_group()
524 pki_cl_grp.u64 = cvmx_read_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group)); in cvmx_pki_attach_cluster_to_group()
526 cvmx_write_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group), pki_cl_grp.u64); in cvmx_pki_attach_cluster_to_group()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h516 static inline int cvmx_pki_attach_cluster_to_group(int node, u64 cluster_group, u64 cluster_mask) in cvmx_pki_attach_cluster_to_group() argument
520 if (cluster_group >= CVMX_PKI_NUM_CLUSTER_GROUP) { in cvmx_pki_attach_cluster_to_group()
521 debug("ERROR: config cluster group %d", (int)cluster_group); in cvmx_pki_attach_cluster_to_group()
524 pki_cl_grp.u64 = cvmx_read_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group)); in cvmx_pki_attach_cluster_to_group()
526 cvmx_write_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group), pki_cl_grp.u64); in cvmx_pki_attach_cluster_to_group()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h516 static inline int cvmx_pki_attach_cluster_to_group(int node, u64 cluster_group, u64 cluster_mask) in cvmx_pki_attach_cluster_to_group() argument
520 if (cluster_group >= CVMX_PKI_NUM_CLUSTER_GROUP) { in cvmx_pki_attach_cluster_to_group()
521 debug("ERROR: config cluster group %d", (int)cluster_group); in cvmx_pki_attach_cluster_to_group()
524 pki_cl_grp.u64 = cvmx_read_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group)); in cvmx_pki_attach_cluster_to_group()
526 cvmx_write_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group), pki_cl_grp.u64); in cvmx_pki_attach_cluster_to_group()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h516 static inline int cvmx_pki_attach_cluster_to_group(int node, u64 cluster_group, u64 cluster_mask) in cvmx_pki_attach_cluster_to_group() argument
520 if (cluster_group >= CVMX_PKI_NUM_CLUSTER_GROUP) { in cvmx_pki_attach_cluster_to_group()
521 debug("ERROR: config cluster group %d", (int)cluster_group); in cvmx_pki_attach_cluster_to_group()
524 pki_cl_grp.u64 = cvmx_read_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group)); in cvmx_pki_attach_cluster_to_group()
526 cvmx_write_csr_node(node, CVMX_PKI_ICGX_CFG(cluster_group), pki_cl_grp.u64); in cvmx_pki_attach_cluster_to_group()

12345