Browse Source

Issue#585: Doc Fix: Host deletion from awx UI and Input Params for HDR infiniband switches

Signed-off-by: cgoveas <cassandra.goveas@dell.com>
cgoveas 3 years ago
parent
commit
f19063aa15

+ 6 - 0
docs/README.md

@@ -192,6 +192,12 @@ If hosts are listed, then an IP address has been assigned to them by DHCP. Howev
 	2. For connecting to the internet (Management purposes)
 	2. For connecting to the internet (Management purposes)
 	3. For connecting to PowerVault (Data Connection)  
 	3. For connecting to PowerVault (Data Connection)  
 	
 	
+	
+* **Issue**: Hosts are not automatically deleted from awx UI when redeploying the cluster.  
+	**Resolution**: Before re-deploying the cluster, ensure that the user manually deletes all hosts from the awx UI.
+	
+* **Issue**: Decomissioned compute nodes do not get deleted automatically from the awx UI.
+	**Resolution**: Once a node is decommisioned, ensure that the user manually deletes decomissioned hosts from the awx UI.
 
 
 # [Frequently asked questions](FAQ.md)
 # [Frequently asked questions](FAQ.md)
 
 

File diff suppressed because it is too large
+ 3 - 3
docs/control_plane/device_templates/CONFIGURE_INFINIBAND_SWITCHES.md


File diff suppressed because it is too large
+ 2 - 2
docs/control_plane/input_parameters/INFINIBAND_SWITCHES.md


+ 1 - 1
roles/powervault_me4_nfs/tasks/nfs_node_configure.yml

@@ -15,7 +15,7 @@
 ---
 ---
 
 
 - name: Include
 - name: Include
-  include_tasks: "{{ playbook_dir }}/../../../control_plane/roles/powervault_me4/tasks/ports.yml"
+  include_tasks: "{{ playbook_dir }}/control_plane/roles/powervault_me4/tasks/ports.yml"
 
 
 - name: Refresh ssh keys
 - name: Refresh ssh keys
   command: ssh-keygen -R {{ groups['powervault_me4'][0] }}
   command: ssh-keygen -R {{ groups['powervault_me4'][0] }}