|
473 | 473 | "profiles": [] |
474 | 474 | }, |
475 | 475 | "configuration": [ |
| 476 | + { |
| 477 | + "key": "prefix", |
| 478 | + "required": true, |
| 479 | + "default_value": "" |
| 480 | + }, |
| 481 | + { |
| 482 | + "key": "powervs_resource_group_name", |
| 483 | + "required": true, |
| 484 | + "default_value": "", |
| 485 | + "custom_config": { |
| 486 | + "config_constraints": { |
| 487 | + "identifier": "rg_name" |
| 488 | + }, |
| 489 | + "grouping": "deployment", |
| 490 | + "original_grouping": "deployment", |
| 491 | + "type": "resource_group" |
| 492 | + } |
| 493 | + }, |
476 | 494 | { |
477 | 495 | "key": "powervs_zone", |
478 | 496 | "type": "string", |
|
554 | 572 | ], |
555 | 573 | "custom_config": {} |
556 | 574 | }, |
557 | | - { |
558 | | - "key": "powervs_resource_group_name", |
559 | | - "required": true, |
560 | | - "default_value": "", |
561 | | - "custom_config": { |
562 | | - "config_constraints": { |
563 | | - "identifier": "rg_name" |
564 | | - }, |
565 | | - "grouping": "deployment", |
566 | | - "original_grouping": "deployment", |
567 | | - "type": "resource_group" |
568 | | - } |
569 | | - }, |
570 | | - { |
571 | | - "key": "prefix", |
572 | | - "required": true, |
573 | | - "default_value": "" |
574 | | - }, |
575 | | - { |
576 | | - "key": "powervs_hana_instance_sap_profile_id", |
577 | | - "required": true |
578 | | - }, |
579 | | - { |
580 | | - "key": "powervs_netweaver_cpu_number", |
581 | | - "required": true |
582 | | - }, |
583 | | - { |
584 | | - "key": "powervs_netweaver_memory_size", |
585 | | - "required": true |
586 | | - }, |
587 | 575 | { |
588 | 576 | "key": "external_access_ip", |
589 | 577 | "default_value": "__NULL__", |
590 | 578 | "required": true |
591 | 579 | }, |
592 | | - { |
593 | | - "key": "powervs_sap_network_cidr", |
594 | | - "required": true |
595 | | - }, |
596 | 580 | { |
597 | 581 | "key": "ssh_public_key", |
598 | 582 | "type": "multiline_secure_value", |
|
626 | 610 | "type": "multiline_secure_value" |
627 | 611 | } |
628 | 612 | }, |
| 613 | + { |
| 614 | + "key": "vpc_subnet_cidrs", |
| 615 | + "custom_config": { |
| 616 | + "grouping": "deployment", |
| 617 | + "original_grouping": "deployment", |
| 618 | + "type": "code_editor" |
| 619 | + } |
| 620 | + }, |
| 621 | + { |
| 622 | + "key": "powervs_hana_instance_sap_profile_id", |
| 623 | + "required": true |
| 624 | + }, |
| 625 | + { |
| 626 | + "key": "powervs_netweaver_cpu_number", |
| 627 | + "required": true |
| 628 | + }, |
| 629 | + { |
| 630 | + "key": "powervs_netweaver_memory_size", |
| 631 | + "required": true |
| 632 | + }, |
| 633 | + { |
| 634 | + "key": "powervs_sap_network_cidr", |
| 635 | + "required": true |
| 636 | + }, |
629 | 637 | { |
630 | 638 | "key": "ibmcloud_cos_service_credentials", |
631 | 639 | "type": "multiline_secure_value", |
|
692 | 700 | "type": "code_editor" |
693 | 701 | } |
694 | 702 | }, |
695 | | - { |
696 | | - "key": "vpc_intel_images", |
697 | | - "custom_config": { |
698 | | - "grouping": "deployment", |
699 | | - "original_grouping": "deployment", |
700 | | - "type": "code_editor" |
701 | | - } |
702 | | - }, |
703 | 703 | { |
704 | 704 | "key": "powervs_default_sap_images", |
705 | 705 | "custom_config": { |
|
746 | 746 | "type": "multiline_secure_value" |
747 | 747 | } |
748 | 748 | }, |
| 749 | + { |
| 750 | + "key": "vpc_intel_images", |
| 751 | + "custom_config": { |
| 752 | + "grouping": "deployment", |
| 753 | + "original_grouping": "deployment", |
| 754 | + "type": "code_editor" |
| 755 | + } |
| 756 | + }, |
749 | 757 | { |
750 | 758 | "key": "sap_solution", |
751 | 759 | "type": "string", |
|
828 | 836 | "key": "sap_domain", |
829 | 837 | "required": true |
830 | 838 | }, |
831 | | - { |
832 | | - "key": "ansible_vault_password", |
833 | | - "type": "multiline_secure_value", |
834 | | - "required": true, |
835 | | - "default_value": "__NULL__", |
836 | | - "display_name": "ansible_vault_password", |
837 | | - "custom_config": { |
838 | | - "grouping": "deployment", |
839 | | - "original_grouping": "deployment", |
840 | | - "type": "multiline_secure_value" |
841 | | - } |
842 | | - }, |
843 | 839 | { |
844 | 840 | "key": "tags", |
845 | 841 | "custom_config": { |
|
903 | 899 | "custom_config": {} |
904 | 900 | }, |
905 | 901 | { |
906 | | - "key": "vpc_subnet_cidrs", |
| 902 | + "key": "ansible_vault_password", |
| 903 | + "type": "multiline_secure_value", |
| 904 | + "required": true, |
| 905 | + "default_value": "__NULL__", |
| 906 | + "display_name": "ansible_vault_password", |
907 | 907 | "custom_config": { |
908 | 908 | "grouping": "deployment", |
909 | 909 | "original_grouping": "deployment", |
910 | | - "type": "code_editor" |
| 910 | + "type": "multiline_secure_value" |
911 | 911 | } |
912 | 912 | } |
913 | 913 | ], |
|
0 commit comments