You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Modules for NDB features for 1.8.0-beta.1 release (#292)
* era basic spec design
* database CRUD code
* Handling new fields for era connection and fixing crud flows
* Test automation for database instance crud
* Minor fix
* Feat/era info (#290)
Info modules for NDB features
Co-authored-by: alaa-bish <alaa.bishtawi@nutanix.com>
Co-authored-by: Pradeepsingh Bhati <pradeep.bhati@nutanix.com>
Co-authored-by: Gevorg-Khachatryaan <Gevorg1050.1>
* Add option for version ID in software profile
* Add info tests for database in crud tests
* Minro update
* Handling error cases
* 1. Doc fixes. 2. Let entity class handle failed api errors then client code
* Add example in docs
* Doc fixes
* Add examples
* supress output for ndb tests
* Minor doc update
* fixing tests
* Minor test fix
* use nutanix_* based creds terms for ndb as well
* Minor doc fix
* formatting
* Minor fix
* ADD return
Delete vms in between tests to free up space
fix
fix
fix
Doc fixes
* Doc updates
* Example for postgress database creation
* read me changes
* Docs and examples
* minor fixes
* Add soft delete example
* Release docs update
* Minor change log update
Co-authored-by: Gevorg Khachatryan <95351366+Gevorg-Khachatryan-97@users.noreply.github.com>
Co-authored-by: alaa-bish <alaa.bishtawi@nutanix.com>
Copy file name to clipboardexpand all lines: README.md
+23-13
Original file line number
Diff line number
Diff line change
@@ -33,22 +33,14 @@ This collection requires Python 2.7 or greater
33
33
34
34
> For the 1.7.0 release of the ansible plugin it will have N-2 compatibility with the Prism Central APIs. This release was tested against Prism Central versions pc.2022.6, pc.2022.4 and pc2022.1.0.2.
35
35
36
+
> For the 1.8.0-beta.1 release of the ansible plugin it will have N compatibility with the Prism Central APIs. This release was tested against Prism Central version pc.2022.6 .
36
37
### Notes:
37
38
1. Static routes module (ntnx_static_routes) is supported for PC versions >= pc.2022.1
38
39
39
40
2. Adding cluster references in projects module (ntnx_projects) is supported for PC versions >= pc.2022.1
40
41
41
42
3. For Users and User Groups modules (ntnx_users and ntnx_user_groups), adding Identity Provider (IdP) & Organizational Unit (OU) based users/groups are supported for PC versions >= pc.2022.1
42
43
43
-
#### v1.7.0 additions:
44
-
1. Added functionality to add cluster reference while using vlan subnet name in vms to pull subnet info from particular cluster. Checkout vm.yml example for same.
45
-
46
-
2. Added functionality to configure role mappings, collaboration, new user/user groups, vpcs and accounts in ntnx_projects. Checkout projects_with_role_mapping.yml example for same.
47
-
48
-
3. Added constructed inventory feature to inventory module to construct custom vars and groups based on existing inventory.
49
-
50
-
4. Now inventory module can fetch 500+ entities.
51
-
52
44
Prism Central based examples: https://github.com/nutanix/nutanix.ansible/tree/main/examples/
53
45
54
46
## Foundation
@@ -66,6 +58,16 @@ Foundation Central based examples : https://github.com/nutanix/nutanix.ansible/t
66
58
67
59
Karbon based examples : https://github.com/nutanix/nutanix.ansible/tree/main/examples/karbon
68
60
61
+
## Nutanix Database Service (ERA)
62
+
> For the 1.8.0-beta.1 release of the ansible plugin, it will have N-1 compatibility with the Nutanix Database Service (ERA). This release was tested against era versions v2.4.1 and v2.4.0
63
+
64
+
NDB based examples : https://github.com/nutanix/nutanix.ansible/tree/main/examples/ndb
65
+
66
+
Nutanix Ansible support for Nutanix Database Service is currently at beta stage.
67
+
68
+
### Notes:
69
+
1. Currently for ntnx_ndb_databases, creation of only postgres type database instance is tested and offically supported.
0 commit comments