|
85 | 85 | #### Public Plans
|
86 | 86 |
|
87 | 87 | * [`peadm::add_database`](#peadm--add_database)
|
| 88 | +* [`peadm::backup_ca`](#peadm--backup_ca) |
88 | 89 | * [`peadm::convert`](#peadm--convert): Convert an existing PE cluster to a PEAdm-managed cluster
|
89 | 90 | * [`peadm::install`](#peadm--install): Install a new PE cluster
|
90 | 91 | * [`peadm::modify_certificate`](#peadm--modify_certificate): Modify the certificate of one or more targets
|
| 92 | +* [`peadm::restore_ca`](#peadm--restore_ca) |
91 | 93 | * [`peadm::status`](#peadm--status): Return status information from one or more PE clusters in a table format
|
92 | 94 | * [`peadm::upgrade`](#peadm--upgrade): Upgrade a PEAdm-managed cluster
|
93 | 95 |
|
@@ -1527,6 +1529,31 @@ Optional[Enum[
|
1527 | 1529 |
|
1528 | 1530 | Default value: `undef`
|
1529 | 1531 |
|
| 1532 | +### <a name="peadm--backup_ca"></a>`peadm::backup_ca` |
| 1533 | + |
| 1534 | +The peadm::backup_ca class. |
| 1535 | + |
| 1536 | +#### Parameters |
| 1537 | + |
| 1538 | +The following parameters are available in the `peadm::backup_ca` plan: |
| 1539 | + |
| 1540 | +* [`target`](#-peadm--backup_ca--target) |
| 1541 | +* [`output_directory`](#-peadm--backup_ca--output_directory) |
| 1542 | + |
| 1543 | +##### <a name="-peadm--backup_ca--target"></a>`target` |
| 1544 | + |
| 1545 | +Data type: `Peadm::SingleTargetSpec` |
| 1546 | + |
| 1547 | + |
| 1548 | + |
| 1549 | +##### <a name="-peadm--backup_ca--output_directory"></a>`output_directory` |
| 1550 | + |
| 1551 | +Data type: `Optional[String]` |
| 1552 | + |
| 1553 | + |
| 1554 | + |
| 1555 | +Default value: `'/tmp'` |
| 1556 | + |
1530 | 1557 | ### <a name="peadm--convert"></a>`peadm::convert`
|
1531 | 1558 |
|
1532 | 1559 | This plan sets required certificate extensions on PE nodes, and configures
|
@@ -1965,6 +1992,38 @@ Data type: `Boolean`
|
1965 | 1992 |
|
1966 | 1993 | Default value: `false`
|
1967 | 1994 |
|
| 1995 | +### <a name="peadm--restore_ca"></a>`peadm::restore_ca` |
| 1996 | + |
| 1997 | +The peadm::restore_ca class. |
| 1998 | + |
| 1999 | +#### Parameters |
| 2000 | + |
| 2001 | +The following parameters are available in the `peadm::restore_ca` plan: |
| 2002 | + |
| 2003 | +* [`target`](#-peadm--restore_ca--target) |
| 2004 | +* [`file_path`](#-peadm--restore_ca--file_path) |
| 2005 | +* [`recovery_directory`](#-peadm--restore_ca--recovery_directory) |
| 2006 | + |
| 2007 | +##### <a name="-peadm--restore_ca--target"></a>`target` |
| 2008 | + |
| 2009 | +Data type: `Peadm::SingleTargetSpec` |
| 2010 | + |
| 2011 | + |
| 2012 | + |
| 2013 | +##### <a name="-peadm--restore_ca--file_path"></a>`file_path` |
| 2014 | + |
| 2015 | +Data type: `String` |
| 2016 | + |
| 2017 | + |
| 2018 | + |
| 2019 | +##### <a name="-peadm--restore_ca--recovery_directory"></a>`recovery_directory` |
| 2020 | + |
| 2021 | +Data type: `Optional[String]` |
| 2022 | + |
| 2023 | + |
| 2024 | + |
| 2025 | +Default value: `'/tmp/peadm_recovery'` |
| 2026 | + |
1968 | 2027 | ### <a name="peadm--status"></a>`peadm::status`
|
1969 | 2028 |
|
1970 | 2029 | Return status information from one or more PE clusters in a table format
|
|
0 commit comments