|
562 | 562 | "optional": true |
563 | 563 | } |
564 | 564 | ], |
| 565 | + "configuration": [ |
| 566 | + { |
| 567 | + "key": "ibmcloud_api_key" |
| 568 | + }, |
| 569 | + { |
| 570 | + "key": "prefix" |
| 571 | + }, |
| 572 | + { |
| 573 | + "key": "cluster_id" |
| 574 | + }, |
| 575 | + { |
| 576 | + "key": "cluster_resource_group_id" |
| 577 | + }, |
| 578 | + { |
| 579 | + "key": "cluster_config_endpoint_type", |
| 580 | + "options":[ |
| 581 | + { |
| 582 | + "displayname" : "default", |
| 583 | + "value" : "default" |
| 584 | + }, |
| 585 | + { |
| 586 | + "displayname" : "private", |
| 587 | + "value" : "private" |
| 588 | + }, |
| 589 | + { |
| 590 | + "displayname" : "vpe", |
| 591 | + "value" : "vpe" |
| 592 | + }, |
| 593 | + { |
| 594 | + "displayname": "link", |
| 595 | + "value": "link" |
| 596 | + } |
| 597 | + ] |
| 598 | + }, |
| 599 | + { |
| 600 | + "key": "is_vpc_cluster" |
| 601 | + }, |
| 602 | + { |
| 603 | + "key": "wait_till" |
| 604 | + }, |
| 605 | + { |
| 606 | + "key": "wait_till_timeout" |
| 607 | + }, |
| 608 | + { |
| 609 | + "key": "log_analysis_enabled" |
| 610 | + }, |
| 611 | + { |
| 612 | + "key": "log_analysis_agent_tags" |
| 613 | + }, |
| 614 | + { |
| 615 | + "key": "log_analysis_add_cluster_name" |
| 616 | + }, |
| 617 | + { |
| 618 | + "key": "log_analysis_ingestion_key" |
| 619 | + }, |
| 620 | + { |
| 621 | + "key": "log_analysis_secret_name" |
| 622 | + }, |
| 623 | + { |
| 624 | + "key": "log_analysis_instance_region" |
| 625 | + }, |
| 626 | + { |
| 627 | + "key": "log_analysis_endpoint_type", |
| 628 | + "options":[ |
| 629 | + { |
| 630 | + "displayname" : "private", |
| 631 | + "value" : "private" |
| 632 | + }, |
| 633 | + { |
| 634 | + "displayname" : "public", |
| 635 | + "value" : "public" |
| 636 | + } |
| 637 | + ] |
| 638 | + }, |
| 639 | + { |
| 640 | + "key": "log_analysis_agent_custom_line_inclusion" |
| 641 | + }, |
| 642 | + { |
| 643 | + "key": "log_analysis_agent_custom_line_exclusion" |
| 644 | + }, |
| 645 | + { |
| 646 | + "key": "log_analysis_agent_name" |
| 647 | + }, |
| 648 | + { |
| 649 | + "key": "log_analysis_agent_namespace" |
| 650 | + }, |
| 651 | + { |
| 652 | + "key": "log_analysis_agent_tolerations" |
| 653 | + }, |
| 654 | + { |
| 655 | + "key": "cloud_monitoring_enabled" |
| 656 | + }, |
| 657 | + { |
| 658 | + "key": "cloud_monitoring_access_key", |
| 659 | + "required": true |
| 660 | + }, |
| 661 | + { |
| 662 | + "key": "cloud_monitoring_secret_name" |
| 663 | + }, |
| 664 | + { |
| 665 | + "key": "cloud_monitoring_instance_region" |
| 666 | + }, |
| 667 | + { |
| 668 | + "key": "cloud_monitoring_endpoint_type", |
| 669 | + "options":[ |
| 670 | + { |
| 671 | + "displayname" : "private", |
| 672 | + "value" : "private" |
| 673 | + }, |
| 674 | + { |
| 675 | + "displayname" : "public", |
| 676 | + "value" : "public" |
| 677 | + } |
| 678 | + ] |
| 679 | + }, |
| 680 | + { |
| 681 | + "key": "cloud_monitoring_metrics_filter" |
| 682 | + }, |
| 683 | + { |
| 684 | + "key": "cloud_monitoring_agent_tags" |
| 685 | + }, |
| 686 | + { |
| 687 | + "key": "cloud_monitoring_add_cluster_name" |
| 688 | + }, |
| 689 | + { |
| 690 | + "key": "cloud_monitoring_agent_name" |
| 691 | + }, |
| 692 | + { |
| 693 | + "key": "cloud_monitoring_agent_namespace" |
| 694 | + }, |
| 695 | + { |
| 696 | + "key": "cloud_monitoring_agent_tolerations" |
| 697 | + }, |
| 698 | + { |
| 699 | + "key": "logs_agent_enabled" |
| 700 | + }, |
| 701 | + { |
| 702 | + "key": "logs_agent_name" |
| 703 | + }, |
| 704 | + { |
| 705 | + "key": "logs_agent_namespace" |
| 706 | + }, |
| 707 | + { |
| 708 | + "key": "logs_agent_trusted_profile", |
| 709 | + "required": true |
| 710 | + }, |
| 711 | + { |
| 712 | + "key": "logs_agent_iam_api_key", |
| 713 | + "required": true |
| 714 | + }, |
| 715 | + { |
| 716 | + "key": "logs_agent_tolerations" |
| 717 | + }, |
| 718 | + { |
| 719 | + "key": "logs_agent_additional_log_source_paths" |
| 720 | + }, |
| 721 | + { |
| 722 | + "key": "logs_agent_exclude_log_source_paths" |
| 723 | + }, |
| 724 | + { |
| 725 | + "key": "logs_agent_selected_log_source_paths" |
| 726 | + }, |
| 727 | + { |
| 728 | + "key": "logs_agent_log_source_namespaces" |
| 729 | + }, |
| 730 | + { |
| 731 | + "key": "logs_agent_iam_mode" |
| 732 | + }, |
| 733 | + { |
| 734 | + "key": "logs_agent_iam_environment" |
| 735 | + }, |
| 736 | + { |
| 737 | + "key": "logs_agent_additional_metadata" |
| 738 | + }, |
| 739 | + { |
| 740 | + "key": "logs_agent_enable_scc" |
| 741 | + }, |
| 742 | + { |
| 743 | + "key": "cloud_logs_ingress_endpoint", |
| 744 | + "required": true |
| 745 | + }, |
| 746 | + { |
| 747 | + "key": "cloud_logs_ingress_port" |
| 748 | + } |
| 749 | + ], |
565 | 750 | "architecture": { |
566 | | - "descriptions": "This architecture supports the deployment of IBM Log Analysis and IBM Cloud Monitoring agents on an existing Red Hat OpenShift cluster on a secure landing zone.", |
| 751 | + "descriptions": "This architecture supports the deployment of IBM Log Analysis(DEPRECATED), IBM Cloud Monitoring and IBM Cloud Logs agent on an existing Red Hat OpenShift cluster.", |
567 | 752 | "features": [ |
568 | 753 | { |
569 | | - "title": "Works with the secure landing zone.", |
570 | | - "description": "Works with the Red Hat OpenShift cluster on a secure landing zone." |
| 754 | + "title": "Works with any openshit ir k8s cluster", |
| 755 | + "description": "Works with the Red Hat OpenShift cluster." |
| 756 | + }, |
| 757 | + { |
| 758 | + "title": "Deploys the IBM Log Analysis agent on an existing cluster.", |
| 759 | + "description": "Deploys the IBM Log Analysis agent on an existing Red Hat OpenShift cluster." |
571 | 760 | }, |
572 | 761 | { |
573 | | - "title": "Deploys the IBM Log Analysis agent on an existing cluster on a secure landing zone.", |
574 | | - "description": "Deploys the IBM Log Analysis agent on an existing Red Hat OpenShift cluster on a secure landing zone." |
| 762 | + "title": "Deploys the IBM Cloud Monitoring agent on an existing cluster.", |
| 763 | + "description": "Deploys the IBM Cloud Monitoring agent on an existing Red Hat OpenShift cluster." |
575 | 764 | }, |
576 | 765 | { |
577 | | - "title": "Deploys the IBM Cloud Monitoring agent on an existing cluster on a secure landing zone.", |
578 | | - "description": "Deploys the IBM Cloud Monitoring agent on an existing Red Hat OpenShift cluster on a secure landing zone." |
| 766 | + "title": "Deploys the IBM Logs agent on an existing cluster.", |
| 767 | + "description": "Deploys the IBM Logs agent on an existing Red Hat OpenShift cluster." |
579 | 768 | } |
580 | 769 | ], |
581 | 770 | "diagrams": [ |
|
0 commit comments