浏览代码

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 年之前
父节点
当前提交
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)
 	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)
 

文件差异内容过多而无法显示
+ 3 - 3
docs/control_plane/device_templates/CONFIGURE_INFINIBAND_SWITCHES.md


文件差异内容过多而无法显示
+ 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
-  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
   command: ssh-keygen -R {{ groups['powervault_me4'][0] }}